PureBytes Links
Trading Reference Links
|
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
);
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.
Attachment:
Er RSI 50 Cross.zip
Attachment:
Description: "Description: Zip compressed data"
|