diff --git a/Indicators/MyIndicators/HMA_Pro.mq5 b/Indicators/MyIndicators/HMA_Pro.mq5 index e386bf3..a5c946d 100644 --- a/Indicators/MyIndicators/HMA_Pro.mq5 +++ b/Indicators/MyIndicators/HMA_Pro.mq5 @@ -19,7 +19,7 @@ #property indicator_type1 DRAW_LINE #property indicator_color1 clrDeepPink #property indicator_style1 STYLE_SOLID -#property indicator_width1 2 +#property indicator_width1 1 //--- Include the calculator engine --- #include