From 48e830f440c20b35030ec4b4daad2e0b0e93fa42 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Mon, 16 Mar 2026 09:12:52 +0100 Subject: [PATCH] refactor(indicators): indicator_color --- Indicators/MyIndicators/Quant/Velocity_Pro.mq5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Indicators/MyIndicators/Quant/Velocity_Pro.mq5 b/Indicators/MyIndicators/Quant/Velocity_Pro.mq5 index f326f4f..e96cd2c 100644 --- a/Indicators/MyIndicators/Quant/Velocity_Pro.mq5 +++ b/Indicators/MyIndicators/Quant/Velocity_Pro.mq5 @@ -28,14 +28,14 @@ //--- Plot 2: Speed Positive (Top) #property indicator_label2 "Speed (+)" #property indicator_type2 DRAW_LINE -#property indicator_color2 clrGold +#property indicator_color2 clrDarkOrange #property indicator_style2 STYLE_SOLID #property indicator_width2 1 //--- Plot 3: Speed Negative (Bottom) #property indicator_label3 "Speed (-)" #property indicator_type3 DRAW_LINE -#property indicator_color3 clrGold +#property indicator_color3 clrDarkOrange #property indicator_style3 STYLE_SOLID #property indicator_width3 1