PureBytes Links
Trading Reference Links
|
Mike,
Here is an updated Formula, Same settings as before.
pds=260;
ValueH=LastValue( HHV( High, pds ) );
ValueH2=LastValue( HHVBars( High, pds ) );
ValueL=LastValue( LLV( Low, pds ) );
ValueL2=LastValue( HHVBars( Low, pds ) );
Filter=1;
AddColumn(ValueH,"high");
AddColumn(ValueH2,"BarsSinceH");
AddColumn(ValueL,"Low");
AddColumn(ValueL2,"BarsSinceL");
Anthony
Mike Pham wrote:
>
>
> Hi,
>
> This might has been asked before. How can AB return number of bars
> passed since stock makes 52 weeks low/high? TIA
>
>
> -----------------------------------------------------------------------
> Do You Yahoo!?
> Yahoo! Tax Center - online filing with TurboTax
> Yahoo! Groups Sponsor
ADVERTISEMENT
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|