PureBytes Links
Trading Reference Links
|
Hello,
You are using old version of AmiBroker that does not have
Param function.
Please use version 4.30 or higher.
Best regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
mrdavis9
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker tips
Sent: Monday, May 05, 2003 7:18 AM
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@xxxxxxxxx>
To: <<A
href="">mrdavis9@xxxxxxxxxx>
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
);Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
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 the Yahoo! Terms of Service.
|