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

The Unknown Future, graphs



PureBytes Links

Trading Reference Links

maxgraph=10;
p1=peak(h,10,1);
v1=valuewhen(p1!=ref(p1,-1),cum(1),1);
tr1=trough(l,10,1);
v2=valuewhen(tr1!=ref(tr1,-1),cum(1),1);
dt=v2-v1;
ft=v2+0.381*dt-cum(1);
FD=iif(int(ft)==0,p1,0.95*l);
graph3=FD;
graph3style=2;
graph3barcolor=iif(FD>c,8,0);
graph1=c;
graph1style=64;
/*graph0=zig(l,10);
graph2=zig(h,10);
graph2style=1;
GRAPH2BARCOLOR=7;*/
title=writeif(ft>=0,"FIB 0.381 TIME WILL OCCUR IN ","FIB 0.381 TIME OCCURRED ")
+writeval(abs(ft),format=1.0)+" DAYS"+writeif(ft>=0,""," AGO");
graphxspace=0.5;

Since in example gif descending days were 20, we expect a Fibonacci time 7.62 days later.
In your daily graph you will have a green vertical line at day 7 and at day8.
The magnitude of the green line is equal to the last significant peak.
If you erase /* and */ you will also have peak and trough detection.
The green lines will appear automatically on your graph one day before the event.

Dimitris Tsokakis

------=_NextPart_001_000C_01C11D28.BF9820C0
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>Besides the warning or informing title, if you want to see in 
your</FONT></DIV>
<DIV><FONT size=2>chart automatically drawn the 0.381 time retracement line, 
you</FONT></DIV>
<DIV><FONT size=2>may use the code</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT 
size=2>maxgraph=10;<BR>p1=peak(h,10,1);<BR>v1=valuewhen(p1!=ref(p1,-1),cum(1),1);<BR>tr1=trough(l,10,1);<BR>v2=valuewhen(tr1!=ref(tr1,-1),cum(1),1);<BR>dt=v2-v1;<BR>ft=v2+0.381*dt-cum(1);<BR>FD=iif(int(ft)==0,p1,0.95*l);<BR>graph3=FD;<BR>graph3style=2;<BR>graph3barcolor=iif(FD&gt;c,8,0);<BR>graph1=c;<BR>graph1style=64;<BR>/*graph0=zig(l,10);<BR>graph2=zig(h,10);<BR>graph2style=1;<BR>GRAPH2BARCOLOR=7;*/<BR>title=writeif(ft&gt;=0,"FIB 
0.381 TIME WILL OCCUR IN ","FIB 0.381 TIME OCCURRED 
")<BR>+writeval(abs(ft),format=1.0)+" DAYS"+writeif(ft&gt;=0,""," 
AGO");<BR>graphxspace=0.5;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Since in example gif descending days were 20, we expecta 
Fibonacci&nbsp;time 7.62 days later.</FONT></DIV>
<DIV><FONT size=2>In your daily graph you will have a green vertical lineat day 
7 and at day 8.</FONT></DIV>
<DIV><FONT size=2>The magnitude of the green line is equal to the last 
significant peak.</FONT></DIV>
<DIV><FONT size=2>If you erase /* and */ you will also have peak and trough 
detection.</FONT></DIV>
<DIV><FONT size=2>The green lines will appear automatically on your graphone 
day before the event.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Dimitris Tsokakis</FONT></DIV></BODY></HTML>

------=_NextPart_001_000C_01C11D28.BF9820C0--

Attachment:
gif00097.gif

Attachment: Description: "Description: GIF image"