[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] hi i need help


  • To: amibroker@xxxxxxxxxxxxxxx
  • Subject: Re: [amibroker] hi i need help
  • From: Anthony Faragasso <ajf1111@xxxx>
  • Date: 17 Apr 2002 21:04:36 -0000
  • In-reply-to: <20020416052717.83141.qmail@xxxx>

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.