Dejan Krapez: try again in next 5 mins?
void OnTick(){ static datetime delay=0; datetime now = TimeCurrent(); if(now < delay) return; ⋮ if( 130 ) delay = TimeCurrent() + 5*60;
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
How can I use if statement if error 130, then skip OrderSend, and I got warning error or try again in next 5 mins?
Regards,
Dejan