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

┃ Strategy ┃ Trades ┃ Avg Profit % ┃ Tot Profit USDT ┃ Tot Profit % ┃    Avg Duration ┃  Win  Draw  Loss  Win% ┃           Drawdown ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━┩
│    Empty │     62 │         1.43 │        1238.641 │       123.86 │ 2 days, 2:15:00 │   43     0    19  69.4 │ 221.99 USDT  9.17% │
└──────────┴────────┴──────────────┴─────────────────┴──────────────┴─────────────────┴────────────────────────┴────────────────────┘
This commit is contained in:
Jérôme Delacotte
2026-02-25 19:23:21 +01:00
parent 70e1a57e47
commit 2c79bc706e
3 changed files with 169 additions and 143 deletions

View File

@@ -16,22 +16,24 @@
"max_open_trades": {
"max_open_trades": 20
},
"buy": {
"buy_deriv1_sma12d": -0.01,
"buy_deriv1_sma5d": -0.03,
"buy_deriv1_sma60": 0.0,
"buy_deriv2_sma12d": -0.07,
"buy_deriv2_sma5d": -0.04,
"buy_deriv2_sma60": 0.002
},
"protection": {
"drop_from_last_entry": -0.015,
"range_pos_stoploss": 0.1,
"stop_buying_indicator": "stop_buying48_1d",
"stoploss_force": -0.01,
"stoploss_indicator": "sma3_deriv2"
"drop_from_last_entry": 0.0
},
"sell": {
"sell_score_indicator": "sma48_score"
},
"buy": {
"buy_deriv_sma12d": -0.01,
"buy_deriv_sma5d": -0.06,
"buy_deriv_sma60": -0.001
"sell_crossed_sma_indicators": "sma5_1d",
"sell_score_indicator": "sma5_score",
"sell_sma_indicators": "sma12_1d"
}
},
"ft_stratparam_v": 1,
"export_time": "2026-02-23 21:02:56.692173+00:00"
"export_time": "2026-02-25 18:15:42.432169+00:00"
}