12,454 strategies found
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.
krel99/SQX-Freqtrade-Strategies
Thursday-only futures strategy (long + short) focusing on price/volume.
krel99/SQX-Freqtrade-Strategies
Monday-only futures strategy (long + short) designed to reliably take ~1 trade most Mondays. No informative timeframes; uses long-period EMA on 15m as a regime filter.
krel99/SQX-Freqtrade-Strategies
Friday-only volatility / momentum strategy. Goal: - Open 1 trade on (almost) every Friday (when market is tradable / liquid), ideally during the US-session / after-close volatility window. - Max 2 trades total (controlled via max_open_trades + cooldown protection). - No informative timeframes; use long-period EMA on the same timeframe as regime filter.
krel99/SQX-Freqtrade-Strategies
V5 goals: 1) Fix volatility_tp so it cannot be a loss exit (direction-aware, profit-gated). 2) Make critical "loss bucket" controls optimizable: - time_decay_hours - time_decay_min_profit - atr_trail_allow_on_loss - atr_trail_min_profit_if_allow_on_loss (safety gate) 3) Keep everything hyperopt-friendly and avoid KeyError for MA columns.
krel99/SQX-Freqtrade-Strategies
V3: Hyperopt-safe + safer ATR trailing exit.
krel99/SQX-Freqtrade-Strategies
V3: Hyperopt-safe + safer ATR trailing exit.
krel99/SQX-Freqtrade-Strategies
Futures strategy based on Williams Fractals with long and short positions.
krel99/SQX-Freqtrade-Strategies
Futures strategy based on Williams Fractals with long and short positions.
krel99/SQX-Freqtrade-Strategies
Multi-Timeframe Strategy with Ichimoku Cloud and ADX
krel99/SQX-Freqtrade-Strategies
Multi-Timeframe Strategy with EMA, RSI, MACD, and Bollinger Bands
krel99/SQX-Freqtrade-Strategies
Multi-Timeframe Strategy with CMO and RSI
krel99/SQX-Freqtrade-Strategies
Base strategy for ForexDog variations Contains all common parameters and indicator calculations
krel99/SQX-Freqtrade-Strategies
Multi-Timeframe Volatility Squeeze Breakout Strategy
krel99/SQX-Freqtrade-Strategies
Multi-Timeframe Trend Riding Strategy
krel99/SQX-Freqtrade-Strategies
Multi-Timeframe Momentum Strategy
krel99/SQX-Freqtrade-Strategies
Multi-Timeframe Mean Reversion Strategy
krel99/SQX-Freqtrade-Strategies
Multi-Timeframe Dynamic Volatility Strategy
krel99/SQX-Freqtrade-Strategies
Dynamic Support/Resistance RSI Strategy