R:R = 1:3

This commit is contained in:
Bell
2026-03-11 23:42:37 +07:00
parent 53642a5613
commit a8d296ab2c
4 changed files with 12 additions and 8 deletions
+6 -2
View File
@@ -300,11 +300,15 @@ void DrawAll()
}
//+------------------------------------------------------------------+
//| Clean up all drawn objects |
//| Clean up drawn objects (giữ lại PNL_STATS để xem kết quả sau test) |
//+------------------------------------------------------------------+
void DrawCleanup()
{
ObjectsDeleteAll(0, EA_PREFIX);
ObjectsDeleteAll(0, EA_PREFIX + "FVG_");
ObjectsDeleteAll(0, EA_PREFIX + "ORD_");
ObjectDelete(0, EA_PREFIX + "PNL_HDR");
ObjectDelete(0, EA_PREFIX + "PNL_TREND");
ObjectDelete(0, EA_PREFIX + "PNL_FVG");
ChartRedraw(0);
}