diff --git a/Indicators/MyIndicators/Quant/Velocity_MTF_Pro.mq5 b/Indicators/MyIndicators/Quant/Velocity_MTF_Pro.mq5 index 5e0dfee..ca6b2f5 100644 --- a/Indicators/MyIndicators/Quant/Velocity_MTF_Pro.mq5 +++ b/Indicators/MyIndicators/Quant/Velocity_MTF_Pro.mq5 @@ -26,14 +26,14 @@ // Plot 2: Speed Positive #property indicator_label2 "Speed (+) MTF" #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 #property indicator_label3 "Speed (-) MTF" #property indicator_type3 DRAW_LINE -#property indicator_color3 clrGold +#property indicator_color3 clrDarkOrange #property indicator_style3 STYLE_SOLID #property indicator_width3 1