13,192 strategies found
krel99/SQX-Freqtrade-Strategies
V3: Hyperopt-safe + safer ATR trailing exit.
Kblack0610/freqtrade_trading_attempt
Strategy based on TD Sequential indicator. source: https://hackernoon.com/how-to-buy-sell-cryptocurrency-with-number-indicator-td-sequential-5af46f0ebce1
krel99/SQX-Freqtrade-Strategies
Modified KeltnerATRBreakout_10: - Trailing stoploss ONLY for exits. - Weekend trade disable parameter.
krel99/SQX-Freqtrade-Strategies
krel99/SQX-Freqtrade-Strategies
Robust fractal-corridor breakout strategy (futures-ready, can_short=True)
krel99/SQX-Freqtrade-Strategies
Regime-aware momentum/mean-reversion hybrid.
krel99/SQX-Freqtrade-Strategies
Breakout strategy around Donchian/Keltner compression with configurable risk engines.
krel99/SQX-Freqtrade-Strategies
Pseudo-orderflow proxy strategy using spread, wick pressure, and relative volume shifts.
krel99/SQX-Freqtrade-Strategies
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
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
GridBotV3 goals: - Keep GridBotV2 structure (state machine + additive DCA). - Improve robustness: adaptive spacing based on long-term trend strength. - Reduce "death by ROI exits": enable exit_profit_only by default (prevents loss exits). - Keep it simple: same gating idea (post-move + low-vol) + light MA filters for first entry. - No populate_indicators() calculations (hyperopt-safe as you requested).
krel99/SQX-Freqtrade-Strategies
V4 goals (based on your feedback): - Trade MORE often (closer to V2 frequency). - Still robust: "further positioning" via adaptive spacing: * long-term trend adaptive spacing * ATR adaptive spacing (current regime) * spacing widens as bot_state increases (deeper adds further apart) - Keep additive DCA: 1, +2, +3 ... (no martingale) - Keep max_entries constraint exactly (6..8, max = 8 total = 7 adds + base) - Keep candle-count / hyperopt safe time handling. - Do NOT use populate_indicators().
krel99/SQX-Freqtrade-Strategies
Strategy 0.2422 - Converted from StrategyQuantX
krel99/SQX-Freqtrade-Strategies
Strategy 0.4501 - Converted from StrategyQuantX
krel99/SQX-Freqtrade-Strategies
Strategy 0.4536 - Converted from StrategyQuantX
ken2190/freqtrade-strategies-5
BB_RPB_TSL @author jilv220 Simple bollinger brand strategy inspired by this blog ( https://hacks-for-life.blogspot.com/2020/12/freqtrade-notes.html ) RPB, which stands for Real Pull Back, taken from ( https://github.com/GeorgeMurAlkh/freqtrade-stuff/blob/main/user_data/strategies/TheRealPullbackV2.py ) The trailing custom stoploss taken from BigZ04_TSL from Perkmeister ( modded by ilya ) I modified it to better suit my taste and added Hyperopt for this strategy.
ken2190/freqtrade-strategies-5
BB_RPB_TSL @author jilv220 Simple bollinger brand strategy inspired by this blog ( https://hacks-for-life.blogspot.com/2020/12/freqtrade-notes.html ) RPB, which stands for Real Pull Back, taken from ( https://github.com/GeorgeMurAlkh/freqtrade-stuff/blob/main/user_data/strategies/TheRealPullbackV2.py ) The trailing custom stoploss taken from BigZ04_TSL from Perkmeister ( modded by ilya ) I modified it to better suit my taste and added Hyperopt for this strategy.
ken2190/freqtrade-strategies-5
BB_RPB_TSL @author jilv220 Simple bollinger brand strategy inspired by this blog ( https://hacks-for-life.blogspot.com/2020/12/freqtrade-notes.html ) RPB, which stands for Real Pull Back, taken from ( https://github.com/GeorgeMurAlkh/freqtrade-stuff/blob/main/user_data/strategies/TheRealPullbackV2.py ) The trailing custom stoploss taken from BigZ04_TSL from Perkmeister ( modded by ilya ) I modified it to better suit my taste and added Hyperopt for this strategy.
ken2190/freqtrade-strategies-5
Please only use this with TrailingBuy
ken2190/freqtrade-strategies-5
ken2190/freqtrade-strategies-5
PASTE OUTPUT FROM HYPEROPT HERE
ken2190/freqtrade-strategies-5
buy: MACD crosses MACD signal above and CCI < -50 sell: MACD crosses MACD signal below and CCI > 100
ken2190/freqtrade-strategies-5
Miku_PP_v3 La base de la Estrategia es: Miku_PP_v2 y Miku_1m_5m_CSen44_1_5m