myTestFreqAI/freqtrade/templates/martingale.json
zhangkun9038@dingtalk.com b368bd88d4 update backtest.sh
2025-10-14 09:49:11 +00:00

37 lines
795 B
JSON

{
"strategy_name": "MartinGale",
"params": {
"max_open_trades": {
"max_open_trades": 1
},
"buy": {
"add_position_callback": 0.014,
"max_entry_adjustments": 14,
"rsi_length": 18,
"rsi_oversold": 30,
"stake_divisor": 0.91,
"step_coefficient": 1.03
},
"sell": {
"take_profit_target": 0.027
},
"protection": {},
"roi": {
"0": 0.206,
"21": 0.055,
"56": 0.028,
"111": 0
},
"stoploss": {
"stoploss": -0.317
},
"trailing": {
"trailing_stop": true,
"trailing_stop_positive": 0.189,
"trailing_stop_positive_offset": 0.196,
"trailing_only_offset_is_reached": true
}
},
"ft_stratparam_v": 1,
"export_time": "2025-10-14 04:50:03.146726+00:00"
}