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

┃ Strategy ┃ Trades ┃ Avg Profit % ┃ Tot Profit USDT ┃ Tot Profit % ┃     Avg Duration ┃  Win  Draw  Loss  Win% ┃             Drawdown ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩
│    Empty │     92 │         1.62 │        2474.507 │       247.45 │ 3 days, 23:07:00 │   45     0    47  48.9 │ 359.078 USDT  10.66% │
└──────────┴────────┴──────────────┴─────────────────┴──────────────┴──────────────────┴────────────────────────┴──────────────────────┘
This commit is contained in:
Jérôme Delacotte
2026-02-26 23:15:00 +01:00
parent 26aa1ea32b
commit 42832df325
3 changed files with 198 additions and 106 deletions

View File

@@ -14,15 +14,16 @@
"trailing_only_offset_is_reached": false
},
"max_open_trades": {
"max_open_trades": 20
"max_open_trades": 1
},
"buy": {
"buy_deriv1_sma12d": -0.06,
"buy_deriv1_sma5d": -0.01,
"buy_deriv1_sma60": -0.003,
"buy_deriv2_sma12d": 0.0,
"buy_deriv2_sma5d": -0.07,
"buy_deriv2_sma60": -0.004
"buy_deriv1_sma12d": -0.05,
"buy_deriv1_sma5d": -0.03,
"buy_deriv1_sma60": 0.0,
"buy_deriv2_sma12d": 0.0,
"buy_deriv2_sma5d": -0.07,
"buy_deriv2_sma60": -0.003,
"buy_longue": 200
},
"protection": {
"drop_from_last_entry": 0.0
@@ -34,5 +35,5 @@
}
},
"ft_stratparam_v": 1,
"export_time": "2026-02-25 18:15:42.432169+00:00"
"export_time": "2026-02-26 20:23:41.717021+00:00"
}