From eddff023a2d766b5e2c23537cca6d95f35700fd9 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Sat, 10 Jan 2026 18:25:33 +0100 Subject: [PATCH] refactor(indicators): indicator_width --- Indicators/MyIndicators/ALMA_MTF_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/ALMA_MTF_Pro.mq5 b/Indicators/MyIndicators/ALMA_MTF_Pro.mq5 index 08970b2..33b38f4 100644 --- a/Indicators/MyIndicators/ALMA_MTF_Pro.mq5 +++ b/Indicators/MyIndicators/ALMA_MTF_Pro.mq5 @@ -12,7 +12,7 @@ #property indicator_type1 DRAW_LINE #property indicator_color1 clrMediumVioletRed #property indicator_style1 STYLE_SOLID -#property indicator_width1 2 +#property indicator_width1 1 #property indicator_label1 "ALMA MTF" //--- Include the calculator engine ---