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

tick refresh

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

    tick refresh

    hello,
    I am using tick chart and I want to auto-reload all historical data{indtra day data } after every 15 min, is there any option like that?
    and dose anyone one know about this indicator https://ninjatraderecosystem.com/use...d/tickrefresh/
    dose this indicator does the same job I want.
    thanks for your help

    #2

    Hello hir04068,

    Thank you for your post.

    I am replying to both your forum post and your email with this same information.

    We have received two inquiries on the same subject that appear to be from you, one via email and one from our forums, each creating a new separate inquiry tick in our system.

    Any time you reply to an email, this will go to the person you are working with (using the reference ID in the subject line). Do this anytime you would like to continue an existing inquiry.

    Any time you send a new email, this will create a new inquiry and a new ticket, which will be answered by the first person available and may not be the person you are previously working with. Do this anytime you have a new question that is unrelated to previous inquiries.

    Sending new emails that are related to a previous inquiry you have emailed about before, or sending an email and posting a forum post on the same topic, may cause separate technicians to start at the beginning of reviewing your inquiry, tying up resources with our platform support and delaying our ability to respond to all customers in a timely manner.

    There is the ReloadAllHistoricalData() method, but take note that this was not designed to be called from an indicators in OnStateChange / Configuring an indicator or strategy. ReloadAllHistoricalData() will re-trigger the indicator to be reloaded, and therefore you'd find yourself in an infinite loop where your indicators OnStateChange is hit, data is reloaded, indicator is re-loaded, etc, etc.

    Also, this method will only check and reload the max number of days or bars to load used in every chart running which matches the bars series contained in the script, not all historical data for all open instruments.

    There is an example of the intended usage of reloading historical data after a connection event which is outlined on this page:

    http://ninjatrader.com/support/helpG...oricaldata.htm

    You could combine this with timer logic to approximate the behavior you're looking for.



    Also, the Tick Reload mentioned in your forum post would be refreshing the chart rendering, not the underlying historical data.

    Please let us know if we may be of further assistance to you.
    Kate W.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Belfortbucks, Today, 09:29 PM
    0 responses
    6 views
    0 likes
    Last Post Belfortbucks  
    Started by zstheorist, Today, 07:52 PM
    0 responses
    7 views
    0 likes
    Last Post zstheorist  
    Started by pmachiraju, 11-01-2023, 04:46 AM
    8 responses
    151 views
    0 likes
    Last Post rehmans
    by rehmans
     
    Started by mattbsea, Today, 05:44 PM
    0 responses
    6 views
    0 likes
    Last Post mattbsea  
    Started by RideMe, 04-07-2024, 04:54 PM
    6 responses
    33 views
    0 likes
    Last Post RideMe
    by RideMe
     
    Working...
    X