PureBytes Links
Trading Reference Links
|
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.
<font size=3 color=teal
face="Times New Roman">Cheers,
Graham
<font size=2
color="#339966" face="Times New Roman"><font
color="#339966">http://groups.msn.com/ASXShareTrading
<font size=2
color="#339966" face="Times New Roman"><font
color="#339966">http://groups.msn.com/FMSAustralia
<span
>-----Original Message-----
From: mrdavis9
[mailto:mrdavis9@xxxxxxxxxx]
Sent: Monday, 5 May 2003 1:18 PM
To: amibroker tips
Subject: [amibroker] ERROR IN RSI
50 CROSS
<font size=2
face="Times New Roman">
<font size=2
face="Times New Roman">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
<font size=2
face="Times New Roman">
<font size=2
face="Times New Roman">
<font size=2
face="Times New Roman">----- Original Message
-----
<font size=2
face="Times New Roman">From: <<a
href="">quchi@xxxxxxxxx>
<font size=2
face="Times New Roman">To: <<a
href="">mrdavis9@xxxxxxxxxx>
<font size=2
face="Times New Roman">Sent: Sunday, May 04,
2003 11:13 PM
<font size=2
face="Times New Roman">Subject: RSI 50 Cross
<font size=2
face="Times New Roman">
<font size=2
face="Times New Roman">> 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 );
<font size=2
face="Times New Roman">
Send
BUG REPORTS to bugs@xxxxxxxxxxxxx<span
>
Send 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.
|