MQL4 Reference
Date & Time functions
Seconds
|
Returns the amount of seconds elapsed from the beginning of the current minute of the last known server time by the moment of the program start (this value will not change within the time of the program execution).
Sample:
if(Seconds()<=15)
return(0);
|
|
|