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