Help take out minutes of time

 

Hello


I have a robot that  works on  (vps)

But I want to send a notification that he is working at the minute: 40


Please write it to me in one or two lines of code this command


(When the minute is 40, send a notification to the mobile platform)


Thank you very much
 
if( time()/60 % 40 == 0) …
          Find bar of the same time one day ago - MQL4 programming forum 2017.10.06
 

It works well

Thank you