I've a strategy which runs overnight, but sometimes I want to stop the strategy for safety reasons without taking out my positions and my stops.
If I store OrderID to let's say a text file, is there any way to use it in order for Ninja to retrieve that order? ie.
-Let's say I'm Long and I've a stop loss order in place. I turn off the strategy. I want Ninja to retrieve the stop order.
I've solved the problem with market position, by using few parameters which tell Ninja if it's actually Long/Short and at what price, but I don't find a way to recover working orders.
Any suggestion would be appreciated.
Thanks
Antonio

Comment