]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
refactor(qav3): use bar to identify min_max
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 11 Feb 2025 18:35:12 +0000 (19:35 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 11 Feb 2025 18:35:12 +0000 (19:35 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
quickadapter/user_data/strategies/QuickAdapterV3.py

index 1d12817b1245519c2413fabf465db710be766bac..14db908ca31a40a27aae38ff39826d621fe0fe26 100644 (file)
@@ -75,8 +75,8 @@ class QuickAdapterV3(IStrategy):
                 "&s-maxima_sort_threshold": {"color": "#5b5e4b", "type": "line"},
             },
             "min_max": {
-                "maxima": {"color": "#a29db9", "type": "line"},
-                "minima": {"color": "#ac7fc", "type": "line"},
+                "maxima": {"color": "#a29db9", "type": "bar"},
+                "minima": {"color": "#ac7fc", "type": "bar"},
             },
         },
     }