From d08ec441c5e60b9b31318cf74d606c2b591ab8f2 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Sun, 5 Oct 2025 09:26:46 +0200 Subject: [PATCH] refactor: indicator width --- Indicators/MyIndicators/CCI_Oscillator_Pro.mq5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Indicators/MyIndicators/CCI_Oscillator_Pro.mq5 b/Indicators/MyIndicators/CCI_Oscillator_Pro.mq5 index 57c0064..ca9784a 100644 --- a/Indicators/MyIndicators/CCI_Oscillator_Pro.mq5 +++ b/Indicators/MyIndicators/CCI_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 clrLightSeaGreen +#property indicator_width1 2 #property indicator_label1 "CCI Oscillator" #property indicator_level1 0.0 #property indicator_levelstyle STYLE_DOT