What I would like to do is set a EnterLongStop(12); EnterShortStop(10);
If one of them is filled I would like to use the other one as the stoploss. Using SetStopLoss(Price method) would give me the problem that I don't know at start what direction it should go, so I can't set the stoploss before I enter a Stop order.
Second question, how to disable/cancel a SetStopLoss()?
Thanks,
Johan

Comment