Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Frequent Stop Management

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

    Frequent Stop Management

    I have a strategy that uses multiple conditions for exit using the vanilla:

    ExitLong();
    or
    ExitShort();

    I'm about to turn this strategy on the live market and want to add an exit condition:

    ExitLongStop()
    ExitShortStop()

    at the worse case exit which has a known price. This to protect me against connection loss and to get the worst case order entered into the queue (if at all).

    Several questions:

    1) Does NT or my Broker (Mirus) care if I change this every bar?

    2) Is the old value overridden by a simple reissuance of the command with the new stop price? If not, how do you remove the old stop before entering a new stop?

    3) What happens to the stop order if one of the other conditions triggers a normal


    ExitLong();
    or
    ExitShort(); ?

    Thanks,

    Larry

    #2
    1. There is nothing limiting you from placing orders every bar on NT's end. Whether or not Mirius will accept all those placements/changes is something you may want to inquiry them directly about.

    2. Old value is overwritten. You will just amend the original exit order provided you use the same quantity, signal name, etc.

    3. It will cancel when it can no longer find the matching position to exit. Note that it could ALSO get filled during the time your brokerage fills your market order but has not reported back to your NT yet. You run the possibilities of having overfills when you place two exits like that.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Thanks, Josh!

      Is there a "clean" way to have a stop entered for the security issue I mentioned and have multiple exit criteria?

      Instead of exiting using the ExitLong(), maybe move the stop knowing it should trip immediately?

      Thanks again!

      L.

      Comment


        #4
        You would not be able to move a stop and have it trip immediately because you run the risk of moving it to a rejected price.

        You would need to cancel the stop and then place your market when the stop has cancelled.
        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
        650 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        370 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        109 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        574 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        577 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X