PureBytes Links
Trading Reference Links
|
Dratio=500*(H-L)/(H+L);
Dratio5=DEMA(Dratio,5);
Dratio10=DEMA(Dratio,10);
Dratio15=DEMA(Dratio,15);
Dratio20=DEMA(Dratio,20);
AddToComposite(Dratio5,"~Dratio5","C");
AddToComposite(Dratio10,"~Dratio10","C");
AddToComposite(Dratio15,"~Dratio15","C");
AddToComposite(Dratio20,"~Dratio20","C");
AddToComposite(1,"~COUNT","V");
Buy=0;
and in Indicator Builder paste the
d5=Foreign("~Dratio5","c")/Foreign("~count","v");
d10=Foreign("~Dratio10","c")/Foreign("~count","v");
d15=Foreign("~Dratio15","c")/Foreign("~count","v");
d20=Foreign("~Dratio20","c")/Foreign("~count","v");
Plot(d5,"",1,1);
Plot(d10,"",2,1);
Plot(d15,"",4,1);
Plot(d20,"",7,1);
GraphXSpace=2;
------=_NextPart_001_001B_01C21B88.8D3295C0
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>At the first sight D-ratio seems to be depended on each
stock.</FONT></DIV>
<DIV><FONT size=2>Further examination proves the opposite.</FONT></DIV>
<DIV><FONT size=2>Clear peaks [SELL points] and troughs [BUY points] for the
whole market appear with unimportant delays.</FONT></DIV>
<DIV><FONT size=2>Enjoy among the others the double peak of last September
[point P4] and the respective troughs T3 and T4.</FONT></DIV>
<DIV><FONT size=2>The apparent directionality is, [for me] once again, more than
expected.</FONT></DIV>
<DIV><FONT size=2>For the composites run the</FONT></DIV>
<DIV><FONT face=Verdana size=2> </DIV><FONT face="Times New Roman">
<DIV>Dratio=</FONT><FONT size=2>500</FONT></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">*(H-L)/(H+L);</FONT></DIV><FONT face="Times New Roman">
<DIV>Dratio5=</FONT><FONT size=2>DEMA</FONT></FONT><FONT
size=2>(Dratio,</FONT><FONT size=2>5</FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">);</FONT></DIV><FONT face="Times New Roman">
<DIV>Dratio10=</FONT><FONT size=2>DEMA</FONT></FONT><FONT
size=2>(Dratio,</FONT><FONT size=2>10</FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">);</FONT></DIV><FONT face="Times New Roman">
<DIV>Dratio15=</FONT><FONT size=2>DEMA</FONT></FONT><FONT
size=2>(Dratio,</FONT><FONT size=2>15</FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">);</FONT></DIV><FONT face="Times New Roman">
<DIV>Dratio20=</FONT><FONT size=2>DEMA</FONT></FONT><FONT
size=2>(Dratio,</FONT><FONT size=2>20</FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">);</FONT></DIV></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">
<DIV>AddToComposite</FONT><FONT size=2>(Dratio5,</FONT><FONT
size=2>"~Dratio5"</FONT><FONT size=2>,</FONT><FONT size=2>"C"</FONT><FONT
face=Verdana size=2></FONT><FONT
face="Times New Roman">);</FONT></DIV></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">
<DIV>AddToComposite</FONT><FONT size=2>(Dratio10,</FONT><FONT
size=2>"~Dratio10"</FONT><FONT size=2>,</FONT><FONT size=2>"C"</FONT><FONT
face=Verdana size=2></FONT><FONT
face="Times New Roman">);</FONT></DIV></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">
<DIV>AddToComposite</FONT><FONT size=2>(Dratio15,</FONT><FONT
size=2>"~Dratio15"</FONT><FONT size=2>,</FONT><FONT size=2>"C"</FONT><FONT
face=Verdana size=2></FONT><FONT
face="Times New Roman">);</FONT></DIV></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">
<DIV>AddToComposite</FONT><FONT size=2>(Dratio20,</FONT><FONT
size=2>"~Dratio20"</FONT><FONT size=2>,</FONT><FONT
size=2>"C"</FONT></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">);</FONT></FONT></DIV>
<DIV><FONT size=2>AddToComposite(1,"~COUNT","V"<FONT face=Verdana><FONT
face="Times New Roman">);</FONT></FONT></FONT></DIV><FONT face=Verdana><FONT
size=2>
<DIV></FONT><FONT face="Times New Roman">Buy=</FONT></FONT><FONT
size=2>0</FONT><FONT size=2>;</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>and in Indicator Builder paste the</FONT></DIV>
<DIV><FONT face=Verdana size=2><FONT face=Verdana size=2> </DIV><FONT
face="Times New Roman">
<DIV>d5=</FONT><FONT size=2>Foreign</FONT></FONT><FONT
face="Times New Roman"><FONT size=2>(</FONT><FONT size=2>"~Dratio5"</FONT><FONT
size=2>,</FONT><FONT size=2>"c"</FONT><FONT size=2>)/</FONT><FONT
size=2>Foreign</FONT></FONT><FONT face="Times New Roman"><FONT
size=2>(</FONT><FONT size=2>"~count"</FONT><FONT size=2>,</FONT><FONT
size=2>"v"</FONT></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">);</FONT></DIV><FONT face="Times New Roman">
<DIV>d10=</FONT><FONT size=2>Foreign</FONT></FONT><FONT
face="Times New Roman"><FONT size=2>(</FONT><FONT size=2>"~Dratio10"</FONT><FONT
size=2>,</FONT><FONT size=2>"c"</FONT><FONT size=2>)/</FONT><FONT
size=2>Foreign</FONT></FONT><FONT face="Times New Roman"><FONT
size=2>(</FONT><FONT size=2>"~count"</FONT><FONT size=2>,</FONT><FONT
size=2>"v"</FONT></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">);</FONT></DIV><FONT face="Times New Roman">
<DIV>d15=</FONT><FONT size=2>Foreign</FONT></FONT><FONT
face="Times New Roman"><FONT size=2>(</FONT><FONT size=2>"~Dratio15"</FONT><FONT
size=2>,</FONT><FONT size=2>"c"</FONT><FONT size=2>)/</FONT><FONT
size=2>Foreign</FONT></FONT><FONT face="Times New Roman"><FONT
size=2>(</FONT><FONT size=2>"~count"</FONT><FONT size=2>,</FONT><FONT
size=2>"v"</FONT></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">);</FONT></DIV><FONT face="Times New Roman">
<DIV>d20=</FONT><FONT size=2>Foreign</FONT></FONT><FONT
face="Times New Roman"><FONT size=2>(</FONT><FONT size=2>"~Dratio20"</FONT><FONT
size=2>,</FONT><FONT size=2>"c"</FONT><FONT size=2>)/</FONT><FONT
size=2>Foreign</FONT></FONT><FONT face="Times New Roman"><FONT
size=2>(</FONT><FONT size=2>"~count"</FONT><FONT size=2>,</FONT><FONT
size=2>"v"</FONT></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">);</FONT></DIV></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">
<DIV>Plot</FONT><FONT size=2>(d5,</FONT><FONT size=2>""</FONT><FONT
size=2>,</FONT><FONT size=2>1</FONT><FONT size=2>,</FONT><FONT
size=2>1</FONT></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">);</FONT></DIV></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">
<DIV>Plot</FONT><FONT size=2>(d10,</FONT><FONT size=2>""</FONT><FONT
size=2>,</FONT><FONT size=2>2</FONT><FONT size=2>,</FONT><FONT
size=2>1</FONT></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">);</FONT></DIV></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">
<DIV>Plot</FONT><FONT size=2>(d15,</FONT><FONT size=2>""</FONT><FONT
size=2>,</FONT><FONT size=2>4</FONT><FONT size=2>,</FONT><FONT
size=2>1</FONT></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">);</FONT></DIV></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">
<DIV>Plot</FONT><FONT size=2>(d20,</FONT><FONT size=2>""</FONT><FONT
size=2>,</FONT><FONT size=2>7</FONT><FONT size=2>,</FONT><FONT
size=2>1</FONT></FONT><FONT face=Verdana size=2><FONT
face="Times New Roman">);</FONT></DIV><FONT face="Times New Roman">
<DIV>GraphXSpace=</FONT><FONT size=2>2</FONT><FONT face=Verdana
size=2></FONT><FONT face="Times New Roman">;</FONT></DIV>
<DIV></FONT></FONT> </DIV></BODY></HTML>
------=_NextPart_001_001B_01C21B88.8D3295C0--
Attachment:
gif00369.gif
Attachment:
Description: "Description: GIF image"
|