From a1f5bc1e4192207edd2385aabc18e068e6774472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Delacotte?= Date: Tue, 11 Nov 2025 21:29:51 +0100 Subject: [PATCH] =?UTF-8?q?LGBMClassifier=20ajout=20des=20corr=C3=A9lation?= =?UTF-8?q?s=20mid=5Fsmooth=5F24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zeus_LGBMRegressor.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Zeus_LGBMRegressor.json b/Zeus_LGBMRegressor.json index f627a33..a39bf8a 100644 --- a/Zeus_LGBMRegressor.json +++ b/Zeus_LGBMRegressor.json @@ -7,9 +7,6 @@ "2814": 0.12, "7675": 0 }, - "stoploss": { - "stoploss": -1.0 - }, "trailing": { "trailing_stop": true, "trailing_stop_positive": 0.15, @@ -21,16 +18,19 @@ }, "buy": { "mises": 5, - "mise_factor_buy": 0.02, - "ml_prob_buy": -0.27, - "pct": 0.037, - "pct_inc": 0.0016 + "mise_factor_buy": 0.01, + "ml_prob_buy": -0.25, + "pct": 0.005, + "pct_inc": 0.0001 }, "sell": { - "ml_prob_sell": -0.05 + "ml_prob_sell": 0.07 }, - "protection": {} + "protection": {}, + "stoploss": { + "stoploss": -0.333 + } }, "ft_stratparam_v": 1, - "export_time": "2025-11-11 15:44:21.251297+00:00" + "export_time": "2025-11-11 19:39:29.538204+00:00" } \ No newline at end of file