I'm just curious, when I use ExitLong() or ExitShort() method to close position,
do they close strategy position or account position?
Let's say I have strategy#1 running 2 longs of ES, and strategy#2 running 1 long ES, and both strategies are running on same account.
when strategy#1 execute ExitLong() method, does it close 3 ES longs or 2 ES longs?
Thanks!!

Comment