From 92924be945f75b85a243004f7f3ae1d58469097f Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Thu, 16 Jul 2026 10:29:17 +0200 Subject: [PATCH] refactor: indicator_width --- .../Authors/Ehlers/2_Oscillators/Cyber_Cycle_MTF_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Cyber_Cycle_MTF_Pro.mq5 b/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Cyber_Cycle_MTF_Pro.mq5 index 513838c..a865ea4 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Cyber_Cycle_MTF_Pro.mq5 +++ b/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/Cyber_Cycle_MTF_Pro.mq5 @@ -16,7 +16,7 @@ #property indicator_type1 DRAW_LINE #property indicator_color1 clrDodgerBlue #property indicator_style1 STYLE_SOLID -#property indicator_width1 2 +#property indicator_width1 1 //--- Plot 2: Signal Line #property indicator_label2 "Signal MTF"