Welcome to NexusFi: the best trading community on the planet, with over 200,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
I need to call reload ninjascript AKA default "F5". Ninjatrader does not support that automatically. I was wondering if anyone had made this code. Please share. Thank you.
Can you help answer these questions from other members on NexusFi?
Yes u right, but it is working only for the ACTIVE window. Does not work for multi-workspaces. If anyone found a solution besides the SendKey. Please answer. Thx Mike. Thx Guys. Great FORUM!!!.
Yes, you can use the HistoricalDataManager to load dataseries.
Heres an example of how to load the first dataseries of the currentchart this specific example must be in an indicator because of how it obtains the bar-dataseries to reload, but you can use the datamanager from anywhere and use any barseries).
Since the method gets an ArrayList you can ofcourse reload multiple series with the same call (just add each to the arraylist - for instance loop through the BarsArray of the ChartControl and add each to reload all dataseries of the current chart (this is what "F5" does)