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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        91 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        137 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        68 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        121 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        72 views
        0 likes
        Last Post PaulMohn  
        Working...
        X