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

Re: [technifilter] Fibonachi Lines



PureBytes Links

Trading Reference Links

<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2722.2800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>I can give you the link(see an older mail below), where you 
can find a few simple put examples and</FONT></DIV>
<DIV><FONT size=2>simple put write ups </FONT><FONT size=2>on </FONT><FONT 
size=2>mediocre Hocus Pocus that are put there for the Art &amp; Design world 
</FONT><FONT size=2>and</FONT></DIV>
<DIV><FONT size=2>can give </FONT><FONT size=2>you the </FONT><FONT 
size=2>formulas in MetaStock format for the Modern Day's </FONT><FONT 
size=2>decimalic Fractal Retracements</FONT></DIV>
<DIV><FONT size=2>{just translate them over to TFP}.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>The Decimal </FONT><FONT size=2>System is (nowadays) the 
common (Accounting) </FONT><FONT size=2>standard for calculations 
in&nbsp;</FONT><FONT size=2>the&nbsp;</FONT><FONT size=2>finance</FONT></DIV>
<DIV><FONT size=2>world (and in the 'common' world), </FONT><FONT size=2>eg 
</FONT><FONT size=2>the ancient by the Romans developped </FONT><FONT 
size=2>Gallons &amp; </FONT><FONT size=2>Pounds</FONT></DIV>
<DIV><FONT size=2>"</FONT><FONT size=2>12 divisery-steps&nbsp;</FONT><FONT 
size=2>calculation </FONT><FONT size=2>method(s)" has long ago been replaced by 
</FONT><FONT size=2>the </FONT><FONT size=2>Decimal System's&nbsp;10 
steps</FONT><FONT size=2>,</FONT></DIV>
<DIV><FONT size=2>and&nbsp;therefore too its fractions </FONT><FONT 
size=2>(which are still used on </FONT><FONT size=2>some Exchange 
qoutes).</FONT></DIV>
<DIV><BR><FONT size=2>Like noted before on the MetaStock list, I would also 
prefer to see a user definable Retracement Tool, eg</FONT></DIV>
<DIV><FONT size=2>one replacing the irrelivant clumpsy Retracement-tool that is 
currently available in v6xx.<BR><BR>For my preferences then, I would like to 
enable it to give lines @&nbsp;the Decimal-levels:</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp; 0 &nbsp; 12.5 &nbsp; 25&nbsp;&nbsp; 33.3 &nbsp; 
50&nbsp;&nbsp; 66.7&nbsp;&nbsp; 75&nbsp;&nbsp; 87.5&nbsp;&nbsp; 100&nbsp;&nbsp; 
112.5&nbsp;&nbsp; 125&nbsp;&nbsp;&nbsp; 133.3&nbsp;&nbsp;&nbsp; 150&nbsp;&nbsp; 
etc.</FONT></DIV>
<DIV><FONT size=2>and meating up with the equivelant fractals</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp; 
0&nbsp;&nbsp;&nbsp;&nbsp;1/8&nbsp;&nbsp;&nbsp;1/4&nbsp;&nbsp;&nbsp; 
1/3&nbsp;&nbsp;&nbsp;1/2&nbsp;&nbsp; 2/3&nbsp;&nbsp;&nbsp; 3/4&nbsp;&nbsp; 
7/8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1 
1/8&nbsp;&nbsp;&nbsp;1 1/4&nbsp;&nbsp; 1 1/3&nbsp;&nbsp; &nbsp;1 
1/2</FONT></DIV>
<DIV><FONT size=2>and having "optional" checkboxes (eg to switch some of the 
lines on and off, from time to time, for better</FONT></DIV>
<DIV><FONT size=2>chart readability).<BR><BR>
<DIV>Regards,<BR>Ton Maas<BR><A 
href="mailto:ms-irb@xxxxxxxxxxxxxxxx";>ms-irb@xxxxxxxxxxxxxxxx</A><BR>Dismiss the 
".nospam" bit (including the dot) when replying.<BR>Homepage&nbsp; <A 
href="http://home.planet.nl/~anthmaas";>http://home.planet.nl/~anthmaas</A></DIV>
<DIV>&nbsp;</DIV></DIV></FONT>
<DIV><FONT 
size=2>===============================================================</FONT></DIV>
<DIV><FONT size=2>(for use in MetaStock v6.5)</FONT></DIV>
<DIV><FONT 
size=2>-----------------------------------------------------------------------------------------------<BR>FRACTAL 
RETRACEMENTS - Ton Maas (MsIRB) - the 
Netherlands.<BR>-----------------------------------------------------------------------------------------------<BR>{statistical 
retracements levels based on the decimal<BR>system (0,1,5,10,20,30.........) 
including decimaly<BR>divided fractions (1/4,1/3,1/2,2/3,3/4.......). In 
MetaStock,<BR>just provide the High (and Low) for the last or previous<BR>made 
trend or rally. Calculation is made from<BR>TOP..to..BOTTOM (down). Switch these 
words around<BR>within the formulas, to get the Bottom-Up approach<BR>and for 
future targets levels, replace the multiplier's<BR>&nbsp;"left of the 
comma"-values given, eg the "*0." by a "*1."<BR>and this will then give the +100 
retracements.}<BR><BR>TOP:=Input("HIGH 
VALUE",1,10000,100);<BR>BOTTOM:=Input("LOW 
VALUE",1,10000,100);<BR>nil:=TOP;<BR>twelveand5:=TOP-((TOP-BOTTOM)*0.125);<BR>twenty5:=TOP-((TOP-BOTTOM)*0.25);<BR>thirty3and3:=TOP-((TOP-BOTTOM)*0.3333);<BR>fifty:=TOP-((TOP-BOTTOM)*0.5);<BR>sixty6and6:=TOP-((TOP-BOTTOM)*0.6667);<BR>seventy5:=TOP-((TOP-BOTTOM)*0.75);<BR>eighty7and5:=TOP-((TOP-BOTTOM)*0.875);<BR>hundred:=TOP-((TOP-BOTTOM)*1.00);<BR>nil;<BR>twelveand5;<BR>twenty5;<BR>thirty3and3;<BR>fifty;<BR>sixty6and6;<BR>seventy5;<BR>eighty7and5;<BR>hundred;<BR><BR>--------------------------------------------------------------------------------------------<BR>Copyright(C) 
1999 - A.J. (Ton) MAAS - MsIRB. All Rights Reserved. <BR>Reproduction of this 
propriety in whole or in part, in any form or medium<BR>without express written 
permission of A.J. (Ton) Maas or MsIRB, is<BR>prohibited. MsIRB is a trademark 
of A.J. Maas - the 
Netherlands.<BR>===================================================<BR><BR>Well, 
I have finaly managed to get the decimal retracements and its<BR>natural and 
common sence sequence on paper (refering to my previous mail).<BR><BR>Decimal 
systems' fractals sequence of 0,1/4,1/3,1/2,2/3,3/4,1 for the 
retracements<BR>(calculations) and thats all there is to it.<BR><BR>I am realy 
surprised by this common sequence's very well single, double and 
triple<BR>Support&amp;Resistance retracements levels (and its simplicity) that 
are very easy to<BR>be found on a Price-chart and also now providing the true 
(human) made price's support<BR>&amp; resitance, and with the double and the 
triple levels even being the super Major ones!!!</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT 
size=2>===============================================================</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>The use of these number sequence(s), eg there are many others, 
will be to one's own likings.<BR>I was taught (in TA) roughly on 
5,10,15,20,25,40,50,70,90,150,200(or 250)<BR>(why start with 5, perhaps it is 
done so as there are 5 exchange working days/per week,<BR>so calculations could 
be based on true exchange weeks)<BR>but you can read this as well as 
7,14,21,28,35,45,60,75,100,200<BR>(why start with 7, perhaps it is done so as 
there are 7 days in a week, so calculations<BR>could be made based on true 
calander weeks).<BR>Myself, as to numbers for days in indicators, have found 
that you should test these<BR>numbers first, and then apply the most 
appropiate.<BR><BR>A specific sequence would be to use our modern day Decimal 
system, why invent a wheel<BR>that already has been invented, and as it is the 
most adopted system everywhere in the<BR>very fast further maturing already 
grown-up Western Industrialised World, and is only left apart<BR>in some 
religions and regions elsewhere, eg that aren't this far yet.<BR>If the 
self-raised technicaly advanced Western World doesn't have the answers to 
technical<BR>questions, then the answer will lie in the logic (for 
explanation).<BR><BR>The Decimal system uses the regular counts 
(0,1,2,3,4,5,6,7,8,9,10 etc) and also the<BR>partial fractal counts (shortened 
version is 0,1/2,1/3,1/4,1/5 etc. up to 1 (1/1, a full unit)) and<BR>perhaps 
also some other counts, that don't come to mind at the moment.<BR><BR>From this 
the following sequence could be made (and by using someone's 
fantasy/imagination<BR>plenty of others can then be made as well, eg like yours 
or like Hungarian Kubik's rectangle toy)<BR><BR>{the 0 is niks and therefore 
ommitted in further 
presentation}<BR>0+1=1<BR>1+1=2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(and 
1+2=3)<BR>1+1+2=4<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(and 
2+4=6)<BR>1+1+2+4=8<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(and 
4+8=12)<BR>1+1+2+4+8=16<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(and 
8+16=24)<BR>1+1+2+4+8+16=32<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(and 
16+32=48)<BR>1+1+2+4+8+16+32=64<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(and 
32+64=96)<BR>1+1+2+4+8+16+32+64=128<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(and 96+128=224)<BR>1+1+2+4+8+16+32+64+128=256<BR>etc. etc.<BR><BR>In the column 
on the left, each result can be didived by each of the first 2 (resulting) 
units<BR>at the top(eg the pair).<BR>In the column on the right, each result can 
be divided by the previous result unit, and the<BR>results will be 2 (a 
pair).&nbsp; <BR><BR>Where are the in the above left-column results also to be 
found? and also for how long are they<BR>providing everyone and every industry 
with good profitable results?<BR>) *) **) ***) ****) *****) ******) *******) 
<BR><BR>)since minimum for whole factor is at least one(1, unit) (or alias "X" 
when unknown) is for something<BR>*) since adding always requires a minimum of a 
"something" plus a "something", eg<BR>&nbsp; for minimum "a pair" of figures is 
required (since multiplication start is done by at least<BR>&nbsp; a pair of 
figures)<BR>**) since energy by nature, eg electricity (like thunder), cannot 
occure without the pairs, eg<BR>&nbsp;&nbsp;&nbsp;&nbsp; the contact touch 
between "+" and "-" (the plus and minus) being present&nbsp; <BR>***) since each 
resulting figure is 2x (=also a pair !) the results of previous resulting 
figure<BR>****) since the birth of computers (b+kb+Mb+Gb) answers the above 
question, maybe !..........................<BR>*****) since the (old English) 
cash + wheight system was introduced, maybe !................<BR>******) since 
the economic cycle lasts for 8 years (incl. the start year and the finish year), 
maybe !......<BR>*******) since we also have 256 exchange workdays/per year, 
maybe !...............<BR>********) since x and y, eg a pair, form a graphical 
display results of a pair of (different angled) figures, maybe !...&nbsp; 
<BR><BR>(ehh, since Adam &amp; Eve were also a pair, maybe 
!................)<BR><BR>Regards,<BR>Ton Maas<BR><A 
href="mailto:ms-irb@xxxxxxxxxxxxx";>ms-irb@xxxxxxxxxxxxx</A><BR>Dismiss the 
".nospam" bit (including the dot) when replying.<BR></FONT></DIV>
<DIV><FONT 
size=2>===============================================================</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>
<DIV><FONT size=2>In my search for some "evidentual" proof of the validity of 
the Golden Spiral (Ratio) and</FONT><FONT size=2>&nbsp;the Fibionacy 
numbers</FONT></DIV>
<DIV><FONT size=2>sequence&nbsp;(for use in the stockmarket), have stubled 
</FONT><FONT size=2>on this kind of unique but also very biological 
theoretical</FONT></DIV>
<DIV><FONT size=2>website' pages.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Switch to one of these pages to find more on the "Mother 
Nature" sea shell example spellings, accompanied</FONT></DIV>
<DIV><FONT size=2>by a theory that only passes </FONT><FONT size=2>for less then 
0.1% of the&nbsp;</FONT><FONT size=2>(sea) shells and i think for &gt;0.1% 
(human consumption)</FONT></DIV>
<DIV><FONT size=2>ice-cream cones too.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Note that you will have</FONT></DIV>
<DIV><FONT size=2>a) to have a lot of fantasy/imagination (but then again, that 
was also required to succesfully&nbsp;</FONT><FONT size=2>follow&nbsp;a 
few&nbsp;of the</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp; very&nbsp;"amazing" classes/grades&nbsp;at 
school (college/uni),&nbsp;the classes that will&nbsp;</FONT><FONT size=2>tickle 
your fantasy but will not</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp; help you further in live</FONT></DIV>
<DIV><FONT size=2>b) to scroll down all&nbsp;3 pages to find more on the Golden 
Spiral's build(up), eg all&nbsp;3 pages are&nbsp;</FONT><FONT size=2>on this 
subject or</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp; &nbsp;on other related (biological theories 
and&nbsp; -in theory-&nbsp;examples).</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2><A 
href="http://www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/fibnat.html";>http://www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/fibnat.html</A></FONT></DIV>
<DIV><FONT size=2><A 
href="http://www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/fibnat2.html#Rabbits";>http://www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/fibnat2.html</A></FONT></DIV>
<DIV><FONT size=2><A 
href="http://www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/fibFormula.html";>http://www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/fibFormula.html</A><BR></FONT></DIV>
<DIV><FONT size=2>Some other related links</FONT></DIV>
<DIV><FONT size=2><A 
href="http://www.lib.virginia.edu/science/parshall/fibonacc.html";>http://www.lib.virginia.edu/science/parshall/fibonacc.html</A><BR><A 
href="http://www.ee.surrey.ac.uk/Personal/R.Knott/Fibonacci/fibnat.html";>http://www.ee.surrey.ac.uk/Personal/R.Knott/Fibonacci/fibnat.html</A><BR><A 
href="http://forum.swarthmore.edu/dr.math/faq/faq.golden.ratio.html";>http://forum.swarthmore.edu/dr.math/faq/faq.golden.ratio.html</A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Note too, that all that is produced on these websites pages, 
are nice theories for biologists, </FONT><FONT size=2>their biology 
books</FONT></DIV>
<DIV><FONT size=2>and their exams and that too,&nbsp;in fact most examples, make 
great music a</FONT><FONT size=2>lbum-covers, thinking back to the</FONT></DIV>
<DIV><FONT size=2>wonderfull LSD-covers of the 60-70tees, but however, that 
nothing gets&nbsp;mentioned about the opposite live:</FONT></DIV>
<DIV><FONT size=2>eg &lt;how </FONT><FONT size=2>Mother Nature has got an 
endless variaty of/in examples of nature's unfortunates&gt;,&nbsp;from the 
above</FONT></DIV>
<DIV><FONT size=2>so&nbsp;called perfectness "then to be nature's 
mutulated&nbsp;miss spells",&nbsp;for </FONT><FONT size=2>things and 
objects&gt;</FONT></DIV>
<DIV><FONT size=2>(eg and again also this compared to the only few examples that 
were given, most were only straight out theories</FONT></DIV>
<DIV><FONT size=2>only, eg like </FONT><FONT size=2>the seed+plants+rabbit 
examples,&nbsp;never a&nbsp;</FONT><FONT size=2>practise !!) that </FONT><FONT 
size=2>were&nbsp;given on these sites, eg and that</FONT></DIV>
<DIV><FONT size=2>a visit for me, market technical wise, was not realy worth 
it.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>However, the music and other industries (eg like the 
album/web/design - artists) and the (still </FONT><FONT size=2>at young age 
naive)</FONT></DIV>
<DIV><FONT size=2>learning hungry scholars will probably find these 
sites&nbsp;to their likings. Certainly the pot smokers will find the 
plant</FONT></DIV>
<DIV><FONT size=2>study "FAR OUT".</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Thus again, for me&nbsp;financial and other ways 
technicaly&nbsp;not interesting, eg it&nbsp;has got no link to </FONT><FONT 
size=2>human nature, in/to</FONT></DIV>
<DIV><FONT size=2>market behaviour or spending wise and &lt;from a previous 
mailing with my </FONT><FONT size=2>personal examples given&gt; it 
completely</FONT></DIV>
<DIV><FONT size=2>misses binding with the market (theories and 
sequencing).</FONT></DIV>
<DIV><FONT size=2>The only "connection" it has got, is that it is taught in 
TA-classes and as such, to succeed for </FONT><FONT size=2>the several 
everywhere</FONT></DIV>
<DIV><FONT size=2>required TA-exams/diplomas, has been blindly picked up by many 
-later computorised- traders.</FONT></DIV>
<DIV><FONT size=2>But then again, investing according to the Stars or the tidal 
waves, is suppose to be one great </FONT><FONT size=2>walhalla success as 
well</FONT></DIV>
<DIV><FONT size=2>(and I must have missed these catches too).</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>If you wundered why I forwarded the WWR, than note that my 
readings on the Elliott Wave historical writings have made</FONT></DIV>
<DIV><FONT size=2>so much impression on me (read: the way Elliott dismantled the 
market's rough ebs and tides, the waves, into his theories)</FONT></DIV>
<DIV><FONT size=2>that I now started to </FONT><FONT size=2>wonder what he would 
have come up with,&nbsp;would he have had a computer and used the decimal 
fractals</FONT></DIV>
<DIV><FONT size=2>(like as is available to us) on his time consuming 
</FONT><FONT size=2>calypso-adventuring the (markets+) Price's 
nature.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Regards,<BR>Ton Maas<BR><A 
href="mailto:ms-irb@xxxxxxxxxxxxx";>ms-irb@xxxxxxxxxxxxx</A><BR>Dismiss the 
".nospam" bit (including the dot) when replying.</FONT></DIV>
<DIV></FONT>&nbsp;</DIV></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  David Jones 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  href="mailto:technifilter@xxxxxxxxxxx"; 
  title=technifilter@xxxxxxxxxxx>technifilter@xxxxxxxxxxx</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> maandag 14 februari 2000 1:35</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [technifilter] Fibonachi 
  Lines</DIV>
  <DIV><BR></DIV><TT>From:</TT> <TT>"David Jones" &lt;<A 
  href="mailto:davidj@xxxxxxxxxxxx";>davidj@xxxxxxxxxxxx</A>&gt;</TT> <BR><BR><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
  <META content='"MSHTML 4.72.3110.7"' name=GENERATOR>
  <DIV><FONT face=Arial size=2>Actually I am only concerned with how they might 
  be used in conjunction with my existing TA....having made such a thorough 
  study of them yourself do you perhaps have a template I can use with 
  TFP?&nbsp; I would like to be able to make my own informed decision as to 
  their effectiveness.</FONT></DIV></BLOCKQUOTE></BODY></HTML>
</x-html>From ???@??? Mon Feb 14 18:46:13 2000
Return-Path: <majordom@xxxxxxxxxxxxxxxxxx>
Received: from listserv.equis.com (listserv.equis.com [204.246.137.2])
	by purebytes.com (8.9.3/8.9.3) with ESMTP id TAA12306
	for <neal@xxxxxxxxxxxxx>; Mon, 14 Feb 2000 19:09:54 -0700
Received: (from majordom@xxxxxxxxx)
	by listserv.equis.com (8.8.7/8.8.7) id RAA28301
	for metastock-outgoing; Mon, 14 Feb 2000 17:32:08 -0700
X-Authentication-Warning: listserv.equis.com: majordom set sender to owner-metastock@xxxxxxxxxxxxx using -f
Received: from freeze.metastock.com (freeze.metastock.com [204.246.137.5])
	by listserv.equis.com (8.8.7/8.8.7) with ESMTP id RAA28298
	for <metastock@xxxxxxxxxxxxxxxxxx>; Mon, 14 Feb 2000 17:32:05 -0700
Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60])
	by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id RAA25073
	for <metastock@xxxxxxxxxxxxx>; Mon, 14 Feb 2000 17:45:40 -0700 (MST)
