
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
You don't need Magic Numbers when you can tell Orders apart by existing information, i.e. OrderSymbol(), Ordertype(), OrderOpenPricce(), OrderStopLoss(), OrderTakeProfit(), etc. If you have 2 EAs running on the same Symbol but different TimeFrames then you need magic Numbers . . . or 2 different EAs
Ofcours but if that also not programmed correctly inside the EA ...... and the person ask some help with magicnumber then it will be the easiest if he understand this logic first before explaining when it is not needed.....
The way for looking to open trades is now programmed this way
and that will not be enough identifieing trades correctlyOfcours but if that also not programmed correctly inside the EA ...... and the person ask some help with magicnumber then it will be the easiest if he understand this logic first before explaining when it is not needed.....
and that will not be enough identifieing trades correctly
Can you explain what is incorrect because this looks logic to me.
Like WHRoeder wrote it is selecting with the old method ALL orders
If you have your EA trade on EURUSD 1H chart and it has no trades opened and the same time you have a open trade for example sell GBPUSD then your EA is counting in the old way SELL It doesn't recognize in the old way that it is not of its own.....