Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Stop Loss Method

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

    #16
    When using Set() methods it is a little different. You can't do it via regular Enter() and Exit() methods because you can't submit the orders on the bar yet, but Set() methods take into account that you want the stop/target immediately after you have submitted your order. If the bar has the stop price anywhere in it it will just stop out the position right there. This is a conservative approach to fill algorithm and it is necessary to prevent overestimates of your strategy performance. There is little that will be changed in this regards.

    Unfortunately you will just have to change your condition logic if you do not wish this to happen. You could try adding something like if (BarsSinceEntry() > 1) to the other conditions. Now of course you would want to change it back when you bring this strategy live though.
    Josh P.NinjaTrader Customer Service

    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
    332 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