From 005345747d28bb768cd926e2374c95936ffd6753 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Wed, 14 Jan 2026 12:23:07 +0100 Subject: [PATCH] refactor(indicators): indicator_width --- .../Authors/Ehlers/1_Smoothers/Butterworth_Filter_MTF_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Butterworth_Filter_MTF_Pro.mq5 b/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Butterworth_Filter_MTF_Pro.mq5 index b5a6687..5d642df 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Butterworth_Filter_MTF_Pro.mq5 +++ b/Indicators/MyIndicators/Authors/Ehlers/1_Smoothers/Butterworth_Filter_MTF_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 the calculator engine --- #include