IndicatorStorage#

API documentation for tradeexecutor.strategy.pandas_trader.indicator.IndicatorStorage Python class in Trading Strategy framework.

class IndicatorStorage[source]#

Bases: ABC

Base class for cached indicators and live trading indicators.

__init__()#

Methods

__init__()

get_disk_cache_path()

get_universe_cache_path()

is_available(key)

load(key)

save(key, df)