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

┃ Strategy ┃ Trades ┃ Avg Profit % ┃ Tot Profit USDT ┃ Tot Profit % ┃     Avg Duration ┃  Win  Draw  Loss  Win% ┃             Drawdown ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩
│    Empty │     55 │         1.51 │         400.599 │        40.06 │ 13 days, 3:00:00 │   54     0     1  98.2 │ 648.572 USDT  31.65% │
└──────────┴────────┴──────────────┴─────────────────┴──────────────┴──────────────────┴────────────────────────┴──────────────────────┘
This commit is contained in:
Jérôme Delacotte
2026-02-24 20:40:34 +01:00
parent 91bf3ca8ae
commit 18c392b7f2
2 changed files with 126 additions and 55 deletions

View File

@@ -16,30 +16,22 @@
"max_open_trades": {
"max_open_trades": 20
},
"buy": {
"buy_crossed_indicator0": "sma24_deriv2",
"buy_crossed_indicator1": "sma48_deriv2",
"buy_crossed_indicator2": "sma60_deriv1",
"buy_indicator0": "sma12_deriv1",
"buy_indicator1": "sma3_score",
"buy_indicator2": "sma5_deriv2",
"buy_operator0": ">",
"buy_operator1": "D",
"buy_operator2": "D",
"buy_real_num0": -0.7,
"buy_real_num1": 1.0,
"buy_real_num2": -0.4
"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"
},
"sell": {
"sell_score_indicator": "sma48_score"
},
"protection": {
"range_pos_stoploss": 0.1,
"stop_buying_indicator": "stop_buying60_1d",
"stoploss_force": -0.01,
"stoploss_indicator": "sma3_deriv2"
"buy": {
"buy_deriv_sma12d": -0.01,
"buy_deriv_sma5d": -0.06,
"buy_deriv_sma60": -0.001
}
},
"ft_stratparam_v": 1,
"export_time": "2026-02-21 17:38:15.366827+00:00"
"export_time": "2026-02-23 21:02:56.692173+00:00"
}