order manager
-
This sounds like problems with Magic Number... or who knows what
Normally there are no problems if you run the same EA on two different pairs, because their symbol name is different => it is different in all blocks. But blocks also allow you to change this setting, and also settings for the Magic Number (Group), so you can easily make EAs to interfere. So I don't know, it's a matter of settings. -
i can`t find magic number. where is it?
-
-
dear admin
hi. this was new year eve in IRAN.i had delay.my EA has several blocks that has manually opened group mode. should i change all of this blocks for magic nomber or just one?
like block 25-26-27-9
-
If the EA is to be used only for manual trades/orders, then you can leave blocks by default and set this to 0: http://prntscr.com/6qnnc8
-
i know that, but as you can see in prevoius post, there was a problem that EA can`t close partially some order and you said that i must use the magic nomber.
i want to know which block should i change???
-
I know what is going on. "Once per trade/order" does not work for trades created before the EA was started. The idea behind this is to prevent repeating the same actions over the same trades when the EA is restarted.
-
I just added an option for this

-
dear admin
this is my order manager ( perfect manager )
It can trail the stop, break even, close ( percent )half of position in given distance and even when the trend is moving in wrong way, this EA close the position as main stop loss ( chris capre strategy).there is just a error in my EA, the close partially some time doesn
t work properly and I dont know why. I want to share this EA to all friends to use and maybe to completing and optimizing. the friends can add this EA to their EA and manage their order better.please share this EA.
https://fxdreema.com/shared/QDMpmpT7c -
Some log screenshots maybe?
https://app.prntscr.com/en/index.html -

......
usdjpy.jpg -
as you can see in this pic the EA can break even and close 50 % of volume and in future of chart it can trail the stop too.
but if the trend revers and goes up, the EA close it when the 6 EMA cross the 30EMA in H1 time frame
-
Here are some amazing facts:
- Input parameters of the EA does not tell what the EA contains. There can be countless versions of EAs with the same input parameters. Again, input parameters means nothing at all and I can't tell what is the problem by looking at some input parameters.
- People do dumb things. Missed to set some setting, the position of some block is "wrong", wrong block is used, some block is disabled and you don't even know that red-glowing means disabled.... and also many other things.
- I do dumb things as well! All of these things that I already said, and I do them very often.
-
dear admin
i didn`t find out what is your point. which block is wrong and which block is disable??? -
Is this picture from the last project that you have on the web version? If so, I will suggest few things. The first is - backtest it. Add some "Buy now", set it's MagicStart to 0 and backtest it. If there are issues, they will appear. Then, I'm not sure about the combination of Break even and partial close. Maybe you want to partially close and break even at the same time? If this is the case, why not using the pink "modify stops" somewhere around "close (partially)"