Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ExitLongStop and ExitShortStop instead of SetStopLoss

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

    ExitLongStop and ExitShortStop instead of SetStopLoss

    I'm developing a strategy, and I need to use both SetStopLoss and SetTrailStop, but I know that's not possible in NT (on the same order).
    I was thinking to substitute the use of SetTrailStop with ExitLongStop and ExitShortStop, using as Stop my trailing value. Is that possible? May I encounter any logic problems using ExitLongStop and ExitShortStop in the same code?

    Thank you

    #2
    You cannot combo ExitLongStop and ExitShortStop together. You can't be long and short simultaneously so there is no reason you would exit long and short simultaneously.

    You can however program your own trailing stop logic and just use ExitLongStop or ExitShortStop depending on which direction you are in. If you are trying to use a stop and a trailing stop to scale out please be aware you will need to scale in first. You need two entries in order for a two step exit.
    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