From a5c467f0463a962c5316e423984632f07b7c6bd1 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Sun, 5 Oct 2025 13:48:39 +0200 Subject: [PATCH] refactor: indicator width --- Indicators/MyIndicators/PascalWMA_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/PascalWMA_Pro.mq5 b/Indicators/MyIndicators/PascalWMA_Pro.mq5 index 3596dfe..8611a8e 100644 --- a/Indicators/MyIndicators/PascalWMA_Pro.mq5 +++ b/Indicators/MyIndicators/PascalWMA_Pro.mq5 @@ -20,7 +20,7 @@ #property indicator_type1 DRAW_LINE #property indicator_color1 clrMediumPurple #property indicator_style1 STYLE_SOLID -#property indicator_width1 2 +#property indicator_width1 1 //--- Custom Enum for Price Source, including Heikin Ashi --- enum ENUM_APPLIED_PRICE_HA_ALL