12,454 strategies found
fulvian/freqtrade-trading-bot
Context7 Super Powers: Ichimoku LLM Enhanced V1 - Intelligent Stake Sizing
fulvian/freqtrade-trading-bot
🚀 CONTEXT7 SUPER POWERS ENHANCED V8092 - Production Ready
project237/my_freqtrade_scripts
project237/my_freqtrade_scripts
Lucas-Mesa-Casellas/freqtrade-rl-trading-bot
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
Chinmaychinmayk/freqtrade_project
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/latest/strategy-customization/
Chinmaychinmayk/freqtrade_project
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
heaven010210/freqtrade-strategies-that-work
RSIDirectionalWithTrendSlow 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
MACDCrossoverWithTrend author@: Paul Csapak github@: https://github.com/paulcpk/freqtrade-strategies-that-work
heaven010210/freqtrade-strategies-that-work
EMAPriceCrossoverWithThreshold author@: Paul Csapak github@: https://github.com/paulcpk/freqtrade-strategies-that-work
heaven010210/freqtrade-strategies-that-work
DoubleEMACrossoverWithTrend author@: Paul Csapak github@: https://github.com/paulcpk/freqtrade-strategies-that-work
ken2190/freqtrade-strategies-5
ken2190/freqtrade-strategies-5
ken2190/freqtrade-strategies-5
ken2190/freqtrade-strategies-5
Miku_PP_v3 La base de la Estrategia es: Miku_PP_v2 y Miku_1m_5m_CSen44_1_5m
ken2190/freqtrade-strategies-5
buy: MACD crosses MACD signal above and CCI < -50 sell: MACD crosses MACD signal below and CCI > 100
ken2190/freqtrade-strategies-5
PASTE OUTPUT FROM HYPEROPT HERE
ken2190/freqtrade-strategies-5
ken2190/freqtrade-strategies-5
Please only use this with TrailingBuy
ken2190/freqtrade-strategies-5
BB_RPB_TSL @author jilv220 Simple bollinger brand strategy inspired by this blog ( https://hacks-for-life.blogspot.com/2020/12/freqtrade-notes.html ) RPB, which stands for Real Pull Back, taken from ( https://github.com/GeorgeMurAlkh/freqtrade-stuff/blob/main/user_data/strategies/TheRealPullbackV2.py ) The trailing custom stoploss taken from BigZ04_TSL from Perkmeister ( modded by ilya ) I modified it to better suit my taste and added Hyperopt for this strategy.
ken2190/freqtrade-strategies-5
BB_RPB_TSL @author jilv220 Simple bollinger brand strategy inspired by this blog ( https://hacks-for-life.blogspot.com/2020/12/freqtrade-notes.html ) RPB, which stands for Real Pull Back, taken from ( https://github.com/GeorgeMurAlkh/freqtrade-stuff/blob/main/user_data/strategies/TheRealPullbackV2.py ) The trailing custom stoploss taken from BigZ04_TSL from Perkmeister ( modded by ilya ) I modified it to better suit my taste and added Hyperopt for this strategy.