Is it possible to use a command that can identify unique "open" positions within a strategy that can possibly open mulitple trades? For example if I have a strategy that has 3 possible conditions that may initiate a trade...is it possible to identify which conditions are "open" at the current time--Such as:
"Condition 1 is Long"
"Condition 2 is Flat"
"Condition 3 is Short"...
Could a command like "Position.AvgPrice" do this? I know about commands like "Position.MarketPosition" but I believe they will take into consideration all conditions. I know each condition can be given a unique name upon triggering a trade, I just would like to be able to "track" what conditions are "active" an those that are not...thank you in advance.

Comment