Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Mixing SetTrailStop and SetStopLoss

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Mixing SetTrailStop and SetStopLoss

    I have a strategy which I want to mix SetTrailStop and SetStopLoss.

    The strategy when flat starts with SetTrailStop called from OnBarUpdate. After a trade is entered and based on certain conditions I want to call SetStopLoss from OnBarUpdate to fix the stop loss to a specific price which may be changed with additional SetStopLoss calls. After the trade is exited SetTrailStop is called again to reset the stop to a default trailing stop.

    Will such a sequence work? The documentation states that SetTrailStop and SetStopLoss cannot be mixed and SetStopLoss will override SetTrailStop. Is the override permanent or can SetTrailStop be restored when the strategy is flat again?

    Thanks

    #2
    Originally posted by seahn View Post
    I have a strategy which I want to mix SetTrailStop and SetStopLoss.

    The strategy when flat starts with SetTrailStop called from OnBarUpdate. After a trade is entered and based on certain conditions I want to call SetStopLoss from OnBarUpdate to fix the stop loss to a specific price which may be changed with additional SetStopLoss calls. After the trade is exited SetTrailStop is called again to reset the stop to a default trailing stop.

    Will such a sequence work? The documentation states that SetTrailStop and SetStopLoss cannot be mixed and SetStopLoss will override SetTrailStop. Is the override permanent or can SetTrailStop be restored when the strategy is flat again?

    Thanks
    Your scenario will not work. Use the Exit...Stop() methods instead, and code your Trailing and Fixed stops directly in NinjaScript.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, Yesterday, 10:06 AM
    0 responses
    17 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    16 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    14 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    9 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    38 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X