summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
16 hoursrefactor: purge all remaining crypto/Binance referencesTheSiahxyz
- Replace BTCUSDT/SOLUSDT/ETHUSDT with AAPL/MSFT in all test files - Update backtester default symbol to AAPL - Update strategy-engine default symbols to US stocks - Update project description and CLI help text - Remove empty superpowers docs directory - Zero crypto references remaining in codebase
16 hoursrefactor: remove all crypto/Binance code, update to US stock symbolsTheSiahxyz
16 hoursfeat: add parameter optimization script for Asian Session RSITheSiahxyz
16 hoursrefactor: complete US stock migrationTheSiahxyz
- Data collector: Alpaca REST polling (replaces Binance WebSocket) - Order executor: Alpaca submit_order (replaces ccxt) - Claude stock screener: daily MOC candidate analysis - Remove ccxt/websockets dependencies - Default universe: AAPL, MSFT, GOOGL, AMZN, TSLA + 28 more - 399 tests passing, lint clean
16 hoursfeat: add Claude-powered daily stock screener for MOC strategyTheSiahxyz
16 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
33 hoursfix: WS factory, backtester config, CI docker builds, health port docsTheSiahxyz
33 hourstest: add Docker Compose E2E test scriptTheSiahxyz
33 hoursci: add Gitea Actions workflow and CI scriptTheSiahxyz