summaryrefslogtreecommitdiff
path: root/services/strategy-engine/tests/test_asian_session_rsi.py
AgeCommit message (Collapse)Author
8 hoursrefactor: remove all crypto/Binance code, update to US stock symbolsTheSiahxyz
9 hoursfeat: wire sentiment into engine + add EMA/bullish candle entry filtersTheSiahxyz
9 hoursfeat(strategy): add Asian Session RSI strategy for SOL/USDT scalpingTheSiahxyz
Simple time-based + RSI strategy for small capital day trading: - Trading window: KST 9:00-11:00 (UTC 0:00-2:00) - Entry: RSI(14) < 25 + volume above average - Exit: +1.5% TP, -0.7% SL, or session end time exit - Risk: max 3 trades/day, pause after 2 consecutive losses - Config: ~$75 per trade (10% of 100만원 capital)