
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
then you have to change condition IsTrade
and when to open next trade
If I could explain my code directly, since the condition IsTrade the change from false to true and still continues to open only one operation per pair
If I could explain my code directly, since the condition IsTrade the change from false to true and still continues to open only one operation per pair
your code is when it found a trade with same symbol() (it doesn't check magicnumber) is placing value IsTrade from false into true
Anew trade will only be placed when value IsTrade is false. So it can have one trade a time open
your code is when it found a trade with same symbol() (it doesn't check magicnumber) is placing value IsTrade from false into true
Anew trade will only be placed when value IsTrade is false. So it can have one trade a time open