[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 1071

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
that's what it's for, that's why it's in if()
int sec=Seconds();
how is it not declared?:)
the cycle must be interrupted when the second changes
how is it not declared?:)
the cycle must be interrupted when the second changes
is "not equal".
Why does this code work fine for one dc, but for another OrderModify error 4051 (invalid ticket)?
void Modify ()
Why isn't the cycle interrupted?
why the loop is not interrupted?
try while (false)
the loop will run as long as sec!=Seconds()
or like this
while(true)
if(sec==Seconds()) break; // new sec