int start(){ bool needToMoveStops = ...; static datetime lastMove; #define TenMinutes 10 * 60 if (needToMoveStops && TimeCurrent() > lastMove + TenMinutes){ if (orderModify(...)) lastMove = TimeCurrent(); else Alert("orderModify failed: ", GetLastError() }

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,
I want to develop a method, that enablesto change the stop after every 10 Minutes?
How can I implement this?
Thanks for your support.
Kind regards,
Hoschie