update small
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user