is this a bug? or what? on counting open buy
-

Hello, I am trying to count the number of open Buy positions and save the result into a variable called Open_Buy_Count. Even if I only have 1 Buy trade open, the result in Open_Buy_Count becomes 2.
-

-
modify variable to 0 - for each trade/position (buys or sells) - add 1 to a variable with a formula block. This should constantly check if any trades are running, if not reset variable to 0