12,500 strategies found
krel99/SQX-Freqtrade-Strategies
Thursday-only futures strategy (long + short) focusing on price/volume.
krel99/SQX-Freqtrade-Strategies
Tuesday-only futures strategy (long + short) using Ehlers-style signals.
krel99/SQX-Freqtrade-Strategies
Wednesday-only futures strategy (long + short) using "less common" indicators: ZLEMA, HMA, Ultimate Oscillator, Awesome Oscillator, and ATR.
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):
krel99/SQX-Freqtrade-Strategies
Adaptive MA strategy (hyperopt-safe / epoch-safe):
krel99/SQX-Freqtrade-Strategies
Corrected for your environment:
krel99/SQX-Freqtrade-Strategies
DR/IDR (Regular session) strategy inspired by TradingView "DR/IDR V1.5".
krel99/SQX-Freqtrade-Strategies
krel99/SQX-Freqtrade-Strategies
krel99/SQX-Freqtrade-Strategies
Standard Ichimoku trend strategy (futures, long+short), with hour-window filter and trade caps.
krel99/SQX-Freqtrade-Strategies
krel99/SQX-Freqtrade-Strategies
krel99/SQX-Freqtrade-Strategies
krel99/SQX-Freqtrade-Strategies
Modified FractalStrategyV2: - Trailing stoploss ONLY for exits. - Weekend trade disable parameter.
krel99/SQX-Freqtrade-Strategies
heaven010210/freqtrade-strategies-that-work
EMAPriceCrossoverWithThreshold author@: Paul Csapak github@: https://github.com/paulcpk/freqtrade-strategies-that-work
heaven010210/freqtrade-strategies-that-work
MACDCrossoverWithTrend author@: Paul Csapak github@: https://github.com/paulcpk/freqtrade-strategies-that-work
heaven010210/freqtrade-strategies-that-work
RSIDirectionalWithTrend author@: Paul Csapak github@: https://github.com/paulcpk/freqtrade-strategies-that-work
heaven010210/freqtrade-strategies-that-work
RSIDirectionalWithTrendSlow author@: Paul Csapak github@: https://github.com/paulcpk/freqtrade-strategies-that-work
Chinmaychinmayk/freqtrade_project
Breakout Strategy: - Long Entry: When price breaks above 20-bar high - Short Entry: When price breaks below 20-bar low - Stoploss: Based on 3-bar high/low with trailing - Only one trade open at a time
Chinmaychinmayk/freqtrade_project
Chinmaychinmayk/freqtrade_project
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/latest/strategy-customization/
gitgatgit/freqtrade-feature-engineering-strat-test
Example of a hybrid FreqAI strat, designed to illustrate how a user may employ FreqAI to bolster a typical Freqtrade strategy. Launching this strategy would be: freqtrade trade --strategy FreqaiExampleHybridStrategy --strategy-path freqtrade/templates --freqaimodel CatboostClassifier --config config_examples/config_freqai.example.json or the user simply adds this to their config: "freqai": { "enabled": true, "purge_old_models": true, "train_period_days": 15, "identifier": "uniqe-id", "feature_pa