
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
Hello,
I use the following code on a EURUSD chart but the condition never becomes true. What am I doing wrong?
if (Symbol() == "EURUSDm" || Symbol() == "EURUSD")
{
MagicNumber = MagicNumber + 11;
inst="EURUSD";
Print("here2");
}
-Mike