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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    63 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    35 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    54 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    61 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    48 views
    0 likes
    Last Post CarlTrading  
    Working...
    X