From: Jérôme Benoit Date: Wed, 18 Jun 2025 12:52:30 +0000 (+0200) Subject: refactor(qav3): add another default setting for pivots labeling targeted X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e1f8977c211f32eb010c95391ff4d2732fc17a66;p=freqai-strategies.git refactor(qav3): add another default setting for pivots labeling targeted for swing trading strategy Signed-off-by: Jérôme Benoit --- diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 93a46a0..d97a649 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -164,6 +164,11 @@ // 0.25, // 0.75 // ], + // "label_metric": "hellinger", + // "label_weights": [ + // 0.5, + // 0.5 + // ], "include_shifted_candles": 6, "DI_threshold": 10, "weight_factor": 0.9,