It came up on an issue where my StringSeries is being reported incorrectly.
if I print my string series out it's perfect but if I convert it to a brush it goes wrong about 50% of the time.
myBrush2 = (System.Windows.Media.SolidColorBrush)new BrushConverter().ConvertFromString(myStringSeries[2]);
Edit on checking it appears the indicator gets to the end of the bars and then goes right back to the very first bar and gets stuck there.

Comment