alpheast.strategy.common.sma_crossover_strategy module¶
- class alpheast.strategy.common.sma_crossover_strategy.SMACrossoverStrategy(symbol, fast_period=10, slow_period=50, **kwargs)[source]¶
Bases:
BaseStrategyA Simple Moving Average (SMA) Crossover trading strategy. Generates BUY/SELL signals based on fast SMA crossing above/below slow SMA.