For clarity, this is using the stock VOLMA indicator, but it does happen with pretty much all indies.
The issue is that the bars will fill the window, then flash back to the correct sizing. This creates a flash effect. Here is the correct sizing. The blue bars are the VOLMA indicator set as 'Overlay' in this instance, but it happens on a regular 'right' scale etc., too.
What will occur is those blue bars will momentarily fill the window vertically, then the correct scale, per the image . This happens with entirely stock and very simple indicators like the VOLMA as well as more complex or custom ones. I am pretty sure I know what is causing this, and it's the scale of the plot not being correct before the call to OnRender, though I am not sure how this is possible! Not sure if it's possible for OnCalculateMinMax to loose sync with OnRender. Actually, it is so annoying that where I can, I have set my indicator windows to a fixed scale (So the 'F' shows, and this of course prevents the issue).
So, is/was this a known issue, and is there a workaround for it?
Thanks.

Comment