Đặt lệnh limit khi giá touch fvg

This commit is contained in:
Bell
2026-03-11 18:13:27 +07:00
parent af4b79ade8
commit 61bcedb4f1
5 changed files with 545 additions and 62 deletions
+2
View File
@@ -14,6 +14,7 @@
#include "SimpleFVG/Config.mqh"
#include "SimpleFVG/Trend.mqh"
#include "SimpleFVG/FVG.mqh"
#include "SimpleFVG/Trade.mqh"
#include "SimpleFVG/Drawing.mqh"
//+------------------------------------------------------------------+
@@ -63,5 +64,6 @@ void OnTick()
TrendUpdate();
FVGUpdate();
ManageFVGTrades();
DrawAll();
}