Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Implementing Trailing stop

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

    Implementing Trailing stop

    Hello,

    I am trying to implement a trailing stop loss into my strategy but it has not been working. I have been using the stops menu to add these. Am I doing something wrong?

    Please advise.

    Click image for larger version

Name:	image.png
Views:	180
Size:	15.7 KB
ID:	1227755

    #2
    Hello dgutz15,

    Thanks for your note.

    The SetStopLoss() method and SetTrailStop() method cannot be used in the same script unless each stop references different signal names.

    From the SetTrailStop() help guide page: "The SetTrailStop() method can NOT be used concurrently with the SetStopLoss() or SetParabolicStop() method for the same position, if any of methods are called for the same position (fromEntrySignal) the SetStopLoss() will always take precedence. You can however, use all three methods in the same strategy if they reference different signal names."​​

    If you would like to use SetTrailStop() to create a trailing stop in your strategy, you would need to remove the SetStopLoss() method and only use the SetTrailStop() method. Or, you would need to specify separate signal names when calling your methods so that the stop is tied to a specific entry order that has that same signal name.

    See this help guide page for moire information about SetTrailStop(): https://ninjatrader.com/support/help...ttrailstop.htm

    Let me know if I may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    574 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    333 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    553 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    551 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X