PureBytes Links
Trading Reference Links
|
<SPAN
class=392124703-02032003>Brian,Tomasz posted this to the member section a while
ago......
<SPAN
class=392124703-02032003>
<FONT
color=#282828 size=2>
barvisible = Status(<FONT
size=2>"barvisible"<FONT
color=#0000ff>);
r = RSI( <FONT
size=2>14
);
maxr = LastValue( <FONT
size=2>Highest( IIf(
barvisible, r, 0<FONT color=#282828
size=2> ) ) );
minr = LastValue( <FONT
size=2>Lowest( IIf(
barvisible, r, 100<FONT color=#282828
size=2> ) ) );
ranr = maxr - minr;
Plot( r, <FONT color=#ff00ff
size=2>"RSI(14)", <FONT
color=#000000 size=2>colorRed
);
Plot( maxr , <FONT color=#ff00ff
size=2>"0%", <FONT color=#000000
size=2>colorGrey50 );<FONT
color=#0000ff size=2>
Plot( maxr - <FONT color=#ff00ff
size=2>0.236 * ranr, <FONT
color=#ff00ff size=2>"-23.6%", <FONT
color=#000000 size=2>colorPaleGreen
);
Plot( maxr - <FONT color=#ff00ff
size=2>0.382 * ranr, <FONT
color=#ff00ff size=2>"-38.2%", <FONT
color=#000000 size=2>colorPaleBlue
);
Plot( maxr - <FONT color=#ff00ff
size=2>0.50 * ranr, <FONT color=#ff00ff
size=2>"-50.0%", <FONT color=#000000
size=2>colorOrange );<FONT
color=#0000ff size=2>
Plot( maxr - <FONT color=#ff00ff
size=2>0.618 * ranr, <FONT
color=#ff00ff size=2>"-61.8%", <FONT
color=#000000 size=2>colorPaleBlue
);
Plot( minr , <FONT color=#ff00ff
size=2>"-100%", <FONT color=#000000
size=2>colorGrey50 );<FONT
color=#000000 size=2>
GraphXSpace = 3<FONT
color=#282828 size=2>;
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Brian Elijah
[mailto:cadvantag@xxxxxxxxxxxxxx]Sent: Saturday, March 01, 2003 10:25
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Fib of
RSI
Is it possible to create a indicator that uses
Fibonacci ratios of a indicator like RSI?
I got the idea from March 2003 Technical Analysis of Stock &
Commodities
<A
href="">http://www.traders.com/Documentation/FEEDbk_docs/Abstracts_new/Bucher/bucher.html
I was just curious if it could be done with
amibroker.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
ADVERTISEMENT
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.
|