summaryrefslogtreecommitdiff
path: root/services/strategy-engine/strategies/moc_strategy.py
AgeCommit message (Collapse)Author
11 hoursrefactor: migrate to US stocks with Alpaca APITheSiahxyz
- Replace Binance/ccxt with Alpaca REST client (paper + live) - Add MOC (Market on Close) strategy for overnight gap trading - Wire sentiment into strategy engine main loop - Add EMA + bullish candle entry filters to Asian RSI - Remove crypto-specific exchange factory - Update config: Alpaca keys replace Binance keys - 399 tests passing, lint clean
11 hoursfeat(strategy): add Market on Close (MOC) strategy for US stocksTheSiahxyz