[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] RSI relations



PureBytes Links

Trading Reference Links


true at the limits, however, Dimitris' observation, easily 
illustrated by "indicating" with:
 
t = 
10;A=RSI(t)*RSI(t)/100;B=RSI(t)-25;Plot(RSI(t)*RSI(t)/100,"test",colorRed,styleLine);Plot(RSI(t)-25,"test2",colorBlue,styleLine);
//Plot(A-B,"test2",colorYellow,styleLine);
 
Will convince you that the observation is not the result of 
too much Ouzo.
 
Cheers,
 
Richard
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
Bob Jagow 

To: <A title=amibroker@xxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Wednesday, October 02, 2002 3:09 
PM
Subject: RE: [amibroker] RSI 
relations

Intriging, 
Dimitris.
Note, however, that 
it's not a secret of the universe - <FONT face="Courier New" 
color=#000000>RSI(t)*RSI(t)/100 always ranges from 0 to 100, but 
RSI(t)-25 ranges from -25 to 75.
 
<FONT 
face="Courier New">Bob 

<FONT face=Tahoma 
size=2>-----Original Message-----From: DIMITRIS TSOKAKIS 
[mailto:TSOKAKIS@xxxx]Sent: Wednesday, October 02, 2002 
12:16 PMTo: <A 
href="">amibroker@xxxxxxxxxxxxxxxSubject: 
[amibroker] RSI relationsDoes anybody can givea 
qualitative explanation whyRSI(t)*RSI(t)/100 is mostly equal to 
RSI(t)-25 for any t and for any stock ?Dimitris Tsokakis 
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. 
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.