PureBytes Links
Trading Reference Links
|
D=20;
X=RSI(D);
Y=RSI(D)*RSI(D)/100;
Plot(X,"RSI",1,1);Plot(Y,"RSI*RSI/100",4,1);
Plot(X-Y,"X-Y",2,8);
------=_NextPart_001_0008_01C26AB8.51CFE120
Content-Type: text/html;
charset="iso-8859-7"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-7" http-equiv=Content-Type>
<META content="MSHTML 5.00.3013.2600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>From the mathematical point of view, the function</FONT></DIV>
<DIV><FONT size=2>Y=X-(X^2/100)</FONT></DIV>
<DIV><FONT size=2>is a parabola with Ymax=25 when X=50.</FONT></DIV>
<DIV><FONT size=2>In real world, look at the ^NDX gif.</FONT></DIV>
<DIV><FONT size=2>Dimitris Tsokakis</FONT></DIV>
<DIV> </DIV>
<DIV><FONT
size=2>D=20;<BR>X=RSI(D);<BR>Y=RSI(D)*RSI(D)/100;<BR>Plot(X,"RSI",1,1);Plot(Y,"RSI*RSI/100",4,1);<BR>Plot(X-Y,"X-Y",2,8);</FONT></DIV></BODY></HTML>
------=_NextPart_001_0008_01C26AB8.51CFE120--
Attachment:
gif00454.gif
Attachment:
Description: "Description: GIF image"
|