PureBytes Links
Trading Reference Links
|
Most likely he is using an "old" version so "param" is not yet in. ;)
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> If you copy and paste from emails sometimes formatting carries with
it and
> AB does not recognize the character. I have found the double
apostrophes
> particular susceptible. Try replacing them in the formula in AB.
>
>
>
> Cheers,
> Graham
>
> <http://groups.msn.com/ASXShareTrading>
> http://groups.msn.com/ASXShareTrading
>
> <http://groups.msn.com/FMSAustralia>
http://groups.msn.com/FMSAustralia
>
> -----Original Message-----
> From: mrdavis9 [mailto:mrdavis9@x...]
> Sent: Monday, 5 May 2003 1:18 PM
> To: amibroker tips
> Subject: [amibroker] ERROR IN RSI 50 CROSS
>
>
>
> Cuchi, I am very new at using Amibroker. I was not successful when
I
> searched help for the error code that I got when I pasted this
code that
> you so generously posted. I am going to try and attach a
screenshot of the
> error, but in case it doesn't work, the error said " Unknown
identifier
> in line: n=param ( ". Ron D
>
>
>
>
>
> ----- Original Message -----
>
> From: <quchi@xxxx>
>
> To: <mrdavis9@xxxx>
>
> Sent: Sunday, May 04, 2003 11:13 PM
>
> Subject: RSI 50 Cross
>
>
>
> > enjoy
> > for IB
> >
> > //RSI-50
> > n=Param( "n", 14, 5, 50, 1 );
> > r=RSI(n)-50;
> > Plot(r,"",IIf(r<0, 4,5),2,styleHistogram);
> > //Plot (r,"RSI",4,2);
> > Plot (r,"RSI-50 ",7,1);
> > color=IIf (r>0,colorGreen,IIf (r<0,colorRed,0));
> > Plot(5,"ribbon",color,styleOwnScale|styleArea|styleNoLabel, -0.5,
100 );
>
>
>
>
>
>
> Yahoo! Groups Sponsor
>
>
>
>
>
>
<http://rd.yahoo.com/M=247865.3003379.4507215.1261774/D=egroupweb/S=17
056321
> 98:HM/A=1482387/R=0/*http:/ads.x10.com/?
bHlhaG9vaG0xLmRhd=1052111896%3eM=247
>
865.3003379.4507215.1261774/D=egroupweb/S=1705632198:HM/A=1482387/R=1=
105211
> 1896%
3eM=247865.3003379.4507215.1261774/D=egroupweb/S=1705632198:HM/A=14823
8
> 7/R=2>
>
>
>
> <http://us.adserver.yahoo.com/l?
M=247865.3003379.4507215.1261774/D=egroupmai
> l/S=:HM/A=1482387/rand=651165172>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/> .
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/O10svD/Me7FAA/uetFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|