__I wrote this funny text here, hopefully you will get it: https://fxdreema.com/documentation/gett ... c%20number
This is again about magic number, but when you use it in fxDreema: https://fxdreema.com/documentation/proj ... d%20groups
In short, you can use Magic Number to make trades and orders to appear as they belong to different groups, but the chart itself is not important. You can actually create GBPUSD trades from EA running in EURUSD chart, for example. The magic number is what allows you to group them, when their symbol name and type (buy, sell) is not enough.
About your EA - block 7 and block 8 are not used correctly. I wrote about this 100s of times here and there, so I'm just tired to do it again. Read this if you want: https://fxdreema.com/demo/mt4-loop-how-it-works
Blocks 9, 1, 3 and 5 are filters. You also have the same filters in 11, 2, 4 and 8, so 9, 1, 3 and 5 are not needed for the work of 11, 2, 4 and 8.[/quote:p9pmq9qk]
Ok, thnx. Will optimize EA on you suggestion.
But i kind of still think that you did not understood me regarding charts. On your first link there is: "Manual trades and orders have Magic Number = 0."
I have two scenarios on the same MT4, same pair eurusd, but one manual trade.
Scenario 1:
I use autoclick news software. There is news with low impact, software clicks eurusd buy on first chart, block "if trade is running" sees manual trade is running and adds sl 10, tp 20.
Scenario 2:
There is news with high impact, software clicks eurusd buy on second chart (not first chart) at this point i want that ea ads different sl 20, tp 50.
My idea was to distinguish this two different trades (high and low impact) with two ea's that have different settings because i don't know what kind of news will come out. One on every chart waiting for manual trade on that chart.
[/quote:25shdx1u]