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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    62 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    134 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    75 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    50 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X