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 SalmaTrader, 07-07-2026, 10:26 PM
        0 responses
        45 views
        0 likes
        Last Post SalmaTrader  
        Started by CarlTrading, 07-05-2026, 01:16 PM
        0 responses
        22 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 06-17-2026, 10:32 AM
        0 responses
        14 views
        0 likes
        Last Post CaptainJack  
        Started by kinfxhk, 06-17-2026, 04:15 AM
        0 responses
        20 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 06-17-2026, 04:06 AM
        0 responses
        22 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X