┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━┓

┃ Strategy ┃ Trades ┃ Avg Profit % ┃ Tot Profit USDC ┃ Tot Profit % ┃     Avg Duration ┃  Win  Draw  Loss  Win% ┃            Drawdown ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━┩
│    Empty │     45 │         3.05 │         903.533 │        90.35 │ 15 days, 1:43:00 │   44     0     1  97.8 │ 1300.8 USDC  40.60% │
└──────────┴────────┴──────────────┴─────────────────┴──────────────┴──────────────────┴────────────────────────┴─────────────────────┘
This commit is contained in:
Jérôme Delacotte
2026-02-20 21:54:17 +01:00
parent 18fa5151e8
commit a228e56172
3 changed files with 458 additions and 172 deletions

View File

@@ -4,6 +4,15 @@
"roi": {
"0": 10
},
"stoploss": {
"stoploss": -1.0
},
"trailing": {
"trailing_stop": false,
"trailing_stop_positive": null,
"trailing_stop_positive_offset": 0.0,
"trailing_only_offset_is_reached": false
},
"max_open_trades": {
"max_open_trades": 20
},
@@ -21,30 +30,15 @@
"buy_real_num1": 1.0,
"buy_real_num2": -0.4
},
"protection": {
"stop_buying_indicator": "stop_buying12_1d",
"stoploss_indicator": "stop_buying12_1d",
"stoploss_timeperiod": "12"
},
"sell": {
"sell_crossed_indicator0": "sma24_deriv2",
"sell_crossed_indicator1": "sma48_score",
"sell_crossed_indicator2": "sma24_score",
"sell_indicator0": "sma5_deriv2",
"sell_indicator1": "sma60_score",
"sell_indicator2": "sma60_score",
"sell_operator0": "<",
"sell_operator1": ">",
"sell_operator2": "CB",
"sell_real_num0": 0.7,
"sell_real_num1": 0.5,
"sell_real_num2": 0.9
},
"stoploss": {
"stoploss": -1
},
"trailing": {
"trailing_stop": false,
"trailing_stop_positive": 0.055,
"trailing_stop_positive_offset": 0.106,
"trailing_only_offset_is_reached": false
"sell_score_indicator": "sma48_score"
}
},
"ft_stratparam_v": 1,
"export_time": "2026-02-19 19:14:20.539321+00:00"
"export_time": "2026-02-20 20:19:59.741160+00:00"
}