Received: from escom ([195.121.218.218]) by smtp02.wxs.nl
          (Netscape Messaging Server 3.61)  with SMTP id AAA5E90
          for <metastock@xxxxxxxxxxxxx>; Tue, 15 Feb 2000 01:29:42 +0100
Message-ID: <038301bf774c$2e9e2840$5edb79c3@xxxxx>
From: "A.J. Maas" <anthmaas@xxxxxxxxx>
To: "Metastock-List" <metastock@xxxxxxxxxxxxx>
Subject: Fw: PatternSmasher Setups
Date: Tue, 15 Feb 2000 00:45:52 +0100
Organization: Ms-IRB
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0263_01BF774E.0295F640"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2014.211
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
Status:   

<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40"; xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word"><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content=Word.Document name=ProgId>
<META content="MSHTML 5.00.2722.2800" name=GENERATOR>
<META content="Microsoft Word 9" name=Originator><LINK 
href="cid:filelist.xml@xxxxxxxxxxxxxxxxx"; rel=File-List><!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Revision>1</o:Revision>
  <o:TotalTime>5</o:TotalTime>
  <o:Created>2000-02-14T05:40:00Z</o:Created>
  <o:Pages>1</o:Pages>
  <o:Company>Kasanjian Research</o:Company>
  <o:Lines>1</o:Lines>
  <o:Paragraphs>1</o:Paragraphs>
  <o:Version>9.2720</o:Version>
 </o:DocumentProperties>
 <o:OfficeDocumentSettings>
  <o:DoNotRelyOnCSS/>
 </o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:View>Normal</w:View>
  <w:Zoom>0</w:Zoom>
  <w:DocumentKind>DocumentEmail</w:DocumentKind>
  <w:EnvelopeVis/>
  <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery>
  <w:DisplayVerticalDrawingGridEvery>0</w:DisplayVerticalDrawingGridEvery>
  <w:UseMarginsForDrawingGridOrigin/>
  <w:Compatibility>
   <w:FootnoteLayoutLikeWW8/>
   <w:ShapeLayoutLikeWW8/>
   <w:AlignTablesRowByRow/>
   <w:ForgetLastTabAlignment/>
   <w:DoNotUseHTMLParagraphAutoSpacing/>
   <w:LayoutRawTableWidth/>
   <w:LayoutTableRowsApart/>
  </w:Compatibility>
 </w:WordDocument>
