Hi!
If there is no magic number, will a trade on one graph affect the other graphs. Especial in the codebase, there will be some EA's
that will have no magic numbers ?
No MagicNumber means magic = 0 meaning Manual Trade
No MagicNumber means magic = 0 meaning Manual Trade
But i use it as a ea. It automatically trades. I want to attach it to another forex pair. I just don't want the trades to mess with each other.
If a ea opes a trade it always has a magic number even iff you do not have the option to modify the magic number. But it will have magic number. Ask the coder to give you the option to modify the magic in case two EA use same magic numbers to manipulate orders it can certainly happen that an ea manipulates an order form another ea if the magic is the same or if the ea is badly coded and not distinguishing the magic number t avoid modifying order that are not his
If a ea opes a trade it always has a magic number even iff you do not have the option to modify the magic number. But it will have magic number. Ask the coder to give you the option to modify the magic in case two EA use same magic numbers to manipulate orders it can certainly happen that an ea manipulates an order form another ea if the magic is the same or if the ea is badly coded and not distinguishing the magic number t avoid modifying order that are not his
this errors happen when coder has no experience and does not take measures to avoid this problems or when the user enters wrong inputs
But i use it as a ea. It automatically trades. I want to attach it to another forex pair. I just don't want the trades to mess with each other.
then put a different magic number for each pair
If a ea opes a trade it always has a magic number even iff you do not have the option to modify the magic number. But it will have magic number. Ask the coder to give you the option to modify the magic in case two EA use same magic numbers to manipulate orders it can certainly happen that an ea manipulates an order form another ea if the magic is the same or if the ea is badly coded and not distinguishing the magic number t avoid modifying order that are not his
Symbol Doesn't equal Ordersymbol when another currency is added to another seperate chart . - MQL4 programming forum
PositionClose is not working - MQL5 programming forum
MagicNumber: "Magic" Identifier of the Order - MQL4 Articles

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi!
If there is no magic number, will a trade on one graph affect the other graphs. Especial in the codebase, there will be some EA's that will have no magic numbers ?