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

Re: FW: teenage mutant ninja turtles



PureBytes Links

Trading Reference Links

<x-html><HTML>
<BODY TEXT="#000000" BGCOLOR="#FFFFCC" LINK="#0000EE" VLINK="#00FF00" ALINK="#FF0000">
<TT>Traders,</TT>

<P><TT>A friend had me review some programs which he had gotten</TT>
<BR><TT>from Russell Sand in 1995.</TT>

<P><TT>When it became apparent that all this system was doing</TT>
<BR><TT>insofar as NORMAL entry and exit points was what Richard</TT>
<BR><TT>Donchain had proposed MUCH EARLIER and the moneymanagement</TT>
<BR><TT>in the program did not work, I rewrote this for my friend</TT>
<BR><TT>and the following is the initial part of the program.</TT>

<P><TT>The attached&nbsp; .ela&nbsp; file may prove useful.</TT>

<P><TT>If you are careful in how you use the "Donchain" concept</TT>
<BR><TT>it works.</TT>

<P><TT>Ross's comments about percentage losers fits with my</TT>
<BR><TT>testing so beware of the TURTLE -- HE MAY BE SLOW BUT</TT>
<BR><TT>HE IS DEFINITELY A SNAPPING TURTLE ! ! !</TT>

<P><TT>{</TT>
<BR><TT>System:&nbsp; Turtle #1,Restricted</TT>
<BR><TT>Notes :&nbsp; Short term system with one contract only</TT>

<P><TT>&nbsp;&nbsp; Seperate length for Highest High for Long&nbsp; Entries
and</TT>
<BR><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for
Lowest&nbsp; Low&nbsp; for Short Entries.</TT>

<P><TT>&nbsp;&nbsp; Allows definition of parameters (Length &amp; Multiplier)
for</TT>
<BR><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; money management
exit based on ATR.</TT>

<P><TT>&nbsp;&nbsp; Allows use of a trend direction function for entry.</TT>
<BR><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Where is close
relative to smoothed (hh+ll)/2</TT>

<P><TT>&nbsp;&nbsp; Allows definition of Beginning and Ending date for
trade</TT>
<BR><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; simulation to
easily evaluate change of</TT>
<BR><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; parameters over
specific time periods of</TT>
<BR><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; same data set.</TT>

<P><TT>Original concepts from program(s) by Russell J. Sands</TT>
<BR><TT>those ideas Copyright July 1992 by Russell J. Sands</TT>

<P><TT>HOWEVER, the original idea for this method of trading</TT>
<BR><TT>seems to have been offered by Richard Donchian much</TT>
<BR><TT>earlier so Sands/Dennis probably were pulling people's</TT>
<BR><TT>leg about this aspect of their system.&nbsp; I would appear</TT>
<BR><TT>from the original code that some sophisticated money</TT>
<BR><TT>management scheme was envisioned but did not work as</TT>
<BR><TT>it was programmed.</TT>

<P><TT>Modified 1995-1998 by Clyde Lee, Futuresmagic (c)</TT>
<BR><TT>Copyright 1997,1998 --</TT>

<P><TT>The copy of the original Sands program that I</TT>
<BR><TT>was furnished did not work.</TT>
<BR><TT>I simplified the dickens out of it and</TT>
<BR><TT>tried to bullet proof and add "trend" help.</TT>

<P><TT>Released for EDUCATIONAL PURPOSES ONLY.</TT>
<BR><TT>THIS SYSTEM SHALL NOT BE USED FOR TRADING OTHER</TT>
<BR><TT>THAN SIMPLE TESTING PURPOSES WITHOUT AGREEMENT</TT>
<BR><TT>OF THE AUTHOR WHICH HAS NOT BEEN GIVEN AS OF THIS</TT>
<BR><TT>DATE (7/31/97).</TT>

<P><TT>NO COPYING OF SYSTEM CODE ALLOWED OR GENERATION</TT>
<BR><TT>OF CODE THAT PERFORMS SAME OR ESSENTIALLY SAME</TT>
<BR><TT>FUNCTIONS.</TT>

<P><TT>}</TT>

<P><TT>Inputs:&nbsp;&nbsp; enBars (15),&nbsp; {Number of Bars for HH or
LL for Long/Short&nbsp; Entry}</TT>
<BR><TT>&nbsp;&nbsp;&nbsp; exBars (40),&nbsp; {Number of Bars for LL or
HH for Long/Short&nbsp; Exit}</TT>
<BR><TT>&nbsp;&nbsp;&nbsp; atrMult(2.),&nbsp;&nbsp; {Multiplier for ATR
value to set entry stop}</TT>
<BR><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {Used to limit
risk from Entry Price}</TT>
<BR><TT>&nbsp;&nbsp;&nbsp; BegDate(650101),&nbsp;&nbsp;&nbsp; {begin date
for computation of p/l}</TT>
<BR><TT>&nbsp;&nbsp;&nbsp; EndDate(991231);&nbsp;&nbsp;&nbsp; {end&nbsp;&nbsp;
date for computation of p/l}</TT>
<BR><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
{set to 999999 to close on last bar}</TT>
<BR>&nbsp;

<P><TT>Kovacs, Ross R wrote:</TT>
<BLOCKQUOTE TYPE=CITE><TT>Do not accept the offer from Russell Sands.</TT>

<P><TT>The Turtle System is a two part trading system, one part for trading</TT>
<BR><TT>signals, the second part for money management.</TT></BLOCKQUOTE>
<TT>--</TT>
<BR><TT>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</TT>
<BR><TT>Clyde Lee&nbsp;&nbsp; Chairman/CEO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
(Home of SwingMacine)</TT>
<BR><TT>SYTECH Corporation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
email:&nbsp;&nbsp; &lt;clydelee@xxxxxxx></TT>
<BR><TT>7910 Westglen, Suite 105&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Work:&nbsp;&nbsp;&nbsp; (713) 783-9540</TT>
<BR><TT>Houston,&nbsp; TX&nbsp; 77063&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Fax:&nbsp;&nbsp;&nbsp;&nbsp; (713) 783-1092</TT>
<BR><TT>- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</TT>
<BR><TT>&nbsp;</TT>
</BODY>
</HTML>
</x-html>
Attachment Converted: "c:\eudora\attach\turt0102.gif"

Attachment Converted: "c:\eudora\attach\Turtle_1.ela"