</xml><![endif]-->
<STYLE>P.MsoNormal {
	FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; mso-style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman"
}
LI.MsoNormal {
	FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; mso-style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman"
}
DIV.MsoNormal {
	FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; mso-style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman"
}
A:link {
	COLOR: blue; TEXT-DECORATION: underline; text-underline: single
}
SPAN.MsoHyperlink {
	COLOR: blue; TEXT-DECORATION: underline; text-underline: single
}
A:visited {
	COLOR: purple; TEXT-DECORATION: underline; text-underline: single
}
SPAN.MsoHyperlinkFollowed {
	COLOR: purple; TEXT-DECORATION: underline; text-underline: single
}
P.MsoAutoSig {
	FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman"
}
LI.MsoAutoSig {
	FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman"
}
DIV.MsoAutoSig {
	FONT-FAMILY: "Times New Roman"; FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman"
}
SPAN.EmailStyle15 {
	COLOR: black; mso-ansi-font-size: 10.0pt; mso-style-type: personal-compose; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-family: Arial
}
SPAN.EmailStyle18 {
	COLOR: black; mso-ansi-font-size: 10.0pt; mso-style-type: personal; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-family: Arial
}
SPAN.EmailStyle19 {
	COLOR: black; mso-ansi-font-size: 10.0pt; mso-style-type: personal; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-family: Arial
}
DIV.Section1 {
	page: Section1
}
</STYLE>
</HEAD>
<BODY bgColor=#ffffff lang=EN-US link=blue style="tab-interval: .5in" 
vLink=purple>
<DIV>&nbsp;</DIV>
<DIV><BR>Regards,<BR>Ton Maas<BR><A 
href="mailto:ms-irb@xxxxxxxxxxxxxxxx";>ms-irb@xxxxxxxxxxxxxxxx</A><BR>Dismiss the 
".nospam" bit (including the dot) when replying.<BR>Homepage&nbsp; <A 
href="http://home.planet.nl/~anthmaas";>http://home.planet.nl/~anthmaas</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV style="FONT: 10pt arial">----- Original Message ----- 
<DIV style="BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> <A 
href="mailto:info@xxxxxxxxxxxxxxxxxxxxx"; 
title=info@xxxxxxxxxxxxxxxxxxxxx>Kasanjian Research</A> </DIV>
<DIV><B>To:</B> <A href="mailto:anthmaas@xxxxxx"; 
title=anthmaas@xxxxxx>anthmaas@xxxxxx</A> </DIV>
<DIV><B>Sent:</B> maandag 14 februari 2000 6:48</DIV>
<DIV><B>Subject:</B> PatternSmasher Setups</DIV></DIV>
<DIV><BR></DIV>
<DIV class=Section1>
<P class=MsoNormal><FONT color=black face=Arial size=3><SPAN 
style="COLOR: black; FONT-FAMILY: Arial; FONT-SIZE: 12pt; mso-bidi-font-size: 10.0pt">Today 
we are going to take a look at an interesting topping pattern.&nbsp; What is 
nice about this is that it allows us to draw a Resistance Line IN ADVANCE of 
prices reaching that line.&nbsp; In fact, the Resistance Line is drawn at the 
time the low at point B is made.<SPAN style="mso-spacerun: yes">&nbsp; 
</SPAN>Click on the link below to see a full description of this pattern and for 
current examples.</SPAN></FONT><FONT color=black face=Arial size=3><SPAN 
style="COLOR: black; FONT-FAMILY: Arial; FONT-SIZE: 12pt; mso-bidi-font-size: 10.0pt; mso-color-alt: windowtext"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT color=black face="Times New Roman" size=3><SPAN 
style="COLOR: black; FONT-SIZE: 12pt; mso-bidi-font-size: 10.0pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT color=black face="Times New Roman" size=3><SPAN 
style="COLOR: black; FONT-SIZE: 12pt; mso-bidi-font-size: 10.0pt"><A 
href="http://www.kasanjianresearch.com/setups/Feb13_2000_Setups.htm";>http://www.kasanjianresearch.com/setups/Feb13_2000_Setups.htm</A></SPAN></FONT><FONT 
color=black size=3><SPAN 
style="COLOR: black; FONT-SIZE: 12pt; mso-bidi-font-size: 10.0pt; mso-color-alt: windowtext"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT color=black face="Times New Roman" size=3><SPAN 
style="COLOR: black; FONT-SIZE: 12pt; mso-bidi-font-size: 10.0pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT color=black face=Arial size=3><SPAN 
style="COLOR: black; FONT-FAMILY: Arial; FONT-SIZE: 12pt; mso-bidi-font-size: 10.0pt">Profitable 
trading,<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT color=black face=Arial size=3><SPAN 
style="COLOR: black; FONT-FAMILY: Arial; FONT-SIZE: 12pt; mso-bidi-font-size: 10.0pt">&nbsp;<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT color=black face=Arial size=3><SPAN 
style="COLOR: black; FONT-FAMILY: Arial; FONT-SIZE: 12pt; mso-bidi-font-size: 10.0pt">Ed 
Kasanjian<SPAN class=EmailStyle19><FONT color=black><SPAN 
style="mso-ansi-font-size: 12.0pt"><o:p></o:p></SPAN></FONT></SPAN></SPAN></FONT></P>
<P class=MsoNormal><SPAN class=EmailStyle18><FONT color=black face=Arial 
size=2><SPAN 
style="FONT-FAMILY: Arial; FONT-SIZE: 10pt">&nbsp;<o:p></o:p></SPAN></FONT></SPAN></P>
<P class=MsoNormal style="mso-layout-grid-align: none"><FONT color=black 
face=Arial size=2><SPAN 
style="COLOR: black; FONT-FAMILY: Arial; FONT-SIZE: 10pt">---</SPAN></FONT><FONT 
color=black face=Arial><SPAN 
style="COLOR: black; FONT-FAMILY: Arial; mso-color-alt: windowtext"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="mso-layout-grid-align: none"><FONT color=black 
face=Arial size=2><SPAN 
style="COLOR: black; FONT-FAMILY: Arial; FONT-SIZE: 10pt">You can make changes 
to your email address at:</SPAN></FONT><FONT color=black face=Arial><SPAN 
style="COLOR: black; FONT-FAMILY: Arial; mso-color-alt: windowtext"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="mso-layout-grid-align: none"><FONT color=black 
face=Arial size=2><SPAN 
style="COLOR: black; FONT-FAMILY: Arial; FONT-SIZE: 10pt"><A 
href="http://earth.lyris.net/cgi-bin/lyris.pl?enter=kasanjianresearch";><FONT 
face="Times New Roman"><SPAN 
style="FONT-FAMILY: 'Times New Roman'">http://earth.lyris.net/cgi-bin/lyris.pl?enter=kasanjianresearch</SPAN></FONT></A></SPAN></FONT><FONT 
color=black face=Arial><SPAN 
style="COLOR: black; FONT-FAMILY: Arial; mso-color-alt: windowtext"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="mso-layout-grid-align: none"><FONT color=black 
face=Arial size=2><SPAN 
style="COLOR: black; FONT-FAMILY: Arial; FONT-SIZE: 10pt">&nbsp;</SPAN></FONT><FONT 
color=black face=Arial><SPAN 
style="COLOR: black; FONT-FAMILY: Arial; mso-color-alt: windowtext"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal style="mso-layout-grid-align: none"><FONT color=black 
face=Arial size=2><SPAN 
style="COLOR: black; FONT-FAMILY: Arial; FONT-SIZE: 10pt">&nbsp;</SPAN></FONT><FONT 
color=black><SPAN 
style="COLOR: black; mso-color-alt: windowtext"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><SPAN class=EmailStyle15><FONT color=black face=Arial 
size=2><SPAN style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></SPAN></FONT></SPAN></P></DIV></BODY></HTML>
</x-html>From ???@??? Mon Feb 14 18:46:08 2000
Return-Path: <majordom@xxxxxxxxxxxxxxxxxx>
Received: from listserv.equis.com (listserv.equis.com [204.246.137.2])
	by purebytes.com (8.9.3/8.9.3) with ESMTP id SAA11460
	for <neal@xxxxxxxxxxxxx>; Mon, 14 Feb 2000 18:45:30 -0700
