Liquidity_Predator/Higher TimeFrame/M_NewBar_HTF.mqh

7 lines
89 B
MQL5
Raw Permalink Normal View History

bool M_NewBar_HTF()
2026-01-31 07:59:15 +01:00
{
M_CheckSellLiqu();
M_CheckBuyLiqu();
return true;
}