protectedoverridevoid OnBarUpdate()
{
Value.Set(Volume[0] /Bars.PercentComplete);
}
at the beginning of every bar the indicator goes blank and the bar times on the bottom of the chart disappear. If I "Ctrl+I" and click "ok" the missing displays return until the open of the next bar. What is going on?

Comment