The Heiken indicator sets their contents to Color.Transparent in OnBarUpdate(). How does it know that is the right time? Could it just iterate over them in OnStartUp()? How about at the start of Plot()?
It seems to me that they need to get set transparent after they have been set up for plotting, but before they actually get used to plot. How do I know enough to arrange that?
--EV

Comment