Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 848
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
How can i prescribe in the codes of my EAs that they work with each of my currency pairs? I've got a different symbol but it doesn't work.
Format your code like this. There is an SRC button for this.
It does not open because on these account types, orders without stops are opened first, and then OrderModify()
The magik is only needed if there are several "traders" on the same symbol, but that's enough to check the symbol.
Format your code like this. There is the SRC button for this purpose.
It doesn't open because in these account types, orders without stops are opened first, and then OrderModify()
So I get it. Now my question is how to make the EA multi-currency ???
Generally, I'm really stumped on something and can't figure out how to do it.
I have variables line1,line2,line3 etc. I want to count the value for each variable through the for loop statement.
How to make a correct enumeration of variables line? I tried to do it as "line "+"i", but it turns out nonsense, of course.
Why is it displaying the wrong object? It should bea triangle pointing lefthttps://docs.mql4.com/ru/constants/objectconstants/arrows code 3, but an arrow pointing upwards Wingdings code 241appears.
Program code (I haveObjectSet(objName, OBJPROP_ARROWCODE, 3);)
Why is it displaying the wrong object? It should bea triangle pointing lefthttps://docs.mql4.com/ru/constants/objectconstants/arrows code 3, but an arrow pointing upwards Wingdings code 241appears.
Program code (I haveObjectSet(objName, OBJPROP_ARROWCODE, 3);)
Read it more carefully. I don't remember in detail, but code 3 is not part of Wingdings.
ps; Here's what's in the note.
Special arrow codes cannot be used in custom indicators when setting the arrow value for lineswith DRAW_ARROW style.