From: Jérôme Benoit Date: Wed, 12 Feb 2025 14:44:15 +0000 (+0100) Subject: refactor(qav3): refine graph colors X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2ab05a26ee8fda63e0642188275327713945ce14;p=freqai-strategies.git refactor(qav3): refine graph colors Signed-off-by: Jérôme Benoit --- diff --git a/quickadapter/user_data/strategies/QuickAdapterV3.py b/quickadapter/user_data/strategies/QuickAdapterV3.py index 4689480..77d216e 100644 --- a/quickadapter/user_data/strategies/QuickAdapterV3.py +++ b/quickadapter/user_data/strategies/QuickAdapterV3.py @@ -71,8 +71,8 @@ class QuickAdapterV3(IStrategy): "rmse": {"rmse": {"color": "#c28ce3", "type": "line"}}, "extrema": { "&s-extrema": {"color": "#f53580", "type": "line"}, - "&s-minima_threshold": {"color": "#e6be0b", "type": "line"}, - "&s-maxima_threshold": {"color": "#5b5e4b", "type": "line"}, + "&s-minima_threshold": {"color": "#4ae747", "type": "line"}, + "&s-maxima_threshold": {"color": "#e6be0b", "type": "line"}, }, "min_max": { "maxima": {"color": "#0dd6de", "type": "bar"},