Question about "For each trade" block
-
Let's supose my EA opens trades on the following order:
#1 - Buy
#2 - Buy
#3 - SellWhen using "For each trade" purple block, I set it like this:

I know that if I set "Not more than "n" trades" to "1", it will select only the newest trade.
But If I use the "Filter by type: Sells", does it mean it will not select any trades (because the newest trade is a Buy) or it will select the newest Sell (in this case, it is the third newest trade).
Thanks!
-
it will select Sell
-
Thank you once again!