12,500 strategies found
hamidreza07/freqai-strategy
hamidreza07/freqai-strategy
hamidreza07/freqai-strategy
hamidreza07/freqai-strategy
hamidreza07/freqai-strategy
hamidreza07/freqai-strategy
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/latest/strategy-customization/
whitneyjohn61/freqtrade-strategy-lab
whitneyjohn61/freqtrade-strategy-lab
Single-leg ratio mean reversion on BNB using ETH as the spread anchor (4h).
whitneyjohn61/freqtrade-strategy-lab
Single-leg cointegration mean-reversion on ETH using BTC as the spread anchor.
jtscwhitney/freqtrade-strategy-lab
Single-leg ratio mean reversion on BNB using ETH as the spread anchor (4h).
jtscwhitney/freqtrade-strategy-lab
Single-leg cointegration mean-reversion on ETH using BTC as the spread anchor.
PyneSys/pynecore-examples
FreqTrade strategy powered by Pine Script strategy signals.
PyneSys/pynecore-examples
FreqTrade strategy that uses PyneCore Pine Script indicators for calculations and Python for entry/exit logic.
pneumann1980/custom_freqtrade_strategy
Original SmartMoneyStrategy from mikedigriz/freqtrade-strategy-mikedigriz Ported to modern freqtrade API (>= 2023.x), long-only, no futures changes. chaikin_money_flow implemented inline (no 'technical' package dependency).
pneumann1980/custom_freqtrade_strategy
Original RSI_BB strategy from mikedigriz/freqtrade-strategy-mikedigriz Ported to modern freqtrade API (>= 2023.x), long-only, no futures changes. ticker_interval removed (deprecated).
pneumann1980/custom_freqtrade_strategy
Original FisherHull strategy from mikedigriz/freqtrade-strategy-mikedigriz Autor original: https://github.com/werkkrew/freqtrade-strategies Ported to modern freqtrade API (>= 2023.x), long-only, no futures changes.
pneumann1980/custom_freqtrade_strategy
Original EasyInEasyOut strategy from mikedigriz/freqtrade-strategy-mikedigriz Ported to modern freqtrade API (>= 2023.x), long-only, no futures changes.
pneumann1980/custom_freqtrade_strategy
Original CCI_BB strategy from mikedigriz/freqtrade-strategy-mikedigriz Ported to modern freqtrade API (>= 2023.x), long-only, no futures changes.
pneumann1980/custom_freqtrade_strategy
Original BuyOrDie strategy from mikedigriz/freqtrade-strategy-mikedigriz Ported to modern freqtrade API (>= 2023.x), long-only, no futures changes.
jtscwhitney/freqtrade-strategy-lab
pneumann1980/custom_freqtrade_strategy
Smart money dip-buy / peak-short strategy. Long: close < EMA200, MFI < 35, CMF < -0.07 (institutional accumulation dip) Short: close > EMA200, MFI > 70, CMF > 0.20 (institutional distribution peak)
pneumann1980/custom_freqtrade_strategy
RSI + Bollinger Bands mean-reversion strategy for futures. Long: price closes below BB lower band 1σ (oversold) Short: price closes above BB upper band 3σ + RSI > 56 (overbought)
pneumann1980/custom_freqtrade_strategy
Fisher RSI + Hull MA + CCI strategy for futures. Long: HMA falling, CCI <= -50, Fisher RSI < -0.5 (oversold dip) Short: HMA rising, CCI >= 100, Fisher RSI > 0.5 (overbought peak)
pneumann1980/custom_freqtrade_strategy
HMA crossover scalping strategy for futures on 1m. Long: price crosses above HMA(20) Short: price crosses below HMA(20)