So to exit the long position I have tried using
‘ExitLongStop’ with ‘Position.Quantity * 2’ which doesn’t work
I have also tried
‘ExitLongStop’ and ‘EnterShortStop’ the exit works but the entry doesn’t and in the log I get ‘AnEnter()method has been ignored etc’
So any ideas how this can be done?
(I have used a ShortLimit order which reverses the position, but for more control I ideally I want to have the order with my broker hence trying to use stop orders).

Comment