How to get total of positions regardless Buy/Sell
-
Hi, I know we have this Check positions count...

Which I believe if set Either Buys or Sells, it'll only do either or... Is there an easy way to take into account both Buys and Sells?
Thanks again.
-
@jacque82 Do it separately, a check block for purchase and another for sale. I don't know if that is what you are asking.
Note: I use translator -
@Edtoloza Thanks for your reply, appreciate it. The EA I'm working on is able to open both buy and sells in the same "basket". I want the EA to be able to close all buys and sells together when the condition is met.
-
@jacque82 So just use the check profit (unrealized) block and you don't need the count block.