For some reason, when I am entering two trades in the same stock
(lets call them long1 and long2)...
When the trigger for StopLoss on long2 (a dynamic Moving Average CrossBelow) occurs, my entire position is closed, including both
-- long2 (which is correct)
-- and long1 (which is wrong, this portion of the strategy has its own StopLoss price which is substantially lower).
I have my Strategy UI set to "PerEntryExecution" so I am confused as to why this is happening.
Thanks and regards,
Andrew

Comment