From 3d43a8491018ad7691c2bcae61deef9886ad08ae Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Thu, 29 Jan 2026 17:56:45 +0100 Subject: [PATCH] refactor(indicators): indicator_width --- .../Authors/Ehlers/4_Channels_and_Bands/Ehlers_Channel_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/Authors/Ehlers/4_Channels_and_Bands/Ehlers_Channel_Pro.mq5 b/Indicators/MyIndicators/Authors/Ehlers/4_Channels_and_Bands/Ehlers_Channel_Pro.mq5 index 7b25415..4c14d2f 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/4_Channels_and_Bands/Ehlers_Channel_Pro.mq5 +++ b/Indicators/MyIndicators/Authors/Ehlers/4_Channels_and_Bands/Ehlers_Channel_Pro.mq5 @@ -29,7 +29,7 @@ #property indicator_type3 DRAW_LINE #property indicator_color3 clrCrimson #property indicator_style3 STYLE_SOLID -#property indicator_width3 2 +#property indicator_width3 1 #include