12,500 strategies found
Mounik/Sample_Scalping
author@: Gert Wohlgemuth
Mounik/Sample_Scalping
This is a strategy template to get you started. More information in https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-optimization.md
Mounik/Sample_Scalping
Default Strategy provided by freqtrade bot. Please do not modify this strategy, it's intended for internal use only. Please look at the SampleStrategy in the user_data/strategy directory or strategy repository https://github.com/freqtrade/freqtrade-strategies for samples and inspiration.
Mounik/Sample_Scalping
Mounik/Sample_Scalping
Mounik/Sample_Scalping
Mounik/Sample_Scalping
This is FrostAura's mark 1 strategy which aims to make purchase decisions based on the BB and RSI.
Mounik/Sample_Scalping
This is FrostAura's mark 1 strategy which aims to make purchase decisions based on the BB and RSI.
Mounik/Sample_Scalping
This is FrostAura's mark 2 strategy which aims to make purchase decisions based on the Stochastic and RSI.
Mounik/Sample_Scalping
This is FrostAura's mark 3 strategy which aims to make purchase decisions based on the BB, RSI and Stochastic.
Mounik/Sample_Scalping
This is FrostAura's mark 3 strategy which aims to make purchase decisions based on the BB, RSI and Stochastic.
Mounik/Sample_Scalping
This is FrostAura's random strategy powered by nature.
Mounik/Sample_Scalping
AHA-HH/freqtrade_sample_strategies
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/latest/strategy-customization/
AHA-HH/freqtrade_sample_strategies
krel99/SQX-Freqtrade-Strategies
5-Min Bollinger Band Mean Reversion Strategy
krel99/SQX-Freqtrade-Strategies
Breakout of Consolidation Box Strategy
krel99/SQX-Freqtrade-Strategies
EMA Trend + Pullback RSI Scalper
krel99/SQX-Freqtrade-Strategies
Inside-Bar Breakout Strategy (Price Action Only)
krel99/SQX-Freqtrade-Strategies
Keltner Channel Break + ATR Trail Strategy
krel99/SQX-Freqtrade-Strategies
1-Min MACD + Parabolic SAR Trend-Follow Scalper
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
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
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.