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

Continuation Pattern



PureBytes Links

Trading Reference Links

Dimitris Tsokakis

------=_NextPart_001_0010_01C125AC.06DAF4E0
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>The following experimental code, based on Relative 
Slope,</FONT></DIV>
<DIV><FONT face=Arial size=2>gave interesting bulish continuation 
signals.</FONT></DIV>
<DIV><FONT face=Arial size=2>Test it to make it better.</FONT></DIV>
<DIV><FONT face=Arial size=2>/*Continuation*/</FONT></DIV>
<DIV><FONT face=Arial 
size=2>K=EMA((H+L+C)/3,10);<BR>S1=2*(K-REF(K,-1))/(K+REF(K,-1));<BR>rrs=100*EMA(S1,3);<BR>rs=ema(rrs,3);<BR>s3=RS&gt;REF(RS,-1) 
</FONT></DIV>
<DIV><FONT face=Arial size=2>AND REF(RS,-1)&lt;REF(RS,-2) </FONT></DIV>
<DIV><FONT face=Arial size=2>AND REF(RS,-1)&lt;=LLV(RS,5) </FONT></DIV>
<DIV><FONT face=Arial size=2>AND REF(RS,-1)&gt;-0.5 </FONT></DIV>
<DIV><FONT face=Arial size=2>AND REF(RS,-1)&lt;0.5; 
<BR>filter=s3&gt;0;<BR>buy=filter;<BR>numcolumns=1;<BR>column0=c;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Dimitris Tsokakis</FONT></DIV></BODY></HTML>

------=_NextPart_001_0010_01C125AC.06DAF4E0--

Attachment:
gif00133.gif

Attachment: Description: "Description: GIF image"