From 677147ab6fae5ae17d5f5e53ec3a2e5dfb7a5ed6 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Sun, 11 Jan 2026 23:27:24 +0100 Subject: [PATCH] refactor(indicators): indicator_width --- Indicators/MyIndicators/VIDYA_MTF_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/VIDYA_MTF_Pro.mq5 b/Indicators/MyIndicators/VIDYA_MTF_Pro.mq5 index 34465e1..b7bcc32 100644 --- a/Indicators/MyIndicators/VIDYA_MTF_Pro.mq5 +++ b/Indicators/MyIndicators/VIDYA_MTF_Pro.mq5 @@ -12,7 +12,7 @@ #property indicator_type1 DRAW_LINE #property indicator_color1 clrDeepSkyBlue #property indicator_style1 STYLE_SOLID -#property indicator_width1 2 +#property indicator_width1 1 #property indicator_label1 "VIDYA MTF" #include