From 405bde23fe81a52153f11a240054dc12880213d4 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Fri, 23 Jan 2026 14:59:03 +0100 Subject: [PATCH] refactor(indicators): indicator_color --- .../Authors/Ehlers/2_Oscillators/Laguerre_Stoch_Fast_Pro.mq5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_Stoch_Fast_Pro.mq5 b/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_Stoch_Fast_Pro.mq5 index 18e4b0f..59c9d26 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_Stoch_Fast_Pro.mq5 +++ b/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_Stoch_Fast_Pro.mq5 @@ -14,14 +14,14 @@ //--- Plot 1: Fast %K #property indicator_label1 "Fast %K" #property indicator_type1 DRAW_LINE -#property indicator_color1 clrLimeGreen +#property indicator_color1 clrSteelBlue #property indicator_style1 STYLE_SOLID #property indicator_width1 1 //--- Plot 2: Signal Line #property indicator_label2 "Signal" #property indicator_type2 DRAW_LINE -#property indicator_color2 clrRed +#property indicator_color2 clrLightCoral #property indicator_style2 STYLE_SOLID #property indicator_width2 1