3 orders are open simultaneously
-
When my EA executes an order to buy or sell, it does triplicate, so that in a given moment the EA open 3 trades of the same type (buy or sell) at the same time. In backtest works well, open 1 trade at time (per bar), but in real-time demo account this problem occurs. How I can avoid it?
-
In trade counts the EA just "see" 1 trade open, when in fact are 3 trades open. See image.
-
My fail !!! sorry, problem solved.