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 NM_eFe, Today, 10:13 AM
        0 responses
        4 views
        0 likes
        Last Post NM_eFe
        by NM_eFe
         
        Started by hdge4u, Yesterday, 12:23 PM
        1 response
        10 views
        0 likes
        Last Post hdge4u
        by hdge4u
         
        Started by 1001111, Today, 09:45 AM
        0 responses
        12 views
        0 likes
        Last Post 1001111
        by 1001111
         
        Started by DTSSTS, 01-28-2024, 12:07 PM
        11 responses
        559 views
        0 likes
        Last Post bmo111
        by bmo111
         
        Started by Torontobluejays, Today, 08:43 AM
        0 responses
        3 views
        0 likes
        Last Post Torontobluejays  
        Working...
        X