How to know the size of current open trade? New comment [Deleted] 2008.03.26 03:24 I want to write a code like this: 1. If the current trade of EA1 is losing 30 pips. Then 2. EA2 will open a trade of the same lot size to balance it. My questions is how EA2 gets the lost size of the trade in EA1. Can anyone give me a hand? Thanks. avoiding FIFO snafu. Martingale algo not working. Is this a bug in MT5? I want to ask about using 2 EA on 1 account Ray 2008.03.26 07:36 #1 EA's can exchange values via GlobalVariableSet and Get New comment
1. If the current trade of EA1 is losing 30 pips. Then
2. EA2 will open a trade of the same lot size to balance it.
My questions is how EA2 gets the lost size of the trade in EA1.
Can anyone give me a hand? Thanks.