Suppose I create some indicator, which takes considerable time to calculate. Consider, for example, neural network. What will be the best approach to combine it with NT API in terms of user experience? Does API offer any sort of progress bar to update from indicator code and inform user about calculation progress? Is there any way to start worker thread and update indicator on chart later on?
Thank you

Comment