12,502 strategies found
peteretelej/auto-trading
peteretelej/auto-trading
enricogolfieri/yuccatrader
peteretelej/auto-trading
peteretelej/auto-trading
Strategy 003 author@: Gerald Lonlas github@: https://github.com/freqtrade/freqtrade-strategies
peteretelej/auto-trading
peteretelej/auto-trading
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
peteretelej/auto-trading
peteretelej/auto-trading
peteretelej/auto-trading
OuwehandRetail/freqtrade
This is a strategy template to get you started. More information in https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-optimization.md
peteretelej/auto-trading
peteretelej/auto-trading
This strategy uses custom_stoploss() to enforce a fixed risk/reward ratio by first calculating a dynamic initial stoploss via ATR - last negative peak
peteretelej/auto-trading
OuwehandRetail/freqtrade
This is a strategy template to get you started. More information in https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-optimization.md
enricogolfieri/yuccatrader
webclinic017/algobot-new
froggleston/freqtrade-strategies
Strategy 003 author@: Gerald Lonlas github@: https://github.com/freqtrade/freqtrade-strategies
peteretelej/auto-trading
peteretelej/auto-trading
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
peteretelej/auto-trading
author@: lenik
peteretelej/auto-trading
chainpayok/freqaipeetcyrpto
peteretelej/auto-trading
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.