13,192 strategies found
cadilhe/freqtrade_2020_tcc
this strategy is based around the idea of generating a lot of potentatils buys and make tiny profits on each trade
cadilhe/freqtrade_2020_tcc
cadilhe/freqtrade_2020_tcc
Default Strategy provided by freqtrade bot. You can override it with your own strategy
cadilhe/freqtrade_2020_tcc
Default Strategy provided by freqtrade bot. You can override it with your own strategy
cadilhe/freqtrade_2020_tcc
Default Strategy provided by freqtrade bot. Please do not modify this strategy, it's intended for internal use only. Please look at the SampleStrategy in the user_data/strategy directory or strategy repository https://github.com/freqtrade/freqtrade-strategies for samples and inspiration.
cadilhe/freqtrade_2020_tcc
Default Strategy provided by freqtrade bot. You can override it with your own strategy
cadilhe/freqtrade_2020_tcc
This is a sample strategy to inspire you. More information in https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-optimization.md
DoubleSang7177/freqtrade-strategy
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/stable/strategy-customization/
behradhesami/Projects
richardjozsa/ft_strategies
vaskosmihaylov/freqtrade-strategy-lab
vaskosmihaylov/freqtrade-strategy-lab
Test strategy - used for testing freqAI functionalities. DO not use in production.
vaskosmihaylov/freqtrade-strategy-lab
This is an example strategy that uses the LSTMRegressor model to predict the target score. Use at your own risk. This is a simple example strategy and should be used for educational purposes only.
vaskosmihaylov/freqtrade-strategy-lab
vaskosmihaylov/freqtrade-strategy-lab
Kblack0610/freqtrade_trading_attempt
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
Kblack0610/freqtrade_trading_attempt
Kblack0610/freqtrade_trading_attempt
Kblack0610/freqtrade_trading_attempt
tomjrtsmith/freqtrade-strategies
Strategy 004 author@: Gerald Lonlas github@: https://github.com/freqtrade/freqtrade-strategies
stash86/freqtrade-strategies
this strategy is based around the idea of generating a lot of potentatils buys and make tiny profits on each trade
Kblack0610/freqtrade_trading_attempt
This strategy uses custom_stoploss() to enforce a fixed risk/reward ratio by first calculating a dynamic initial stoploss via ATR - last negative peak
Kblack0610/freqtrade_trading_attempt
Kblack0610/freqtrade_trading_attempt
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