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

Processing Efficiency Question

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

    Processing Efficiency Question

    I'm planning an indicator that will run on intraday bars and trying to minimize the load on my processing power because it has 16 variables to calculate and I'll be running it on 38 instruments, and my PC is old. Here's my question:

    Part of my indicator calls for me to confirm that High0 is less than the current day high. Is it more efficient to add a daily bar series to the indicator and call the current day high from that, or would it be more resource efficient to just call the High value from the built in CurrentDayOHL indicator?

    I realize this question highlights my ignorance about a variety of issues, however, I'd appreciate any help.

    #2
    Hello,
    Thanks for your post.

    You are correct. It would be the most efficient to add a daily bar series to the indicator and call the current day high from that. It would be important to be familiar with how working with multi time frames is different than one time frame. I am going to include a link to our help documentation on working with multiple time frames, for your convenience.

    Multi-Time Frame & Instruments
    https://ninjatrader.com/support/help...nstruments.htm

    Please let me know if you have any further questions.
    Josh G.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Kaledus, Today, 01:29 PM
    0 responses
    3 views
    0 likes
    Last Post Kaledus
    by Kaledus
     
    Started by PaulMohn, Today, 12:36 PM
    1 response
    15 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by yertle, Yesterday, 08:38 AM
    8 responses
    36 views
    0 likes
    Last Post ryjoga
    by ryjoga
     
    Started by rdtdale, Today, 01:02 PM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by alifarahani, Today, 09:40 AM
    3 responses
    18 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X