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

The Unknown Future II



PureBytes Links

Trading Reference Links

/*FIBONACCI TIME PATTERN II*/
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);
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"); 

The red line detects significant lows, the yellow one detects significant 
highs.
In att. gif, tb-ta=20 days, 0.381*20=8 days, i. e. at C, i.e. 5 days ago.

Dimitris Tsokakis

------=_NextPart_001_0012_01C11CF2.50EDA720
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>If the </FONT><FONT size=2>"OCCURRED IN&nbsp; -5 DAYS" is 
strange, you may use</FONT></DIV>
<DIV><FONT size=2>the more friendly code</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>/*FIBONACCI TIME PATTERN II*/</FONT></DIV>
<DIV><FONT 
size=2>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>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 </FONT></DIV>
<DIV><FONT size=2>IN ","FIB 0.381 TIME OCCURRED 
")<BR>+writeval(abs(ft),format=1.0)+" DAYS"+writeif(ft&gt;=0,""," AGO"); 
</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>The red line detects significant lows, the yellow one detects 
significant </FONT></DIV>
<DIV><FONT size=2>highs.</FONT></DIV>
<DIV><FONT size=2>In att. gif, tb-ta=20 days, 0.381*20=8 days, i. e. at C, i.e. 
5 days ago.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Dimitris Tsokakis</FONT></DIV></BODY></HTML>

------=_NextPart_001_0012_01C11CF2.50EDA720--

Attachment:
gif00095.gif

Attachment: Description: "Description: GIF image"