I'm writing my first NinjaScript strategy... I'm wanting to set a firm price level stop on an opened position initially (either long or short) and then change the stop to a trailing stop after a specified length of time. Is there a way of doing this...??
As I understand it if I have a stop set using SetStopLoss() it will always take precedence over another instruction to then use the SetTrailStop() method...??
So am I right in thinking that once I have called SetStopLoss() and subsequent calls to SetTrailStop() will be ignored...? If this is the case, could you point to how I can go from a firm stop to a trailing stop...?
Many Thanks

Comment