From 7d5aab25d0390aebfb02e7559e6ae8136bb94635 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Sun, 5 Oct 2025 14:55:44 +0200 Subject: [PATCH] refactor: indicator color --- Indicators/MyIndicators/StochasticFast_Pro.mq5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Indicators/MyIndicators/StochasticFast_Pro.mq5 b/Indicators/MyIndicators/StochasticFast_Pro.mq5 index b47166a..dc5695b 100644 --- a/Indicators/MyIndicators/StochasticFast_Pro.mq5 +++ b/Indicators/MyIndicators/StochasticFast_Pro.mq5 @@ -28,8 +28,8 @@ //--- Plot 2: %D line #property indicator_label2 "%D" #property indicator_type2 DRAW_LINE -#property indicator_color2 clrRed -#property indicator_style2 STYLE_DOT +#property indicator_color2 clrLightCoral +#property indicator_style2 STYLE_SOLID #property indicator_width2 1 //--- Include the calculator engine ---