Received: (from majordom@xxxxxxxxx)
	by listserv.equis.com (8.8.7/8.8.7) id QAA27939
	for metastock-outgoing; Mon, 14 Feb 2000 16:53:24 -0700
X-Authentication-Warning: listserv.equis.com: majordom set sender to owner-metastock@xxxxxxxxxxxxx using -f
Received: from freeze.metastock.com (freeze.metastock.com [204.246.137.5])
	by listserv.equis.com (8.8.7/8.8.7) with ESMTP id QAA27936
	for <metastock@xxxxxxxxxxxxxxxxxx>; Mon, 14 Feb 2000 16:53:21 -0700
Received: from fep22-svc.tin.it (mta22-acc.tin.it [212.216.176.75])
	by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id RAA25036
	for <metastock@xxxxxxxxxxxxx>; Mon, 14 Feb 2000 17:06:51 -0700 (MST)
Received: from tgalanti ([212.171.34.163]) by fep22-svc.tin.it
          (InterMail vM.4.01.02.17 201-229-119) with SMTP
          id <20000214235050.CUCC538.fep22-svc.tin.it@xxxxxxxx>
          for <metastock@xxxxxxxxxxxxx>; Tue, 15 Feb 2000 00:50:50 +0100
Message-ID: <003801bf7746$1cdc9f20$a322abd4@xxxxxxxx>
From: "Tommaso Galanti" <galantit@xxxxxx>
To: <metastock@xxxxxxxxxxxxx>
References: <01BF7688.06E76100@xxxxxxxxxxxxxxxxxxx> <002601bf7702$bca604e0$1464fea9@xxxxxx>
Subject: Re: new technology for MS...
Date: Tue, 15 Feb 2000 00:48:17 +0100
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6600
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
Status:   

