From b015a1c6f6b70dcdd67d8fa1348ba65af8f6f38b Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Fri, 26 Dec 2025 14:26:53 +0100 Subject: [PATCH] refactor: indicator_width --- .../Authors/Ehlers/1_Smoothers/Gaussian_Filter_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Gaussian_Filter_Pro.mq5 b/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Gaussian_Filter_Pro.mq5 index 5612c34..54bc855 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Gaussian_Filter_Pro.mq5 +++ b/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Gaussian_Filter_Pro.mq5 @@ -13,7 +13,7 @@ #property indicator_type1 DRAW_LINE #property indicator_color1 clrCrimson #property indicator_style1 STYLE_SOLID -#property indicator_width1 2 +#property indicator_width1 1 #include