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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        43 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        21 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        30 views
        1 like
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        50 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        40 views
        0 likes
        Last Post CarlTrading  
        Working...
        X