Thống kê dữ liệu test lần 1

This commit is contained in:
Bell
2025-12-12 22:33:33 +07:00
parent 44ca020ec5
commit 6f06fc9412
2 changed files with 16 additions and 12 deletions
+15 -11
View File
@@ -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%
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%
+1 -1
View File
@@ -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