12,280 strategies found
joocy75-hash/TradingView-Strategy
Simple Moving Average Crossover Strategy - 20/50 SMA
Germoso/ft_userdata
ASGDLO/freqtrade_stuff_strategies
datawal/freqtrade-strategies
ASGDLO/freqtrade_stuff_strategies
datawal/freqtrade-strategies
BenGTO/ansible_freqtrade
ken2190/freqtrade
Sample strategy implementing Informative Pairs - compares stake_currency with USDT. Not performing very well - but should serve as an example how to use a referential pair against USDT. author@: xmatthias github@: https://github.com/freqtrade/freqtrade-strategies
ASGDLO/freqtrade_stuff_strategies
This is a strategy template to get you started. More information in https://www.freqtrade.io/en/latest/strategy-customization/
BenGTO/ansible_freqtrade
VERSION MODIFIED BY REUNIWARE (InvestDataSystems@Yahoo.Com / 2021) THIS VERSION CONTAINS HYPEROPT SETTINGS FROM E0V1E (cf. https://discord.gg/Ayvcvs6N )
datawal/freqtrade-strategies
author@: lenik
ASGDLO/freqtrade_stuff_strategies
This is a strategy template to get you started. More information in https://www.freqtrade.io/en/latest/strategy-customization/
ASGDLO/freqtrade_stuff_strategies
This is a strategy template to get you started. More information in https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-optimization.md
4tie/temp
30m trend-following pullback strategy with regime filter.
datawal/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
Wiickedawesome/wicked-trading
FreqAI-driven crypto strategy — LightGBM predictions drive entries directly.
Wiickedawesome/wicked-trading
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/stable/strategy-customization/
AgbodesiImoagene/coingro
author@: Gert Wohlgemuth
AgbodesiImoagene/coingro
author@: Gert Wohlgemuth
Ammly/gist-5d8bf19f
ASGDLO/freqtrade_stuff_strategies
Strategy Bollinger Bands + RSI author@: Leandro Handal github@: https://github.com/lhandal
Aeell/Satoshi-Pulse
ASGDLO/freqtrade_stuff_strategies
ASGDLO/freqtrade_stuff_strategies
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.