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)
Please somebody help me. I'm not a programmer and I can't figure this out on my own.
I downloaded exportdata8 (https://nexusfi.com/download/vip_elite_circle/1763-download.html?view).
It exports time-stamped OHLCV data of the selected instrument to a text/csv file in Ninja Trader 8.
The output format is: DateTime Open High Low Close Volume.
If you want to output indicator data you could add that to string "data" (see the attached example with EMA14).
I successfully tried with range indicator too, adding the string "dataSeparator + Range()[0]".
Now I need to output this indicator: https://nexusfi.com/local_links.php?linkid=1892 (relative volume). In particular the cumulated ratio fo every session. What's the string I have to add? "dataSeparator + amaRelativeVolume(???????)"
I hope I've explained myself well.
Thanks