21 Feb 2024, 15:29

Hello,
I have an EA that works on 3 symbols:
AUDNZD , AUDCAD , NZDCAD
On the same account I created an EA by FXDreema that tells me if there's a Martingale (more than one position for a symbol) or not, and send an email with it.

The logic:
Check position count for each of the 3 symbols.
1- If any (using OR) of the 3 symbols has equal to or greater than 2 positions >> Martingale: Yes
2- If all (using AND) 3 symbols has equal to or less than 1 position >> Martingale: No

What happens is that I always recieve Martingale: No even there's multiple trades for the same symbol
Screenshot 2024-02-21 172636.png

Can anyone help with that?
Thank you!