IndicatorDecoration#
API documentation for tradeexecutor.strategy.pandas_trader.indicator_decorator.IndicatorDecoration Python class in Trading Strategy framework.
- class IndicatorDecoration[source]#
Bases:
object
Internal struct capturing information we need about indicators.
- __init__(name, func, source, order, args, dependencies)#
Methods
__init__
(name, func, source, order, args, ...)Attributes
Indicator name
Indicator function
Source data type
Linerised order for the parallel execution
Name of function arguments sans
DEFAULT_INDICATOR_ARGUMENTS
Dependencies needed to run this indicator
- source: tradeexecutor.strategy.pandas_trader.indicator.IndicatorSource | None#
Source data type