Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Calculate on each tick not actually calculating on each tick

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

    Calculate on each tick not actually calculating on each tick

    Im trying to run some backtests and noticed that no matter if I put "Calculate.OnEachTick", "Calculate.OnBarClose", or "Calculate.OnPriceChange", It is always calculating at the same rate. I made a test strategy to show this. The attached pictures show that its supposed to calculate on each tick, and it just outputs the time. The next picture shows the output, where you can see that minutes pass between each test. This is running on the ES so there are obviously faster ticks.

    EDIT: I figured out that its because Im running it on a 2000 tick chart and the chart does not include intrabar data. So then my question is how can I make the code update on each tick but show and run it on a 2000 tick chart.
    Attached Files
    Last edited by kazisl; 03-26-2021, 11:10 PM.

    #2
    Hello kazisl,

    You are showing the State.SetDefaults which are only pulled for new instances of strategies.

    Are you setting Calculate in the Strategy parameters for the existing configured instance in the Strategies window?
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hi,

      Any further feedback on this? I am facing similar problem... State.SetDefaults - Calculate= Calculate.OnEachTick; and also at strategy setup window and still the onBarUpdate() is just being executed at bar close.

      Any thoughts?

      Cris

      Comment


        #4
        Hello Cris,

        Is this in real-time?

        Below is a short video demonstrating.



        If the script is processing historical data during State.Historical TickReplay will need to be enabled.




        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
        560 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        325 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
        547 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        547 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X