From 9f89a0665b134da40b99f506aa133c5571828035 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Sun, 5 Oct 2025 12:07:40 +0200 Subject: [PATCH] refactor: indicator color --- Indicators/MyIndicators/CutlerRSI_Oscillator_Pro.mq5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Indicators/MyIndicators/CutlerRSI_Oscillator_Pro.mq5 b/Indicators/MyIndicators/CutlerRSI_Oscillator_Pro.mq5 index 1b52d80..965c92e 100644 --- a/Indicators/MyIndicators/CutlerRSI_Oscillator_Pro.mq5 +++ b/Indicators/MyIndicators/CutlerRSI_Oscillator_Pro.mq5 @@ -14,8 +14,8 @@ #property indicator_buffers 1 #property indicator_plots 1 #property indicator_type1 DRAW_HISTOGRAM -#property indicator_color1 clrSilver -#property indicator_width1 1 +#property indicator_color1 clrDodgerBlue +#property indicator_width1 2 #property indicator_label1 "Cutler's RSI Osc" #property indicator_level1 0.0 #property indicator_levelstyle STYLE_DOT