PureBytes Links
Trading Reference Links
|
<x-html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META content="MSHTML 5.00.3103.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#dfffff>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=457253411-14092000>Your
FLOAT Volume comes VERY close. Great work !!! What about if you do
this.</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN
class=457253411-14092000></SPAN></FONT> </DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=457253411-14092000><FONT
face=Arial size=2>Float:=Input("# shares :
",1,1000000000,1600000);<BR>BinFloat:=If((VOLUME + PREV) >=
Float,1,-1);<BR>BinFloat;</FONT></SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN
class=457253411-14092000></SPAN></FONT> </DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN
class=457253411-14092000></SPAN></FONT> </DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=457253411-14092000>Or
maybe it is important to enter a start period on the basis A.J. Maas has given
us a couple of mails ago.</SPAN></FONT></DIV>
<DIV><SPAN class=457253411-14092000></SPAN><FONT size=2><FONT
color=#0000ff><FONT face=Arial>A<SPAN class=457253411-14092000>lso I believe the
Float number changes over time so it would be incorrect to use the same Float
number all the time. It is only valuable from the days you start till the
Float number of shares have been reached, after that it would be correct to use
the same Float numbers (or you had to use historical Float data). I hope
you understand what I want to say. If we could figure out how to
make an Float index who gives the actual time periods from today till Float
number of shares have been reached, then we could use this numbers to create a X
day Highest high and lowest low.</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT size=2><FONT color=#0000ff><FONT face=Arial><SPAN
class=457253411-14092000></SPAN></FONT></FONT></FONT> </DIV>
<DIV><FONT size=2><FONT color=#0000ff><FONT face=Arial><SPAN
class=457253411-14092000>Mickey</SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT size=2><FONT color=#0000ff><FONT face=Arial><SPAN
class=457253411-14092000></SPAN></FONT></FONT></FONT> </DIV>
<DIV><FONT size=2><FONT color=#0000ff><FONT face=Arial><SPAN
class=457253411-14092000></SPAN></FONT></FONT></FONT> </DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px">
<DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B>
owner-metastock@xxxxxxxxxxxxx [mailto:owner-metastock@xxxxxxxxxxxxx]<B>On
Behalf Of </B>jhmtn<BR><B>Sent:</B> donderdag 14 september 2000
0:39<BR><B>To:</B> metastock@xxxxxxxxxxxxx<BR><B>Subject:</B> Volume Float
Indicator<BR><BR></DIV></FONT>
<DIV><FONT face=Arial size=2>Here's my attempt at creating a Volume Float
Indicator. Here is the code for the 3 indicators shown on the attached
gif:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>!MY - Binary Float</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Float:=Input("# shares :
",1,1000000000,1600000);<BR>BinFloat:=If((VOLUME + Ref(VOLUME,-1)+PREV) >=
Float,1,-1);<BR>BinFloat;<BR>-----------------------------------------------------------</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>!MY - Float Volume</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Float:=Input("# shares :
",1,1000000000,1600000);</FONT></DIV>
<DIV><FONT face=Arial size=2>floatSum:=If((V + PREV) >= Float, V,
V+PREV);<BR>floatSum;<BR>-----------------------------------------------------------</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>!MY - Float Volume-2</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Float:=Input("# shares :
",1,1000000000,1600000);</FONT></DIV>
<DIV><FONT face=Arial size=2>floatSum:=If(((V + PREV) =
Float),<BR> 0,
<BR> (If((V + PREV) >
Float,<BR> (V -
(Float -
PREV)),<BR> (V +
PREV))));<BR>floatSum; </FONT></DIV>
<DIV><FONT face=Arial
size=2>----------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The variation # 2 in the float volume
indicator attempts to remove the volume from the volume float summation that
it takes to get to the float.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The binary attempt doesn't seem to work
correctly, but I'm not sure how to correct it as it sems to work some
times.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The vertical blue lines are set to dates that
show float turnover as day 1 from the XL spreadsheet analysis I performed on
VNTR.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The horizontal blue lines are set to dates that
show a recent price channel at at a recent low.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Anyon have any thoughts on how to improve these
results?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>John</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BLOCKQUOTE></BODY></HTML>
</x-html>
|