From fc45ed7dfe84d91056047ed9f2cd1986387c5590 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Mon, 3 Nov 2025 12:47:36 +0100 Subject: [PATCH] refactor: indicator_type indicator_color --- .../Ehlers/4_Channels_and_Bands/Gaussian_Bands_Pro.mq5 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Indicators/MyIndicators/Authors/Ehlers/4_Channels_and_Bands/Gaussian_Bands_Pro.mq5 b/Indicators/MyIndicators/Authors/Ehlers/4_Channels_and_Bands/Gaussian_Bands_Pro.mq5 index 1ad80a8..f8e8455 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/4_Channels_and_Bands/Gaussian_Bands_Pro.mq5 +++ b/Indicators/MyIndicators/Authors/Ehlers/4_Channels_and_Bands/Gaussian_Bands_Pro.mq5 @@ -13,14 +13,13 @@ #property indicator_label1 "Upper" #property indicator_type1 DRAW_LINE -#property indicator_color1 clrLimeGreen +#property indicator_color1 clrSeaGreen #property indicator_label2 "Lower" #property indicator_type2 DRAW_LINE -#property indicator_color2 clrLimeGreen +#property indicator_color2 clrSeaGreen #property indicator_label3 "Middle" #property indicator_type3 DRAW_LINE -#property indicator_color3 clrLimeGreen -#property indicator_style3 STYLE_DOT +#property indicator_color3 clrSeaGreen #include