PureBytes Links
Trading Reference Links
|
Thank You Jayson & Tomasz!!
Continually amazed by amibroker and the amibroker
community!!
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=jcasavant@xxxxxxxxxxxx
href="">Jayson
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, March 01, 2003 9:49
PM
Subject: RE: [amibroker] Fib of RSI
<SPAN
class=392124703-02032003>Brian,Tomasz posted this to the member section a
while ago......
<SPAN
class=392124703-02032003>
<SPAN
class=392124703-02032003> <FONT
color=#0000ff>
barvisible = Status(<FONT
size=2>"barvisible"<FONT
color=#0000ff>);
r = RSI( <FONT
size=2>14
);
maxr = LastValue( <FONT
size=2>Highest( IIf<FONT
size=2>( barvisible, r, 0<FONT color=#282828
size=2> ) ) );
minr = LastValue( <FONT
size=2>Lowest( IIf<FONT
size=2>( 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%",
colorPaleGreen<FONT
color=#282828 size=2> );
Plot( maxr - <FONT color=#ff00ff
size=2>0.382 * ranr, <FONT
color=#ff00ff size=2>"-38.2%",
colorPaleBlue<FONT
color=#282828 size=2> );
Plot( maxr - <FONT color=#ff00ff
size=2>0.50 * ranr, <FONT
color=#ff00ff size=2>"-50.0%",
colorOrange<FONT color=#282828
size=2> );
Plot( maxr - <FONT color=#ff00ff
size=2>0.618 * ranr, <FONT
color=#ff00ff size=2>"-61.8%",
colorPaleBlue<FONT
color=#282828 size=2> );
Plot( minr , <FONT color=#ff00ff
size=2>"-100%", <FONT
color=#000000 size=2>colorGrey50
);
GraphXSpace = <FONT
size=2>3<FONT
color=#0000ff>;
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?<FONT face=Arial
size=2>
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.
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.
|