if a stop loss order occurred, it did not add the filled order to the manager.filled model. This would cause subsequent LONG orders to not be placed and might cause subsequent SHORT orders to sell position that it didn't initially own.
Stop loss is a market order so it never hits the feed due to it never hits the order book, it is filled immediately. So skip the feed if stopLossTriggered
if a stop loss order occurred, it did not add the filled order to the manager.filled model. This would cause subsequent LONG orders to not be placed and might cause subsequent SHORT orders to sell position that it didn't initially own.
Stop loss is a market order so it never hits the feed due to it never hits the order book, it is filled immediately. So skip the feed if
stopLossTriggered