Quote:
|
Originally Posted by timbo
Hello.... can anyone tell me what the MT4 equivalent of LastTradeTime is? I'm trying to convert the following line to MT4:
mql line:
If((CurTime-LastTradeTime)<300) then Exit;
Any suggestions would be appreciated!
Tim
|
After each succesfull server order like OrderSend() or OrderClose() ... you may add "LastTradeTime = CurTime();"