When one develops an indicator, he can choose if the indicator will be overlayed on the chart (true) or not (false). It is what happens with dots, lines, triangles...
This is FOR ME a bit complicated when it comes to BARS. Usually, the bars of the indicator are plotted on another panel. I mean here the bars as indicator and not the bars forming the chart. I have an indicator with the property: overlay = true, that means I have the bars of the indicator on the chart. The problem is that these bars go from the chart down to the bottom of the panel on which I have the chart, what was not the idea.
Is there a tric to avoid the extension of the bars as indicator down to the bottom of the panel?
I have attached a picture to illustrate this behaviour. I have set the colors of the indicator to red and blue. The blue color on the chart represents the indicator in a bullish trend, but it also hides the indicator itself. Also, there would not be any blue bar extending the bars of the indicator in the red color.
Is there a property to avoid this extension?
Best regards,

Comment