12,330 strategies found
fuchstech/AsiFin
fuchstech/AsiFin
This strategy uses custom_stoploss() to enforce a fixed risk/reward ratio by first calculating a dynamic initial stoploss via ATR - last negative peak
fuchstech/AsiFin
fuchstech/AsiFin
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
fuchstech/AsiFin
author@: lenik
fuchstech/AsiFin
NitinMane2022/freqtrade
This is a sample strategy to inspire you. More information in https://www.freqtrade.io/en/latest/strategy-customization/
NitinMane2022/freqtrade
Example of a hybrid FreqAI strat, designed to illustrate how a user may employ FreqAI to bolster a typical Freqtrade strategy.
NitinMane2022/freqtrade
Example strategy showing how the user connects their own IFreqaiModel to the strategy. Namely, the user uses: self.freqai.start(dataframe, metadata)
touhoufan2024/user_data
一个简单的策略,主要逻辑在 adjust_trade_position 中: - 初始入场: SMA 5 穿越 SMA 20 - 定时加仓: 如果交易亏损且距离上次加仓/开仓超过 N 小时,则加仓。 - 退出: 依赖 ROI 和止损。
touhoufan2024/user_data
一个简单的基于均线交叉的 Freqtrade 策略。
touhoufan2024/user_data
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
touhoufan2024/user_data
touhoufan2024/user_data
The HLHB ("Huck loves her bucks!") System simply aims to catch short-term forex trends. More information in https://www.babypips.com/trading/forex-hlhb-system-explained
touhoufan2024/user_data
touhoufan2024/user_data
touhoufan2024/user_data
touhoufan2024/user_data
Strategy 005 author@: Gerald Lonlas github@: https://github.com/freqtrade/freqtrade-strategies
touhoufan2024/user_data
Strategy 004 author@: Gerald Lonlas github@: https://github.com/freqtrade/freqtrade-strategies
touhoufan2024/user_data
Strategy 003 author@: Gerald Lonlas github@: https://github.com/freqtrade/freqtrade-strategies
touhoufan2024/user_data
Strategy 002 author@: Gerald Lonlas github@: https://github.com/freqtrade/freqtrade-strategies
touhoufan2024/user_data
Strategy 001_custom_exit author@: Gerald Lonlas, froggleston github@: https://github.com/freqtrade/freqtrade-strategies