PureBytes Links
Trading Reference Links
|
Well I guess the third time wasn't the charm.
My bad.
The following cures the synatx error:
cross(ref(L,-1),ref(bbandtop( close, 10, E, 3 ),-1))
and L > bbandtop( close, 10, E, 3 )
I still think this is closer to what you may want
Cross(Ref(C,-1),Ref(BBandTop( CLOSE, 10, E, 2 ),-1))
AND
C>BBandTop( CLOSE, 10, E, 2 )
Sorry.
lseldin wrote:
> Ron,
>
> I am getting a syntax error on this:
>
> cross(ref(L,-1),ref(bbandtop( close, 10, E, 3 ))
> and L > bbandtop( close, 10, E, 3 )
>
> Could you please tell me what part of the syntax to change...
>
> 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>
>
>
>
> 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/
|