Tối ưu FVG condition, lọc các fvg xấu

This commit is contained in:
Bell
2026-03-11 19:08:21 +07:00
parent 5ebe7c33fa
commit e384f21c9c
2 changed files with 29 additions and 6 deletions
+4 -2
View File
@@ -17,8 +17,10 @@ input int InpEMASlowPeriod = 89;
input int InpFVGLookbackBars = 100;
input int InpFVGMaxAgeBars = 50;
input double InpFVGMinBodyPct = 50.0;
input double InpFVGMinSizePoints = 0;
input double InpFVGTouchedPercent = 40.0;
input double InpFVGMinSizePoints = 0;
input double InpFVGTouchedPercent = 40.0;
input double InpFVGMinGapVsImpulsePct = 40.0;
input double InpFVGMaxOuterBarRatio = 2.0;
//--- Step 3: Trading ---
input bool InpTradeEnabled = true;