View Single Post
  #2 (permalink)  
Old 05-18-2006, 10:27 PM
Michel Michel is offline
Senior Member
 
Join Date: Feb 2006
Posts: 522
Michel is on a distinguished road
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();"
Reply With Quote