Announcement

Collapse
No announcement yet.

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.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    601 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    347 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    559 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    558 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X