From 35127799a40e5edda3d79bf3e4426d9f76723aae Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Sun, 5 Oct 2025 17:58:59 +0200 Subject: [PATCH] refactor: indicator width --- Indicators/MyIndicators/Supertrend_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/Supertrend_Pro.mq5 b/Indicators/MyIndicators/Supertrend_Pro.mq5 index ba6e2ed..5a26dbb 100644 --- a/Indicators/MyIndicators/Supertrend_Pro.mq5 +++ b/Indicators/MyIndicators/Supertrend_Pro.mq5 @@ -19,7 +19,7 @@ #property indicator_type1 DRAW_COLOR_LINE #property indicator_color1 clrLimeGreen, clrTomato #property indicator_style1 STYLE_SOLID -#property indicator_width1 2 +#property indicator_width1 1 //--- Include the calculator engine --- #include