"Esteban" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]:
Use PlotOHLC()
> I'm wondering if I can chart an indicator as a bar chart.
>
> // Stretch - Squeeze indicator
> Prem=Param("Premium",37,0,100,1);
> ssC=C-Foreign("INDU-NYSE-IND","Close")-prem +100;
> Plot( ssC, "Str-Squ", colorBlue, styleBar | styleThick |styleOwnScale,
> 96,104);
