12,455 strategies found
richardjozsa/ft_strategies
jrdani2001/freqtrade-strategies
This is FrostAura's mark 3 strategy which aims to make purchase decisions based on the BB, RSI and Stochastic.
alexc848/freqtrade-strategies
author@: Gert Wohlgemuth
ntnam1605/bainansu
This is an example strategy that uses the LSTMRegressor model to predict the target score. Use at your own risk. This is a simple example strategy and should be used for educational purposes only.
aawujie/freqtrade
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/latest/strategy-customization/
fuchstech/AsiFin
fuchstech/AsiFin
stash86/freqtrade-strategies
stash86/freqtrade-strategies
Volatility System strategy. Based on https://www.tradingview.com/script/3hhs0XbR/
stash86/freqtrade-strategies
The HLHB ("Huck loves her bucks!") System simply aims to catch short-term forex trends. More information in https://www.babypips.com/trading/forex-hlhb-system-explained
stash86/freqtrade-strategies
aawujie/freqtrade
aawujie/freqtrade
双均线交叉策略 (Double Moving Average Crossover Strategy)
stash86/freqtrade-strategies
stash86/freqtrade-strategies
stash86/freqtrade-strategies
stash86/freqtrade-strategies
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
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
Hyperopt-safe rewrite (matches backtest next time):
PraneePtt/my-freqtrade-bot
Example strategy showing how the user connects their own IFreqaiModel to the strategy.
krel99/SQX-Freqtrade-Strategies
1-Min MACD + Parabolic SAR Trend-Follow Scalper