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