I added an update to the indicator variable I'm calling that I'm calling but didn't help... The long white line on the indicator is the trigger.
public DataSeries Plot0
{
get { Update();return Values[0]; }
}
This fails on a 4 range chart,, but fires ok on a 11 range chart..

Comment