From 6f06fc9412c53556be38a535ce249fe48547cf0a Mon Sep 17 00:00:00 2001 From: Bell Date: Fri, 12 Dec 2025 22:33:33 +0700 Subject: [PATCH] =?UTF-8?q?Th=E1=BB=91ng=20k=C3=AA=20d=E1=BB=AF=20li?= =?UTF-8?q?=E1=BB=87u=20test=20l=E1=BA=A7n=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Experts/EA_ICT.txt | 26 +++++++++++++++----------- Experts/EA_ICT_v2.mq5 | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/Experts/EA_ICT.txt b/Experts/EA_ICT.txt index c4fe8f1..de3fb76 100644 --- a/Experts/EA_ICT.txt +++ b/Experts/EA_ICT.txt @@ -26,17 +26,21 @@ v2 issues: ====== -Result test 12/12/25 +Result test 12/12/25 (Data 2025): -1. Tháng 02/2025: -- 1:3 -> 8% -- 1:4 -> 10% -- 1:5 -> 13% -- 1:6 -> 23% -- 1:7 -> 17% -- 1:8 -> 3.5% +1. Cấu hình 1: -2. Cả năm 2025: +--- -- 1:5 -> 56.7% -- 1:6 -> 59.4% \ No newline at end of file +htfSwingRange = 2; +mtfSwingRange = 3; +ltfSwingRange = 5; + +--- + +- R:R = 1:3 -> Profit 13.8% | Drawdown 16% +- R:R = 1:4 -> Profit 41.1% | Drawdown 5% +- R:R = 1:5 -> Profit 56.7% | Drawdow 17% +- R:R = 1:6 -> Profit 59.4% | Drawdow 20% +- R:R = 1:7 -> Profit 64.6% | Drawdow 23% +- R:R = 1:8 -> Profit 14.7% | Drawdow 32% \ No newline at end of file diff --git a/Experts/EA_ICT_v2.mq5 b/Experts/EA_ICT_v2.mq5 index c0a8343..9a5e1a7 100644 --- a/Experts/EA_ICT_v2.mq5 +++ b/Experts/EA_ICT_v2.mq5 @@ -12,7 +12,7 @@ bool PrintEntryLog = true; // nếu true -> in log chỉ liên quan tới entr input double RishPercent = 1.0; // % vốn rủi ro cho mỗi lệnh // --- Cấu hình Risk:Reward --- -input double RiskRewardRatio = 5.0; // tỉ lệ R:R mặc định (TP = entry ± RiskRewardRatio * |entry - SL|) +input double RiskRewardRatio = 3.0; // tỉ lệ R:R mặc định (TP = entry ± RiskRewardRatio * |entry - SL|) // Struct pending entry (single slot) struct PendingEntry