modular_trader.indicator.handler.base#
Classes#
Abstract base class for indicator handlers. |
Module Contents#
- class modular_trader.indicator.handler.base.BaseIndicatorHandler#
Bases:
abc.ABC
Abstract base class for indicator handlers.
- abstract update()#
Update the indicators.
This method is called for each new bar.
- abstract warmup()#
Warmup the indicators.
This method is called once when the indicator handler is created.