Lionel,
Mark Jurik is a well reputed and honest software developer.
He offers to his customers adds-on for both Omega SW and Excel.
>From messages posted to this list it seems he is waiting the release of
Equis SDK to implement his SW for MS too.
You can visit him at his web site www.jurikres.com
I am now starting to test his classical tools that seem very interesting.
Regards

Tommaso Galanti
Italy
galantit@xxxxxx

----- Original Message -----
From: "Lionel Issen" <lissen@xxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Monday, February 14, 2000 4:46 PM
Subject: Re: new technology for MS...


> Mark:
>
> Can you suggest some other software and some 3rd party software?
> Lionel Issen
> lissen@xxxxxxxxx
> ----- Original Message -----
> From: Mark Jurik <mark@xxxxxxxxxxxx>
> To: <metastock@xxxxxxxxxxxxx>
> Sent: Monday, February 14, 2000 2:07 AM
> Subject: new technology for MS...
>
>
> >>> The "technology" for the indicators in Metastock is 50's and 60's ...
> moon-light mainframe.  ARIMA is 70's tech ... GARCH is 80's tech.  90's
tech
> ... we won't see in Metastock or Tradestation until we're sitting on the
> porch of the old folks home.<<
>
> Usually third party developers are in tune to cutting edge techology, and
> they offer added value to the main product. Omega Research knows this,
which
> is why their software has had DLL capability for many years.  Only now is
> Equis paying serious attention to third party developers.
>
> There is supposed to be a SDK (software developer's kit) available for
> creating add-on modules, however, I don't know if it has been officially
> released.  Anybody know?
>
> - mark jurik
>
>
>
>
>