From a69dda9fac0a93bdac0d2f9d7e8ab56a5e3c2e1e Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Sun, 5 Oct 2025 13:21:42 +0200 Subject: [PATCH] refactor: indicator width --- Indicators/MyIndicators/HMA_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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