From 76aaa1570da7030bf821e29f75fb41b33546d99b Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Sat, 4 Oct 2025 17:30:24 +0200 Subject: [PATCH] refactor: indicator width --- Indicators/MyIndicators/ALMA_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/ALMA_Pro.mq5 b/Indicators/MyIndicators/ALMA_Pro.mq5 index c0f3dec..002f5b4 100644 --- a/Indicators/MyIndicators/ALMA_Pro.mq5 +++ b/Indicators/MyIndicators/ALMA_Pro.mq5 @@ -19,7 +19,7 @@ #property indicator_type1 DRAW_LINE #property indicator_color1 clrMediumVioletRed #property indicator_style1 STYLE_SOLID -#property indicator_width1 2 +#property indicator_width1 1 //--- Include the calculator engine --- #include