Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Trying to cancel or modify existing orders on new bars.

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

    Trying to cancel or modify existing orders on new bars.

    I created a trading strategy that calls an ATM using the sample given in ninjatrader.

    The problem I have with this is it never cancels or modify's existing orders on each new bar like it does regularly with setstoploss.

    How can I fix this?

    #2
    Hello Aleehatami,

    Thank you for your post.

    It should call the ATM strategy, and then function the same as if you had ran the ATM strategy from a Superdom window for example. This means it will evaluate the settings specified in the ATM strategy and update (modify, cancel) accordingly.

    It can't access any orders created outside this context, however. So if you had added SetStopLoss() and SetProfitTarget() orders it will not be able to modify these.
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Ryan, how can I make it so that if a order is made and not filled by the start of a new bar it cancels the order and waits for a new one like it does normally with setstoploss?

      Here is a sample code that ends up having maybe 10 live orders at once because the orders are never canceled?
      Attached Files

      Comment


        #4
        Hello aleehatami,

        Your entry conditions are still true so it's setting orders. You're right that they do not autoexpire the same way set methods do.

        You will have to manually cancel the order if you don't want it active.

        Ryan M.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        65 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        41 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        23 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        26 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        52 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X