Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ATM Strategy Cancel Order After 1 bar

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

    ATM Strategy Cancel Order After 1 bar

    chelsea but this does not show how to cancel the ATM strategy if no fill after 1 bar... do you have a working example of the ATM strategy and then how to cancel it if no fill in 1 bar?

    #2
    Hi babouin77, I moved the post to a new topic since the other one was a year old:
    https://ninjatrader.com/support/forum/node/1220868

    We do not have an existing example of this but the methods are all documented to accomplish it. The documentation here has an example on how to use GetAtmStrategyEntryOrderStatus to first read the status fo the entry order, and if its working, cancel it using AtmStrategyCancelEntryOrder():


    To add onto the condition to check if at least one bar has passed you can save a class level variable, setting it to the CurrentBar value when you submit the entry order, and cancel if the next CurrentBar == SavedValue+1.

    Kind regards,
    -ChrisL

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    93 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    138 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    123 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    73 views
    0 likes
    Last Post PaulMohn  
    Working...
    X