Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Disable historical order execution

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

    Disable historical order execution

    Hello, how can I disable historical order execution for the strategy ?

    #2
    Hello Uregon,

    Thank you for posting.

    To clarify are you referring the order executions displayed within the chart panel? If so to remove this information right click in your chart->Data Series->Select "Do no plot" from the Plot executions drop down menu then click Ok.

    Let me know if I may be of further assistance.
    Christopher J.NinjaTrader Customer Service

    Comment


      #3
      The issue is, that my strategy should only enter if realized pnl is 0

      But the system also count orders in historical execution, so its always not 0

      I hope you know what I mean

      Comment


        #4
        Hello Uregon,

        I've moved this thread from the NinjaTrader 7 > Platform Technical Support section of the forums to the NinjaTrader 7 > Strategy Development section of the forums as this pertains to strategy development on NinjaTrader 7.

        To prevent historical trades with NinjaTrader 7 add to the top of the OnBarUpdate() action block:

        if (Historical)
        return;

        Below is a link to the help guide.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        571 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        330 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        548 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        549 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X