13,192 strategies found
krel99/SQX-Freqtrade-Strategies
Close to original GridV6_tmp7, but improved for edge: - No martingale scaling: additive pieces (1, +2, +3, ...) - Volatility regime gate: post-move + low-vol-for-N-candles - Extra light filters (only for FIRST entry): * KAMA slope: direction bias * VIDYA slope: responsiveness / momentum * FRAMA compression: regime (prefer compressed/noise zone after impulse) - Candle-count based time handling (hyperopt-safe) - Avoid populate_indicators() calculations - Updated config keys: * use_sell_signal -> u
krel99/SQX-Freqtrade-Strategies
Close to original GridV6_tmp7, but: - No martingale scaling: additive pieces (1, +2, +3, ...) - Volatility regime gate: only allow entry/add when post-move + low-vol-for-N-candles - Candle-count based time handling (hyperopt-safe) - Avoid populate_indicators() calculations - Fix deprecations: sell_profit_only -> exit_profit_only use_sell_signal -> use_exit_signal - Avoid unnecessary threshold recalculation: only recalc when state/grid/avg changes
krel99/SQX-Freqtrade-Strategies
krel99/SQX-Freqtrade-Strategies
Pseudo-orderflow proxy strategy using spread, wick pressure, and relative volume shifts.
krel99/SQX-Freqtrade-Strategies
Breakout strategy around Donchian/Keltner compression with configurable risk engines.
krel99/SQX-Freqtrade-Strategies
Regime-aware momentum/mean-reversion hybrid.
krel99/SQX-Freqtrade-Strategies
Robust fractal-corridor breakout strategy (futures-ready, can_short=True)
krel99/SQX-Freqtrade-Strategies
krel99/SQX-Freqtrade-Strategies
Modified KeltnerATRBreakout_10: - Trailing stoploss ONLY for exits. - Weekend trade disable parameter.
krel99/SQX-Freqtrade-Strategies
krel99/SQX-Freqtrade-Strategies
Modified FractalStrategyV2: - Trailing stoploss ONLY for exits. - Weekend trade disable parameter.
krel99/SQX-Freqtrade-Strategies
krel99/SQX-Freqtrade-Strategies
krel99/SQX-Freqtrade-Strategies
krel99/SQX-Freqtrade-Strategies
Standard Ichimoku trend strategy (futures, long+short), with hour-window filter and trade caps.
krel99/SQX-Freqtrade-Strategies
krel99/SQX-Freqtrade-Strategies
krel99/SQX-Freqtrade-Strategies
DR/IDR (Regular session) strategy inspired by TradingView "DR/IDR V1.5".
krel99/SQX-Freqtrade-Strategies
Corrected for your environment:
krel99/SQX-Freqtrade-Strategies
Adaptive MA strategy (hyperopt-safe / epoch-safe):
krel99/SQX-Freqtrade-Strategies
Hyperopt-safe rewrite (matches backtest next time):
krel99/SQX-Freqtrade-Strategies
Robust Version 1 (works with RangeIndex dataframes in backtesting): - Uses dataframe['date'] (Freqtrade standard) as the time source. - Builds a daily 1-hour channel starting at (channel_start_hour:channel_start_minute). - Measures "overnight" window before channel start (ATR% + directionality proxy). - Skip day if channel width outside bounds. - After channel ends, allow breakout entries for entry_expiry_minutes. - TP at proj_takeprofit_mult * channel_width. - Stop management via custom_stoplos
krel99/SQX-Freqtrade-Strategies
Wednesday-only futures strategy (long + short) using "less common" indicators: ZLEMA, HMA, Ultimate Oscillator, Awesome Oscillator, and ATR.
krel99/SQX-Freqtrade-Strategies
Tuesday-only futures strategy (long + short) using Ehlers-style signals.