13,192 strategies found
s4ng/freqtrade-strategy
s4ng/freqtrade-strategy
s4ng/freqtrade-strategy
s4ng/freqtrade-strategy
IvanLetteri/AITA---Strategies
IvanLetteri/AITA---Strategies
IvanLetteri/AITA---Strategies
IvanLetteri/AITA---Strategies
author@: Gert Wohlgemuth converted from: https://github.com/sthewissen/Mynt/blob/master/src/Mynt.Core/Strategies/BbandRsi.cs
liquidmind313/freqtrade_set
terrah27/freqtrade_strategies
idea: Relative Average Distance: Calculate distance of price from its simple moving average. Measure mean reversion by applying RSI formula to price differences. Go long when RAD < 25 short when > 75
darkvolg/Trading
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/stable/strategy-customization/
liquidmind313/freqtrade_set
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.
titouannwtt/freqtrade-ultimate
Simple VWAP v1 - Stratégie d'exposition maximale au marché
titouannwtt/freqtrade-ultimate
titouannwtt/freqtrade-ultimate
RamXX/freqtrade-public-bots
RamXX/freqtrade-public-bots
RamXX/freqtrade-public-bots
RamXX/freqtrade-public-bots
RamXX/freqtrade-public-bots
Originally based in the ideas of TheForce, particularly using crosses on EMA5 close and open as triggers along with Stochastic fast. https://github.com/StephaneTurquay/freqtrade-strategies-crypto-trading-bot
RamXX/freqtrade-public-bots
RamXX/freqtrade-public-bots
Originally based in the ideas of TheForce, particularly using crosses on EMA5 close and open as triggers along with Stochastic fast. https://github.com/StephaneTurquay/freqtrade-strategies-crypto-trading-bot
RamXX/freqtrade-public-bots
RamXX/freqtrade-public-bots
EMA8_21_cross_1 - Designed to backtest the 8/21 strategy on the weekly. In essence, it buys when EMA 8 crosses EMA 21 upwards, and sells in the reverse situation. It has ROI and stoploss disabled in order to ONLY use signals for entries and exits. This is a basic, barebone strategy created to assess the effectiveness of the 8/21 cross. Other versions in this repo add additional constraints.