Great. Thanks for your help Alan.
Regards
Rowdy

--- In [email protected], Alan <a...@...> wrote:
>
> Or better yet:
> 
> Create a custom indicator called ATR(Histogram):
> 
> Copy the following into custom indicator:
> 
> periods = Param( "Periods", 15, 1, 200, 1 );
> pstyle = ParamStyle("Style", styleLine = 2, maskDefault = maskHistogram);
> Plot( ATR(periods), "ATR HISTOGRAM", ParamColor( "Color", colorCycle ), 
> pstyle );
> 
> Regards,
> Alan
> 
> 
> rowdy358116 wrote:
> >  
> >
> > Hello All,
> > Is it possible to change the ATR Indicator to display as a Histogram?
> > Thankyou
> > Rowdy
> >
> > 
> >
> >
> > __________ Information from ESET NOD32 Antivirus, version of virus 
> > signature database 4668 (20091207) __________
> >
> > The message was checked by ESET NOD32 Antivirus.
> >
> > http://www.eset.com
>


Reply via email to