PureBytes Links
Trading Reference Links
|
Dick,
Not sure what you are looking for but this may be a start. You can
change "per" to your liking:
per=3;
P=Cum(PeakBars(H,per)==0);
T=Cum(TroughBars(L,per)==0);
Filter=1;
AddColumn(P,"# of Peaks",1.0);
AddColumn(T,"# of Troughs",1.0);
AddTextColumn(WriteIf(Column0!=Column1,"*","")," * ");
John
--- In amibroker@xxxxxxxxxxxxxxx, "areehoi" <hoierman@xxxx> wrote:
>
> YES, also files section ... nothing there.
>
> Dick H
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Christoper" <turkey@xxxx> wrote:
> >
> > Have you looked in the afl library?
> >
> > http://www.amibroker.com/library/list.php
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "areehoi" <hoierman@xxxx> wrote:
> > >
> > > Hi all,
> > > Has anyone developed an Exploration or Scan to search a
database
> for
> > > what is commonly referred to as "rolling stocks"? Also known
as
> > > channeling stocks, I found a number of web sites that for a fee
> will
> > > provide you data on such stocks. Basically they are stocks
whose
> > > prices cycle on a fairly consistent basis within a predictable
> > > channel over a period of weeks and/or months. They make
> excellent
> > > candidates for swing traders. Some of you may recall Wade Cook
> > > pushed this area of trading in his hey day. I have a database
of
> > > 6,000 stocks and would like to screen for such stocks with an
> > > exploration. Any formulas or ideas will be most welcome.
> > >
> > > Dick H.
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|