Check trades count only for EAs own trades?
-
Hello community,
one (maybe) simple questions about "check trades count".
Which trades will be counted without filter settings? The EAs trades or all trades in MT4?Thanks in forward and have a good Week!
Tommi

-
I set it up like so:
for each trade block ->
condition block that checks: SL > or < Entry price
formula block that increases order count by 1 if its not at BE. (the count is reset each time at the logic tree start)this way you track only orders with risk on, which is likely what you are after.
By using group ID in creation of trade and in the "for each trade" block you can select which orders to count. This should be a reply to your question.
-
@MT4Nutzer This block will count only open trades at that moment, not closed trades.
-
-
Thank you @Hiten7405 and @l-andorrà !
-
You're welcome.
