refactor: indicator color

This commit is contained in:
Toh4iem9
2025-10-05 13:09:03 +02:00
parent 95fc1db02a
commit 2c3916eb6b
+2 -2
View File
@@ -17,9 +17,9 @@
//--- Plot 1: Gann HiLo line
#property indicator_label1 "Gann_HiLo"
#property indicator_type1 DRAW_COLOR_LINE
#property indicator_color1 clrDodgerBlue, clrTomato
#property indicator_color1 clrMediumSeaGreen, clrCrimson
#property indicator_style1 STYLE_SOLID
#property indicator_width1 2
#property indicator_width1 1
//--- Include the calculator engine ---
#include <MyIncludes\GannHiLo_Calculator.mqh>