I think that using SetTrailStop(double currency) also works, but you have to be careful about the price its given. This needs to be a price behind the market at the time of submission.
If you were to set this in Initialize() the price is likely going to be wrong by the time the order is submitted. So it's important that if this is set, it is set just before (like one line before) the entry order is called.

Comment