From 2b7cb40460b87461a7243d7e0b6d1b78371b6c81 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Fri, 5 Dec 2025 14:08:52 +0100 Subject: [PATCH] refactor: indicator_color --- .../Authors/Ehlers/2_Oscillators/Laguerre_RSI_Pro.mq5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_RSI_Pro.mq5 b/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_RSI_Pro.mq5 index 14677df..fc51a5f 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_RSI_Pro.mq5 +++ b/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Laguerre_RSI_Pro.mq5 @@ -14,14 +14,14 @@ //--- Plot 1: Laguerre RSI Line #property indicator_label1 "Laguerre RSI" #property indicator_type1 DRAW_LINE -#property indicator_color1 clrTurquoise +#property indicator_color1 clrMediumTurquoise #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 clrOrangeRed +#property indicator_color2 clrLightCoral #property indicator_style2 STYLE_DOT #property indicator_width2 1