Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Stop strategy executing historical data

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

    #16
    Correct. When you enable the strategy it will process the historical data just like a back test up the most recent bar. If there is a left open position when it hits the last bar this will cause the strategy to be a yellow state on the Strategies Tab, meaning it is waiting to be flat state before processing live.
    Using if(Historical) return; will stop the strategy from processing historical data and only focus on the live data.
    So if the history was included and the strategy opened/submitted an order just before the first live bar - it would wait (in yellow state) for this to close with live data before starting the strategy setting to Green state and beginning the Performance.Realtime calculations for this strategy run?


    You are correct here as well. This will allow you to determine the prior performance and if the performance is good enough to continue trading or to stop.

    Let me know if I can be of further assistance.
    thank you

    Comment


      #17
      Originally posted by soulfx View Post
      So if the history was included and the strategy opened/submitted an order just before the first live bar - it would wait (in yellow state) for this to close with live data before starting the strategy setting to Green state and beginning the Performance.Realtime calculations for this strategy run?

      You are correct in your process here
      Cal H.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

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