a) Change the stop value
OR
b) Change the stop method from SetStopLoss to SetTrailStop
If I am correct, here are the order of events.
1) Order placed (with a stop) using EnterLongStop()
2) Order filled and stop order created
3) How do you cancel the stop order
4) How do you submit a new stop value/trailstop

Comment