From cdf554d8f4f363079e18b6a5acea557459cc4f26 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Mon, 19 Jan 2026 14:41:51 +0100 Subject: [PATCH] refactor(indicators): indicator_width --- .../Authors/Ehlers/1_Smoothers/Butterworth_Filter_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Butterworth_Filter_Pro.mq5 b/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Butterworth_Filter_Pro.mq5 index f4f637e..dbb7ba9 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Butterworth_Filter_Pro.mq5 +++ b/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Butterworth_Filter_Pro.mq5 @@ -13,7 +13,7 @@ #property indicator_type1 DRAW_LINE #property indicator_color1 clrMediumPurple #property indicator_style1 STYLE_SOLID -#property indicator_width1 2 +#property indicator_width1 1 #include