We want to NT8 can read a signal from our local algorithm,
i,e., we would like to generate the data and save it to a local path, and ask NT8 to read it in every X mins (based on the input data series)
After read the post on "https://forum.ninjatrader.com/forum/ninjatrader-8/add-on-development/1144206-generate-plot-from-external-data-ninjascript", we found the main problem here is the algo never touch the modular 'OnBarUpdate', and with this error:
Here is our procedure:
(1) Download ths sample file ('SampleStreamReader_NT8.zip'), and add it to indicator.
(2) Save our signal data to the path: NinjaTrader.Core.Globals.UserDataDir
(3) the data format is exactly same as the scripts needs..
Is there any step-by-step tutrial that uesful?
Thank you

Comment