PureBytes Links
Trading Reference Links
|
Ara accidentally hit the wrong key on his keyboard. This is a corrected
version Buy = High > Ref(HHV(High, 30), -1);
> > Sell = 0; Compare this version to your version, and you will note that
a comma has been added between a parenthesis and the minus sign. Ron D
----- Original Message -----
From: "Ara Kaloustian" <ara1@xxxxxxxxxx>
To: "AB-Main" <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, July 05, 2004 10:37 AM
Subject: Re: [amibroker] missing arguments
> You need a "'" after 30)
>
> Ref(X,-1);
>
> ----- Original Message -----
> From: <dorzfn@xxxxxxxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Monday, July 05, 2004 7:29 AM
> Subject: [amibroker] missing arguments
>
>
> > hello, a very basic question im sure but , in this code I'm getting
> > the error message "missing arguments"
> >
> >
> > Buy = High > Ref(HHV(High, 30) -1);
> > Sell = 0;
> >
> >
> >
> > thank you in advance for any correction to this code , phil
> >
> >
> >
> >
> > 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
> >
> >
> >
> >
> >
>
>
>
>
>
> 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
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/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/
|