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 Rapine Heihei, 04-23-2024, 07:51 PM
        2 responses
        30 views
        0 likes
        Last Post Max238
        by Max238
         
        Started by Shansen, 08-30-2019, 10:18 PM
        24 responses
        943 views
        0 likes
        Last Post spwizard  
        Started by Max238, Today, 01:28 AM
        0 responses
        9 views
        0 likes
        Last Post Max238
        by Max238
         
        Started by rocketman7, Today, 01:00 AM
        0 responses
        7 views
        0 likes
        Last Post rocketman7  
        Started by wzgy0920, 04-20-2024, 06:09 PM
        2 responses
        28 views
        0 likes
        Last Post wzgy0920  
        Working...
        X