Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Is it possible to create different second Stop loss in strategy builder?

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

    Is it possible to create different second Stop loss in strategy builder?

    HI
    I have a strategy that has couple of different strategies/entries.
    Is there a way to create a different stop loss for particualr strategy?
    for example, i have 2 scalp entries and one runner and i would like runner to have parabolic stop loss..

    DO we have an example of it?

    #2
    Hello tkaboris,

    Thanks for your post.

    The SignalName property of Entry orders and FromSignalName property of Set methods are used to determine which Set methods are tied to an Entry order.

    For example, when you call your Entry order method you would set the SignalName to something like "EntryMethod1". When creating your Set method, such as SetParabolicStop(), you would set the FromEntrySignal property to use the same name ("EntryMethod1") to tie that Set method to that entry order.

    The help guide pages below explain the SignalName and FromEntrySignal properties.




    And, see the attached example script demonstrating this concept.

    Note from the SetParabolicStop() help guide page: The SetParabolicStop() method can NOT be used concurrently with the SetStopLoss() or SetTrailStop() 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.

    S​etParabolicStop(): https://ninjatrader.com/support/help...abolicstop.htm

    Let me know if I may assist further.​
    Attached Files
    <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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    91 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    137 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    121 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    72 views
    0 likes
    Last Post PaulMohn  
    Working...
    X