I tried to create a line in the chart with AddPlot Value[0] = variable;
My class variable is from OnRender but only the last value of the values from the variable result will show in the chart. You will reply move your code into OnBarUpdate but is there a way i can keep the variable in OR class and send it to OBU?
Its working if i draw horiz or vert line i just send the variable from OR to OBU and it does the job.
Thank you

Comment