call_create_indicators#
API documentation for tradeexecutor.strategy.pandas_trader.indicator.call_create_indicators Python function.
- call_create_indicators(create_indicators_func, parameters, strategy_universe, execution_context, timestamp=None)[source]#
Backwards compatible wrapper for create_indicators().
Check create_indicators_func version
Handle legacy / backwards compat
- Parameters:
create_indicators_func (Callable) –
parameters (StrategyParameters) –
strategy_universe (TradingStrategyUniverse) –
execution_context (ExecutionContext) –
timestamp (datetime) –
- Return type: