13,192 strategies found
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
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
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
Mounik/Sample_Scalping
ken2190/freqtrade-ftx-futures-3commas
PASTE OUTPUT FROM HYPEROPT HERE Can be overridden for specific sub-strategies (stake currencies) at the bottom.
Mounik/Sample_Scalping
yomolify/freqtrade-strategies
Strategy 005 author@: Gerald Lonlas github@: https://github.com/freqtrade/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
yomolify/freqtrade-strategies
author@: Gert Wohlgemuth
songjonghyun11/freqtrade-custom
모든 캔들마다 무조건 진입(enter_long=1)만 테스트
songjonghyun11/freqtrade-custom
vaskosmihaylov/freqtrade-strategy-lab
Example strategy showing how the user connects their own IFreqaiModel to the strategy. Namely, the user uses: self.freqai.start(dataframe, metadata)
PraneePtt/my-freqtrade-bot
songjonghyun11/freqtrade-custom
Donchian 돌파 + 거래량 배수 + (옵션) Fear&Greed 게이트 - 룩어헤드 방지: Donchian 상단은 shift(1) - 파라미터 우선순위: 1) config.strategy_parameters[TestDonchianFearGreedStrategy] 2) Hyperopt Parameter .value 3) buy_params (디폴트)
xielk/freqtrade-test
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/latest/strategy-customization/
yomolify/freqtrade-strategies
trading strategy based on the concept explained at https://www.youtube.com/watch?v=mmAWVmKN4J0 author@: Gert Wohlgemuth
xielk/freqtrade-test
测试策略 - 用于验证数据和基础逻辑
xielk/freqtrade-test
简单测试斐波那契策略 - 基于数据检查结果优化
thanhphan20/freq-trading-bot
author@: Gert Wohlgemuth
xielk/freqtrade-test
简化版谐波背离策略
yomolify/freqtrade-strategies
author@: Gert Wohlgemuth
yomolify/freqtrade-strategies
author@: Gert Wohlgemuth
PraneePtt/my-freqtrade-bot