When my strategy submits an order it also calculates/sets an initial StopLoss (within "OnBarUpdate"). Since I know it is not possible to both a StopLoss and a TrailStop concurrently for the same position what I'd like to try to do is "cancel" the StopLoss once the price has reached a certain level in my trade's favor. At that point I figure a TrailStop could then be submitted at that point.
I guess my question is kinda simple--is it possible to "cancel" the StopLoss so as to replace with a TrailStop?
Thanks in advance.

Comment