From 61e3ed95b21832c0ff7b3e76d320b03bfd254130 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Wed, 23 Apr 2025 17:39:34 +0800 Subject: [PATCH] up --- .../templates/FreqaiExampleStrategy.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 freqtrade/templates/FreqaiExampleStrategy.json diff --git a/freqtrade/templates/FreqaiExampleStrategy.json b/freqtrade/templates/FreqaiExampleStrategy.json new file mode 100644 index 0000000..aea8102 --- /dev/null +++ b/freqtrade/templates/FreqaiExampleStrategy.json @@ -0,0 +1,32 @@ +{ + "strategy_name": "FreqaiExampleStrategy", + "params": { + "max_open_trades": { + "max_open_trades": 4 + }, + "buy": { + "buy_rsi": 28 + }, + "sell": { + "sell_rsi": 89 + }, + "protection": {}, + "roi": { + "0": 0.08099999999999999, + "7": 0.038, + "23": 0.013, + "63": 0 + }, + "stoploss": { + "stoploss": -0.236 + }, + "trailing": { + "trailing_stop": true, + "trailing_stop_positive": 0.139, + "trailing_stop_positive_offset": 0.14800000000000002, + "trailing_only_offset_is_reached": true + } + }, + "ft_stratparam_v": 1, + "export_time": "2025-04-23 09:36:34.486164+00:00" +} \ No newline at end of file