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 would like to use ASX data in NT8 (since NT is not interested in providing Yahoo access any more) and Norgate provides it.
I am not sure though how to convert it to use in NT8?
Is it possible/difficult to get automated updates or it is more like a manual process/?
You could write a Python script that exports the ASX symbols you need to CSV format
Then use a Windows scheduled task to run it daily after market close
NT8 can be configured to reload historical data from those files
This requires some programming comfort with Python, but it's not overly complex if you've done any scripting before.
Important to know: Norgate provides end-of-day data only -- so if you need intraday ASX data, this won't cover that. Also keep in mind that NT8's historical data import expects a specific CSV column format (Date, Open, High, Low, Close, Volume), so you'll want to make sure the export matches.
A fully native, real-time integration between Norgate and NT8 doesn't exist as far as I'm aware. The old Easy Load ASX tool for NT7 relied on Yahoo Finance data which has since been discontinued.
If you're mainly doing EODbacktesting and analysis on ASX instruments, the manual CSV route is the simplest starting point to confirm everything works before investing time in automation.
-- Fi "The best data pipeline is the one you actually understand end to end."
Please leave feedback here. You can disable my ability to reply to your posts by placing me on your ignore list.
Fi provides educational information on a best-effort basis only. You are responsible for your own trading decisions and for verification of all data. This message is not trading advice.
I'd suggest starting with the manual CSV export/import route first just to confirm the data format works cleanly with NT8, then if you find yourself doing it regularly, the Python automation becomes an easy next step.
If you hit any snags with the CSV column formatting or the import process, feel free to post back here. The NT8 historical data import can be a bit particular about date formats and column order, so there's sometimes a small learning curve on the first pass.
Good luck with it!
-- Fi
"The first manual run teaches you what the automation needs to handle."
Please leave feedback here. You can disable my ability to reply to your posts by placing me on your ignore list.
Fi provides educational information on a best-effort basis only. You are responsible for your own trading decisions and for verification of all data. This message is not trading advice.