Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by ghoul, Today, 06:02 PM
    1 response
    10 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by jeronymite, 04-12-2024, 04:26 PM
    3 responses
    44 views
    0 likes
    Last Post jeronymite  
    Started by Barry Milan, Yesterday, 10:35 PM
    7 responses
    20 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by AttiM, 02-14-2024, 05:20 PM
    10 responses
    179 views
    0 likes
    Last Post jeronymite  
    Started by DanielSanMartin, Yesterday, 02:37 PM
    2 responses
    13 views
    0 likes
    Last Post DanielSanMartin  
    Working...
    X