Hi
I have an EA portfolio working on the same demo account in the same MT5 terminal. The configuration is such as
EA1 EURUSD H8 MagicNumber = 200
EA1 GBPUSD H8 MagicNumber = 210
EA1 USDCHF H8 MagicNumber = 220
EA2 AUDUSD H8 MagicNumber = 230
EA2 EURUSD H8 MagicNumber = 240
EA2 USDCAD H8 MagicNumber = 250
EA2 USDCHF H8 MagicNumber = 260
EA3 AUDUSD H8 MagicNumber = 270
EA3 EURUSD H4 MagicNumber = 280
EA3 GBPUSD H4 MagicNumber = 290
EA3 USDCAD H4 MagicNumber = 201
EA4 GBPUSD H8 MagicNumber = 211
EA4 USDCHF H4 MagicNumber = 221
Each EA writes some data (OpenPrice, TPs, SL, etc.) in a Comment when the position is opened using the "Comment (ugly)" block.
The EAs open positions per their logic and set up the postion magic number as MagicNumber+Group#. Everything seems to be right. But I have noticed that the values written in the "Comment (ugly)" block does not make sense in some cases.

At the same time, there was a position opened in the AUDUSD pair:

The EAs move the SL level at the beginning of a new bar and Modify the position of the trade. But the position in the EURUSD is modified wrongly

It seems as it took the TP values from the AUDUSD pair.
That happened after this event

Something strane took place with the modify of the SL/TP when they were set to 0.0000

I am not sure if this behavior are provoked by the EAs but it happened in different broker´s demo account using the same portfolio.
Any idea on that?
Thanks