If at a given moment in time I have:
- - two custom strategies (say A and B) running at once,
- - with both A and B running on the same instrument X,
- - and both A and B are running on the same account,
- - and A is long 1 unit of X,
- - and B is long 2 units of X ...
if the strategy code refers Position.Quantity, then in the strategy instance relating to A, this will have a value of 1, and not 3.
Is that correct?

Comment