summaryrefslogtreecommitdiff
path: root/services/strategy-engine/strategies/config
AgeCommit message (Collapse)Author
10 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)
26 hoursfeat(strategy): add combined strategy with weighted signal votingTheSiahxyz
27 hoursfeat(strategy): add Volume Profile strategyTheSiahxyz
27 hoursfeat(strategy): add Bollinger Bands strategyTheSiahxyz
27 hoursfeat(strategy): add VWAP strategyTheSiahxyz
27 hoursfeat(strategy): add MACD strategyTheSiahxyz
27 hoursfeat(strategy): add EMA Crossover strategyTheSiahxyz
27 hoursfeat(strategy): add warmup_period to BaseStrategy and YAML config loadingTheSiahxyz