12,300 strategies found
nicnl31/pyalgotrader
nicnl31/pyalgotrader
PASTE OUTPUT FROM HYPEROPT HERE Can be overridden for specific sub-strategies (stake currencies) at the bottom.
4tie/ews
touhoufan2024/user_data
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/latest/strategy-customization/
touhoufan2024/user_data
willy50414z/binance
willy50414z/binance
BitcoinMLStrategy Uses a pre-trained LightGBM model to predict price movements.
willy50414z/binance
Ma2599CrossStrategy 做多策略: MA25 > MA99 黃金交叉 做空策略: MA25 < MA99 死亡交叉 停利策略: 獲利 > 15% (ROI) 停損策略: 損失 > 20% (Stoploss)
willy50414z/binance
Ma725BreakStrategy ported from custom Python implementation.
4tie/ews
ASGDLO/freqtrade_stuff_strategies
leif-erickson/wintersection
cheafi/Trading-bot-CC
Pre-Earnings Momentum Strategy.
touhoufan2024/user_data
一个简单的基于均线交叉的 Freqtrade 策略。
cheafi/Trading-bot-CC
Mean Reversion Strategy.
cheafi/Trading-bot-CC
Momentum Breakout Strategy.
cheafi/trading-team
OPT c=0.65 e=0.05 Optimized trend follower — higher win frequency in trending markets
h5un/freqtrade-strategies
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/latest/strategy-customization/
touhoufan2024/user_data
一个简单的策略,主要逻辑在 adjust_trade_position 中: - 初始入场: SMA 5 穿越 SMA 20 - 定时加仓: 如果交易亏损且距离上次加仓/开仓超过 N 小时,则加仓。 - 退出: 依赖 ROI 和止损。
AgbodesiImoagene/coingro
buy: MACD crosses MACD signal above and CCI < -50 sell: MACD crosses MACD signal below and CCI > 100
AgbodesiImoagene/coingro
author@: Gert Wohlgemuth
cheafi/Trading-bot-CC
Short-Term Trend Following Strategy.
mateusgm/free-lunch
Example of a hybrid FreqAI strat, designed to illustrate how a user may employ FreqAI to bolster a typical Freqtrade strategy.
mateusgm/free-lunch
Example strategy showing how the user connects their own IFreqaiModel to the strategy.