From 480c505b2eba0832c0407396ce534d3e7335ba25 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Thu, 16 Jul 2026 10:19:37 +0200 Subject: [PATCH] refactor: indicator_width --- .../Authors/Ehlers/2_Oscillators/CG_Oscillator_MTF_Pro.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/CG_Oscillator_MTF_Pro.mq5 b/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/CG_Oscillator_MTF_Pro.mq5 index cd54a29..3057814 100644 --- a/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/CG_Oscillator_MTF_Pro.mq5 +++ b/Indicators/MyIndicators/Authors/Ehlers/2_Oscillators/CG_Oscillator_MTF_Pro.mq5 @@ -16,7 +16,7 @@ #property indicator_type1 DRAW_LINE #property indicator_color1 clrRed #property indicator_style1 STYLE_SOLID -#property indicator_width1 2 +#property indicator_width1 1 //--- Plot 2: Signal Line MTF #property indicator_label2 "Signal MTF"