Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to clear all historical orders as the first action?

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

    How to clear all historical orders as the first action?

    An error message that reads "...has been disabled because it attempted to modify a historical order that has transitioned to a live order..."

    in this case, i think it would be easier to just clear all historical orders as the first action in the code. What needs to be done in State.Historical or State.DataLoaded to perform a purge of all historical orders?

    #2
    Hello Boonfly8

    You can exit orders on the last historical bar.

    if (State == State.Historical && CurrentBar == Count - 2)

    Below is a link to an example (ProfitChaseStopTrailExitOrdersExample_NT8).
    https://ninjatrader.com/support/foru...345#post521345
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    144 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    69 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    125 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    78 views
    0 likes
    Last Post PaulMohn  
    Working...
    X