From a1e68e77830dd51789860578e7ec384fddfa4a9b Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Fri, 13 Mar 2026 17:08:24 +0100 Subject: [PATCH] refactor(indicators): indicator_width, indicator_color --- Indicators/MyIndicators/VWAP_Bands_Pro.mq5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Indicators/MyIndicators/VWAP_Bands_Pro.mq5 b/Indicators/MyIndicators/VWAP_Bands_Pro.mq5 index 14ea7d6..f133a5b 100644 --- a/Indicators/MyIndicators/VWAP_Bands_Pro.mq5 +++ b/Indicators/MyIndicators/VWAP_Bands_Pro.mq5 @@ -14,15 +14,15 @@ // Plot 1-2: VWAP (Odd/Even for Gapped Drawing) #property indicator_label1 "VWAP" #property indicator_type1 DRAW_LINE -#property indicator_color1 clrGold +#property indicator_color1 clrOrange #property indicator_style1 STYLE_SOLID -#property indicator_width1 2 +#property indicator_width1 1 #property indicator_label2 "" #property indicator_type2 DRAW_LINE -#property indicator_color2 clrGold +#property indicator_color2 clrOrange #property indicator_style2 STYLE_SOLID -#property indicator_width2 2 +#property indicator_width2 1 // Plot 3-4: Band 1 (+/-) #property indicator_label3 "Upper Band 1"