Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 464

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
@Konstantin Nikitin It's easier for you! You're an expert! I'm learning!
Rewerpool:
How do you read this? If (Order is not selected) continue;
If (Current Symbol is not equal to Symbol) continue; Right? Or how?
Operator continue
@Konstantin Nikitin Got it, so: Correct me if anything!
And here's another question: !OrderSelect - does it mean: No Order or No Order selected?
Got it, so: Correct me if there's anything!
If no order is selected, the next element of the loop is selected
Operations and expressions and look at logical operations there
added more like this:
Why even write it that way?
If you only put the EA on one symbol, but it will work on all of them? And the magician will see his own!
Completely confused!
My friends, who knows how to implement: EA can get the absolute value of indicator, for example iStohastic(). How can I tell if the indicator has left overbought or oversold zone?
Visually, like a Stochastic indicator with levels 80 and 20.
Rewerpool: Well, there you go, no mistakes.
Although you have exactly the same logic when modifying EA and other orders. Why exactly you need to distinguish them is not quite clear. But I think the principle is useful.