From d4e1d3f4d69126aac06d0af29c6b4a0838939943 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Sun, 15 Mar 2026 22:55:57 +0100 Subject: [PATCH] refactor(indicators): indicator_color --- Indicators/MyIndicators/VWAP_Bands_Pro.mq5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Indicators/MyIndicators/VWAP_Bands_Pro.mq5 b/Indicators/MyIndicators/VWAP_Bands_Pro.mq5 index f133a5b..aa390d0 100644 --- a/Indicators/MyIndicators/VWAP_Bands_Pro.mq5 +++ b/Indicators/MyIndicators/VWAP_Bands_Pro.mq5 @@ -38,12 +38,12 @@ // Plot 5-6: Band 2 (+/-) #property indicator_label5 "Upper Band 2" #property indicator_type5 DRAW_LINE -#property indicator_color5 clrOrange +#property indicator_color5 clrCoral #property indicator_style5 STYLE_SOLID #property indicator_label6 "Lower Band 2" #property indicator_type6 DRAW_LINE -#property indicator_color6 clrOrange +#property indicator_color6 clrCoral #property indicator_style6 STYLE_SOLID // Plot 7-8: Band 3 (+/-)