12,455 strategies found
Shnilj/Freqtrade-Hassio
author@: Gert Wohlgemuth
Shnilj/Freqtrade-Hassio
trading strategy based on the concept explained at https://www.youtube.com/watch?v=mmAWVmKN4J0 author@: Gert Wohlgemuth
Shnilj/Freqtrade-Hassio
aidinstinct/kthulutrade
PASTE OUTPUT FROM HYPEROPT HERE
labanux/freq
Mean-Reversion VWAP + Net Volume Z-Score strategy. Full plan: user_data/strategies/plan/cvf-strategy.md
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
dryans/bigstars_bot
Example strategy showing how the user connects their own IFreqaiModel to the strategy. Namely, the user uses: self.freqai.start(dataframe, metadata)
dbaleeds/Freqtrade-Strategies
dbaleeds/Freqtrade-Strategies
dryans/bigstars_bot
Example of a hybrid FreqAI strat, designed to illustrate how a user may employ FreqAI to bolster a typical Freqtrade strategy.
dbaleeds/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
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
Shnilj/Freqtrade-Hassio
author@: Gert Wohlgemuth
Shnilj/Freqtrade-Hassio
author@: Gert Wohlgemuth
Shnilj/Freqtrade-Hassio
author@: Gert Wohlgemuth
Shnilj/Freqtrade-Hassio
author@: Gert Wohlgemuth
dbaleeds/Freqtrade-Strategies
This strategy uses custom_stoploss() to enforce a fixed risk/reward ratio by first calculating a dynamic initial stoploss via ATR - last negative peak
dbaleeds/Freqtrade-Strategies
this is an example class, implementing a PSAR based trailing stop loss you are supposed to take the `custom_stoploss()` and `populate_indicators()` parts and adapt it to your own strategy
Shnilj/Freqtrade-Hassio
strategy sponsored by user BinH from slack
dbaleeds/Freqtrade-Strategies