From 7fd30bd6b8a564a5e74734b76a5e724f0e48d14a Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Mon, 3 Nov 2025 13:57:02 +0100 Subject: [PATCH] refactor: indicator_style --- .../Authors/Ehlers/4_Channels_and_Bands/Gaussian_Bands_Pro.mq5 | 3 +++ 1 file changed, 3 insertions(+) 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 f8e8455..40ac876 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 @@ -14,12 +14,15 @@ #property indicator_label1 "Upper" #property indicator_type1 DRAW_LINE #property indicator_color1 clrSeaGreen +#property indicator_style1 STYLE_SOLID #property indicator_label2 "Lower" #property indicator_type2 DRAW_LINE #property indicator_color2 clrSeaGreen +#property indicator_style2 STYLE_SOLID #property indicator_label3 "Middle" #property indicator_type3 DRAW_LINE #property indicator_color3 clrSeaGreen +#property indicator_style3 STYLE_SOLID #include