From 2b02ed10371a50cc0c3c2cf65e7495f328e6ac18 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Mon, 5 Jan 2026 15:58:51 +0100 Subject: [PATCH] refactor(indicators): indicator_width --- Indicators/MyIndicators/MovingAverage_MTF_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/MovingAverage_MTF_Pro.mq5 b/Indicators/MyIndicators/MovingAverage_MTF_Pro.mq5 index 65151f3..92441b9 100644 --- a/Indicators/MyIndicators/MovingAverage_MTF_Pro.mq5 +++ b/Indicators/MyIndicators/MovingAverage_MTF_Pro.mq5 @@ -13,7 +13,7 @@ #property indicator_type1 DRAW_LINE #property indicator_color1 clrDodgerBlue #property indicator_style1 STYLE_SOLID -#property indicator_width1 2 +#property indicator_width1 1 #include