Partial close block not passing
-
Looks like partial close block not passing? It worked before but suddenly stopped. Anyone else experienced this?

Any idea?
-
@vish Difficult to say without seeing the whole project. Can you please share it?
-
-
@vish I guess (and it's just a guess) the problem is with block 11 'for each trade', because it's lookinf for all open trades, not only those who were closed partially. How many open trades can be active at the same time?
-
@l-andorrà it can have few trades at the same time
-
@vish Then I think that is the problem. The 'for each trade' is searching for all trades, not for those closed partally only. A different structure is required for that.
-
@l-andorrà could you tell me what kind of structure I can use?
-
@vish You should try to use groups. Diferent group numbers for those trades that are not partially closed to distinguish them from the partially closed.