Build Debug steps
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ input double MaxDailyLossPercent = 3.0;
|
||||
bool PrintEntryLog = true; // nếu true -> in log chỉ liên quan tới entry
|
||||
|
||||
input double RishPercent = 1.0; // % vốn rủi ro cho mỗi lệnh
|
||||
input double RiskRewardRatio = 3.0; // tỉ lệ R:R mặc định
|
||||
input double RiskRewardRatio = 6.0; // tỉ lệ R:R mặc định
|
||||
|
||||
input double numberOfRToMoveToEntry = 1; // Nomal moving SL: số R cần đạt để dời SL về entry (BE)
|
||||
input int MaxLimitOrderTime = 180;
|
||||
|
||||
+972
-737
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,5 @@
|
||||
Issues: Còn nhiều bug, EA không vào lệnh
|
||||
|
||||
1. Draw OB -> Chưa thành công.
|
||||
2. Draw label, trend ngay khi khởi tạo. -> đang bị chậm
|
||||
3. OB đang được active ngay khi tìm thấy -> xem câu trả lời gần nhất của GPT để giải quyết vấn đề Logic và Draw
|
||||
Reference in New Issue
Block a user