alpheast.strategy.base_strategy module¶
- class alpheast.strategy.base_strategy.BaseStrategy(symbol, **kwargs)[source]¶
Bases:
ABCAbstract base class for the trading strategy in the new event-driven backtesting engine. Strategies process MarketEvents and generate SignalEvents.