load_indicators#

API documentation for tradeexecutor.strategy.pandas_trader.indicator.load_indicators Python function.

load_indicators(strategy_universe, storage, indicator_set, all_combinations, max_readers=8, show_progress=True)[source]#

Load cached indicators.

  • Use a thread pool to speed up IO

Parameters:
Return type:

dict[tradeexecutor.strategy.pandas_trader.indicator.IndicatorKey, tradeexecutor.strategy.pandas_trader.indicator.IndicatorResult]