@fxpim
Thanks, dear!
Won't this send the email more than once in case that more than one symbol has 2 positions or more?
Posts made by Rafik
-
RE: Position Count Not Workingposted in Bug Reports
-
RE: Position Count Not Workingposted in Bug Reports
@l-andorrà
Thanks again, dear, however, there will be an issue.
Removing AND and doing your variation is okay.
However, removing OR and doing your variation,
Will this cause the email to be sent more than once in case more than one symbol has two trades or more? -
RE: Position Count Not Workingposted in Bug Reports
@l-andorrà
Thanks, dear, for your interest!Here's the link for the project.
The part in question is the one in the above picture. -
RE: Position Count Not Workingposted in Bug Reports
@fxpim
Thanks for your comment.
I do not believe that this happens.
As this block is only triggered once the new position is opened.
Moreover, this also happens when there's already two or more positions opened. -
Position Count Not Workingposted in Bug Reports
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: NoWhat happens is that I always recieve Martingale: No even there's multiple trades for the same symbol

Can anyone help with that?
Thank you! -
Position Count Not workingposted in Questions & Answers
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: NoWhat happens is that I always recieve Martingale: No even there's multiple trades for the same symbol

Can anyone help with that?
Thank you!