From 12f9e82a006621823f63829b1b27ca08bc50719d Mon Sep 17 00:00:00 2001 From: Bell Date: Sun, 17 May 2026 00:01:39 +0700 Subject: [PATCH] Update Bigtrend swing range --- Experts/MyICT.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Experts/MyICT.mq5 b/Experts/MyICT.mq5 index ec33730..2a77228 100644 --- a/Experts/MyICT.mq5 +++ b/Experts/MyICT.mq5 @@ -29,7 +29,7 @@ enum ENUM_ICT_STATE //+------------------------------------------------------------------+ input group "══ Swing (nến trước/sau pivot) ══" -input int InpBigSwingRange = 12; +input int InpBigSwingRange = 24; input int InpSmallSwingRange = 2; input int InpSwingLookback = 400;