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