PureBytes Links
Trading Reference Links
|
------=_NextPart_001_0012_01C12A54.A157F480
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 face=Arial size=2>Dear Tomasz,</FONT></DIV>
<DIV><FONT face=Arial size=2>The following code detects as first peak point
A.</FONT></DIV>
<DIV><FONT face=Arial size=2>Any idea?</FONT></DIV>
<DIV><FONT face=Arial size=2>The full code is:</FONT></DIV>
<DIV><FONT face=Arial
size=2>KUP=EMA((H+L+C)/3,10)+EMA(H-L,10);<BR>KDOWN=EMA((H+L+C)/3,10)-EMA(H-L,10);<BR>K=EMA((H+L+C)/3,10);<BR>S1=2*(K-REF(K,-1))/(K+REF(K,-1));<BR>RS=100*EMA(S1,3);<BR>X=CUM(1);<BR>PER=10;<BR>endvalue1
= lastvalue( peak(RS,per, 1 ) );<BR>startvalue1 = lastvalue( peak(RS,per, 2 )
);<BR>GRAPH0=RS;<BR>graph0color=8;<BR>graph1=STARTVALUE1;<BR>graph2=endvalue1;<BR>graph2style=1;<BR>GRAPH1BARCOLOR=GRAPH2BARCOLOR=8;</FONT></DIV>
<DIV><FONT face=Arial size=2>The target is automatic Relative Slope
Divergence</FONT></DIV>
<DIV><FONT face=Arial size=2>Detection. I think that this property joined with
the</FONT></DIV>
<DIV><FONT face=Arial size=2>respective Stochastic Divergence will givethe
most</FONT></DIV>
<DIV><FONT face=Arial size=2>reliable criterion for a change of
trend.</FONT></DIV>
<DIV><FONT face=Arial size=2>I met the above problem in many
stocks.</FONT></DIV>
<DIV><FONT face=Arial size=2>Thank you in advance for your reply.</FONT></DIV>
<DIV><FONT face=Arial size=2>Dimitris Tsokakis</FONT></DIV></BODY></HTML>
------=_NextPart_001_0012_01C12A54.A157F480--
Attachment:
gif00140.gif
Attachment:
Description: "Description: GIF image"
|