PureBytes Links
Trading Reference Links
|
I think the following code works:
cross(ref(L,-1),ref(bbandtop( close, 10, E, 3 ))
and
L>bbandtop( close, 10, E, 3 )
As before replace L with C if you just want the close above.
Ron wrote:
> try
>
> BarsSince(Cum(1)=1 OR L< bbandtop( close, 10, E, 3 ))>=2
> This should find stocks where L has been above the upper band for at
> least 2 days. Remove the last > for exactley 2 days. The whole bar is
> outside the band. If you want just the close to be outside the band
> replace the L with C.
>
> I believe the CUM(1)=1 OR syntax was suggested by Roy when using the
> Barssince function.
>
> Ron
>
> lseldin wrote:
>
> > I have found the syntax for Bollinger Bands to be this.
> >
> > bbandbot( close, 10, E, 3 )
> > and
> > bbandtop( close, 10, E, 3 )
> >
> > I am looking how to do an explorer where the price bar closes out of
> > the bands for 2 days. Meaning that the price bars are not located
> > inside the bands, but on the outside of the bands.
> >
> > So I would like to enter the trade, on the 3rd day.
> >
> > Thanks much,
> >
> > larry@xxxxxxxxxx
> >
> >
> > Yahoo! Groups Sponsor
> >
> <http://rd.yahoo.com/M=259395.3614674.4902533.1261774/D=egroupweb/S=1705001779:HM/A=1524963/R=0/SIG=12o885gmo/*http://hits.411web.com/cgi-bin/autoredir?camp=556&lineid=3614674&prop=egroupweb&pos=HM
> <http://rd.yahoo.com/M=259395.3614674.4902533.1261774/D=egroupweb/S=1705001779:HM/A=1524963/R=0/SIG=12o885gmo/*http://hits.411web.com/cgi-bin/autoredir?camp=556&lineid=3614674&prop=egroupweb&pos=HM>>
>
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > Metastockusers-unsubscribe@xxxxxxxxxxx
> >
> >
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> > <http://docs.yahoo.com/info/terms/>.
>
>
>
> Yahoo! Groups Sponsor
> <http://rd.yahoo.com/M=259395.3614674.4902533.1261774/D=egroupweb/S=1705001779:HM/A=1524963/R=0/SIG=12o885gmo/*http://hits.411web.com/cgi-bin/autoredir?camp=556&lineid=3614674&prop=egroupweb&pos=HM>
>
>
>
> To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|