PureBytes Links
Trading Reference Links
|
here's the code for highs for 260 periods , 12 mths
as for the rest im sure someone will add that for you
alltimehigh = LastValue( HHV( High, 260 ) );// change
periods to suit
alltimehighbar = ValueWhen( High == alltimehigh,
Cum(1) );
alltimeyear = ValueWhen( High == alltimehigh, Year()
);
alltimemonth = ValueWhen( High == alltimehigh,
Month() );
alltimeday = ValueWhen( High == alltimehigh, Day()
);
/*** Commantary ***/
"All time highest was " + WriteVal( alltimehigh
);
"on the " + WriteVal( alltimeyear, 1 ) + "."+
WriteVal( alltimemonth, 1 ) + "." + WriteVal( alltimeday, 1 );
/* Draw also a buy arrow on highest day */
cond1 = High == alltimehigh ;
----- Original Message -----
From: <<A
href=""><FONT face=Arial
size=2>njpowell@xxxx<FONT face=Arial
size=2>>
To: <<A
href=""><FONT face=Arial
size=2>amibroker@xxxxxxxxxxxxxxx<FONT face=Arial
size=2>>
Sent: Friday, November 16, 2001 8:32
AM
Subject: [amibroker] New 52 week high/low
exploration
<FONT face=Arial
size=2>> How would I go about doing a exploration for stocks making new 52
> week highs and lows ? Say I wanted to screen for stocks thatmade
3 > or more 52 week highs in say 10 trading days(also the same for lows)
> and not pick up the single or double hits? > >
Thanx in advance> Nathan> > > >
------------------------ Yahoo! Groups Sponsor
---------------------~-->> Stop Smoking Now> Nicotrol will
help> <A
href=""><FONT face=Arial
size=2>http://us.click.yahoo.com/D0gGED/_pSDAA/ySSFAA/dkFolB/TM<FONT
face=Arial size=2>>
---------------------------------------------------------------------~->>
> > > Your use of Yahoo! Groups is subject to
<FONT face=Arial
size=2>http://docs.yahoo.com/info/terms/
> > >
|