Hide information - Price Bars

 
Is there any way to code the hiding of price bar information, not indicators, in DataWindow?
 
No.
 
William Roeder #:
No.

Thank you!

Hiding the bars of the main price chart so that only the indicator is visible is only possible by changing the color of the price bars to the same color as the background?

 
Tonn Queiroz #:

Thank you!

Hiding the bars of the main price chart so that only the indicator is visible is only possible by changing the color of the price bars to the same color as the background?

This is how I do it:

1. Change the main chart to line chart

2. Change the line color to clrNone or to chart background color

 
Timo Kosiol # :

É assim que eu faço:

1. Altere o gráfico principal para gráfico de linha

2. Altere a cor da linha para clrNone ou para a cor de fundo do gráfico

Thanks! I will do the same as you!