Is there a way to display the result of a variable in the data box?
For exemple,
protected override void OnBarUpdate()
{
double myRatio = x + y;
Print(myRatio); // comes out in output window
}
If i use AddPlot it will display something in the chart. But i dont want that, i want the result in the data box.
Thank you
btw: NT forum often disconnect or send us to wrong page while trying to log on or create topic.

Comment