_SECTION_BEGIN("Price");
SetChartOptions(0,*chartShowArrows*|*chartShowDates*);
_N(*Title* = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, Lo
%g, Close %g (%.1f%%) {{VALUES}}", *O*, *H*, *L*, *C*, SelectedValue( ROC( *
C*, 1 ) ) ));
Plot( *C*, "Close", ParamColor("Color", *colorBlack* ), *styleNoTitle* |
ParamStyle("Style") | GetPriceStyle() );
*
Title*+="\n5 period HIGH EMA="+EMA(*High*,5)+" 5 period LOW EMA="+EMA(*Low*,
5);
_SECTION_END();
On Thu, Jul 1, 2010 at 11:52 AM, infynhome <[email protected]> wrote:
>
>
> Hello members,
>
> How do we add only the label / value of a particular indicator / average in
> the price pane of the chart... but do not wish to plot the study???
>
> What I want is... to add 5 period EMA of Highs and Lows on the price
> chart... but only need its values as a label and want to avoid plotting the
> ema's on the chart.
>
> Please help.
>
> Regards
> Infinity
>
>
>