12,300 strategies found
graceful-coder/TradingStrategies
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/latest/strategy-customization/
fgias/freqtrade-strategies
This is a strategy template to get you started. More information in https://www.freqtrade.io/en/latest/strategy-customization/
fgias/freqtrade-strategies
This is a strategy template to get you started. More information in https://www.freqtrade.io/en/latest/strategy-customization/
h5un/freqtrade-strategies
以「上次成交價為中心」的網格策略 - 跌超 x% -> 每次加倉 +0.1 NAV - 漲超 y% -> 每次減倉 -0.1 NAV (或加空/回補) - 倉位上限 ±0.9 NAV - 使用 position adjustment 逐步加減碼
h5un/freqtrade-strategies
簡單的 Time-Series Momentum: 進場(下一根): Long: ADX > adx_threshold 且 MOM(mom_len) > 0 且 量能 > 均量(20) Short: ADX > adx_threshold 且 MOM(mom_len) < 0 且 量能 > 均量(20)
h5un/freqtrade-strategies
多空皆可的 Pull back (1h + 4h)策略: Long 進場(下一根)需同時滿足: 1) 4h RSI > threshold 2) 1h ADX > threshold 3) 4h ADX > threshold 4) 1h 收盤 < BB 下軌 Short 進場(下一根)需同時滿足: 1) 4h RSI < threshold 2) 1h ADX > threshold 3) 4h ADX > threshold 4) 1h 收盤 > BB 上軌
h5un/freqtrade-strategies
多空皆可的 Pull back (1h + 4h)策略: Long 進場(下一根)需同時滿足: 1) 4h RSI > threshold 2) 1h ADX > threshold 3) 4h ADX > threshold 4) 1h 收盤 < BB 下軌 Short 進場(下一根)需同時滿足: 1) 4h RSI < threshold 2) 1h ADX > threshold 3) 4h ADX > threshold 4) 1h 收盤 > BB 上軌
h5un/freqtrade-strategies
多空皆可的 Pull back (1h + 4h)策略: Long 進場(下一根)需同時滿足: 1) 4h RSI > threshold 2) 1h ADX > threshold 3) 4h ADX > threshold 4) 1h 收盤 < BB 下軌 Short 進場(下一根)需同時滿足: 1) 4h RSI < threshold 2) 1h ADX > threshold 3) 4h ADX > threshold 4) 1h 收盤 > BB 上軌
lagoanova/freqtrade_strategies
Frank9932/freqtrade_strategies
libnidsj/freqtrade_strategies
libnidsj/freqtrade_strategies
graceful-coder/TradingStrategies
More information in https://www.freqtrade.io/en/latest/strategy-customization/
weaver-viii/freqtrade-1
weaver-viii/freqtrade-1
Strategy: based on BBL3H2RSIStdStrategy, with the following modifications: - removed MFI for both buy and sell signals - removed RSI for sell signal
weaver-viii/freqtrade-1
Strategy: optimized for Sharpe ratio loss function
weaver-viii/freqtrade-1
Strategy: optimized for standard loss function
weaver-viii/freqtrade-1
Strategy: based on BBL3H2RSIStdStrategy, with the following modifications: - removed MFI for both buy and sell signals - changed bb high2 to bb high 1 for the sell signal
weaver-viii/freqtrade-1
Strategy: Buy hyperspace params: {'rsi-enabled': False, 'rsi-value': 44, 'trigger': 'bb_lower3'} Sell hyperspace params: {'sell-trigger': 'sell-bb_high1'} ROI table: {0: 0.15731, 157: 0.11198, 662: 0.03768, 1081: 0} Stoploss: -0.20001
libnidsj/freqtrade_strategies
author@: Gert Wohlgemuth converted from: https://github.com/sthewissen/Mynt/blob/master/src/Mynt.Core/Strategies/BbandRsi.cs Customized by StrongManBR
h5un/freqtrade-strategies
rainfrog123/blue
Strategy optimized for 5-second candles.
rainfrog123/blue
Strategy to debug trade data conversion to OHLCV
rainfrog123/blue
EMA crossover strategy with ATR-based stop-loss and take-profit.