summaryrefslogtreecommitdiff
path: root/services/strategy-engine/strategies/config
AgeCommit message (Collapse)Author
14 hoursfeat(strategy): add Market on Close (MOC) strategy for US stocksTheSiahxyz
14 hoursfeat: wire sentiment into engine + add EMA/bullish candle entry filtersTheSiahxyz
15 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)
31 hoursfeat(strategy): add combined strategy with weighted signal votingTheSiahxyz
32 hoursfeat(strategy): add Volume Profile strategyTheSiahxyz
32 hoursfeat(strategy): add Bollinger Bands strategyTheSiahxyz
32 hoursfeat(strategy): add VWAP strategyTheSiahxyz
32 hoursfeat(strategy): add MACD strategyTheSiahxyz
32 hoursfeat(strategy): add EMA Crossover strategyTheSiahxyz
32 hoursfeat(strategy): add warmup_period to BaseStrategy and YAML config loadingTheSiahxyz