update small

This commit is contained in:
Bell
2026-03-10 23:10:00 +07:00
parent 0f13ae8c41
commit bb0af7e465
2 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ input ENUM_TIMEFRAMES InpMiddleTF = PERIOD_H1;
input ENUM_TIMEFRAMES InpTriggerTF = PERIOD_M5;
input double InpRiskPercent = 1.0;
input double InpRiskReward = 2.0;
input double InpRiskReward = 2.2;
input double InpMaxDailyLossPct = 3.0;
input int InpLondonStartHour = 7;
@@ -21,6 +21,7 @@ input int InpTriggerSwingLookback = 30;
input int InpFVGMaxAliveMin = 4320;
input int InpFVGScanBars = 50;
input double InpFVGMinBodyPct = 60.0;
input double InpFVGTouchPct = 35.0; // giá phải vào sâu bao nhiêu % FVG range mới tính touched
input int InpMSSMinDepthPts = 30;
input long InpMagicNumber = 20250308;