From 68dcd22d21fca0c53984e6881706f4d411c5f6a2 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Sun, 5 Oct 2025 18:01:40 +0200 Subject: [PATCH] refactor: indicator width --- Indicators/MyIndicators/SymmetricWMA_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/SymmetricWMA_Pro.mq5 b/Indicators/MyIndicators/SymmetricWMA_Pro.mq5 index 7b1f1d1..772e9e4 100644 --- a/Indicators/MyIndicators/SymmetricWMA_Pro.mq5 +++ b/Indicators/MyIndicators/SymmetricWMA_Pro.mq5 @@ -20,7 +20,7 @@ #property indicator_type1 DRAW_LINE #property indicator_color1 clrOrange #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