12,954 strategies found
GoLukeEnviro/trading-hub
XinuxC/Ft-things
PASTE OUTPUT FROM HYPEROPT HERE Can be overridden for specific sub-strategies (stake currencies) at the bottom.
XinuxC/Ft-things
XinuxC/Ft-things
ChaseRun/trading-bot
TrickBaker/freqtrade-repos
TrickBaker/freqtrade-repos
Example strategy showing how the user connects their own IFreqaiModel to the strategy. Namely, the user uses: self.freqai.start(dataframe, metadata)
kurollo/freqtrade-strategies
kurollo/freqtrade-strategies
kurollo/freqtrade-strategies
TrickBaker/freqtrade-repos
author@: Gert Wohlgemuth
kurollo/freqtrade-strategies
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 How to use it? > python3 freqtrade -s InformativeSample
kurollo/freqtrade-strategies
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 How to use it? > python3 freqtrade -s InformativeSample
Shmel999/freqtrade-strategies
kurollo/freqtrade-strategies
kurollo/freqtrade-strategies
This is a test strategy to inspire you. More information in https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-optimization.md
khengleng/freqtrade-strategies
author@: Gert Wohlgemuth
khengleng/freqtrade-strategies
author@: Gert Wohlgemuth
kurollo/freqtrade-strategies
kurollo/freqtrade-strategies
kurollo/freqtrade-strategies
You must keep: - the lib in the section "Do not remove these libs" - the prototype for the methods: minimal_roi, stoploss, populate_indicators, populate_buy_trend, populate_sell_trend, hyperopt_space, buy_strategy_generator
kurollo/freqtrade-strategies
kurollo/freqtrade-strategies
TrickBaker/freqtrade-repos
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/latest/strategy-customization/