13,192 strategies found
Shnilj/Freqtrade-Hassio
author@: Gert Wohlgemuth
Shnilj/Freqtrade-Hassio
trading strategy based on the concept explained at https://www.youtube.com/watch?v=mmAWVmKN4J0 author@: Gert Wohlgemuth
Shnilj/Freqtrade-Hassio
author@: Gert Wohlgemuth
dryans/bigstars_bot
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/latest/strategy-customization/
dryans/bigstars_bot
Example of a hybrid FreqAI strat, designed to illustrate how a user may employ FreqAI to bolster a typical Freqtrade strategy.
dryans/bigstars_bot
Example strategy showing how the user connects their own IFreqaiModel to the strategy. Namely, the user uses: self.freqai.start(dataframe, metadata)
azuredean/WT-v2
smpsandro1239/Freqtrade
smpsandro1239/Freqtrade
Estratégia WaveHyperNW Melhorada
smpsandro1239/Freqtrade
Estratégia B - Baseada em RSI, MACD e Bollinger Bands Estratégia conservadora focada em reversões de tendência
smpsandro1239/Freqtrade
smpsandro1239/Freqtrade
Estratégia Multi-Timeframe
smpsandro1239/Freqtrade
Simplified Machine Learning Strategy
smpsandro1239/Freqtrade
Machine Learning Strategy using Random Forest for predictions
willy50414z/binance
Ma725BreakStrategy ported from custom Python implementation.
willy50414z/binance
Ma2599CrossStrategy 做多策略: MA25 > MA99 黃金交叉 做空策略: MA25 < MA99 死亡交叉 停利策略: 獲利 > 15% (ROI) 停損策略: 損失 > 20% (Stoploss)
willy50414z/binance
BitcoinMLStrategy Uses a pre-trained LightGBM model to predict price movements.
willy50414z/binance
Logashan/freqtrade-news-ml
Logashan/freqtrade-news-ml
Logashan/freqtrade-news-ml
Стратегия с использованием оптимизированных технических индикаторов.
Logashan/freqtrade-news-ml
Версия без защит для сравнения производительности: - Фильтр тренда: EMA50 > EMA200 (лонг), EMA50 < EMA200 (шорт) - Волатильность: ATR/close > порога - Временной фильтр: торги по UTC 6..22 - Входы: пересечения RSI порогов + ADX + MACD - Выходы: RSI/EMA + ROI/SL из конфига - ЗАЩИТЫ ОТКЛЮЧЕНЫ для сравнения
Logashan/freqtrade-news-ml
Logashan/freqtrade-news-ml
Базовая рабочая стратегия: - Лонги по тренду (EMA50 > EMA200) + импульс (RSI > 55) - Фильтр волатильности (ATR% > 0.25) - Выход: ослабление импульса (RSI < 45) или слом тренда (EMA50 < EMA200) Примечание: шорты отключены на первом этапе.