PureBytes Links
Trading Reference Links
|
<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.0.1458.49">
</HEAD>
<BODY>
<P><FONT SIZE=2>UNSUBSCRIBE</FONT>
<BR>
<BR><FONT SIZE=2>UNSUBSCRIBE</FONT>
<BR>
<BR><FONT SIZE=2>UNSUBSCRIBE</FONT>
<BR>
<BR><FONT SIZE=2>UNSUBSCRIBE</FONT>
<BR>
<BR>
</P>
</BODY>
</HTML></x-html>From ???@??? Fri Aug 07 07:34:00 1998
Received: from list.listserver.com (198.68.191.15)
by mail02.rapidsite.net (RS ver 0.3) with SMTP id 17699
for <neal@xxxxxxxxxxxxx>; Fri, 7 Aug 1998 10:33:12 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
by accessone.com (8.8.5/8.8.5/PIH) with SMTP id HAA13102;
Fri, 7 Aug 1998 07:32:23 -0700 (PDT)
Received: from smtp3.erols.com (smtp3.erols.com [207.172.3.236])
by accessone.com (8.8.5/8.8.5/PIH) with ESMTP id HAA11507
for <realtraders@xxxxxxxxxxxxxx>; Fri, 7 Aug 1998 07:19:48 -0700 (PDT)
Received: from erols.com (207-172-61-90.s90.tnt1.rcm.erols.com [207.172.61.90])
by smtp3.erols.com (8.8.8/8.8.5) with ESMTP id KAA10239;
Fri, 7 Aug 1998 10:19:39 -0400 (EDT)
Message-Id: <35CAFEB7.C0EC02D7@xxxxxxxxx>
Date: Fri, 07 Aug 1998 09:18:47 -0400
Reply-To: netvest@xxxxxxxxx
Sender: owner-realtraders@xxxxxxxxxxxxxx
From: "S. McGuire" <netvest@xxxxxxxxx>
To: RealTraders Discussion Group <realtraders@xxxxxxxxxxxxxx>
Subject: Re: 4% System Update - A BETTER Filter
References: <3ecdd29.35ca30bc@xxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-To: GREHERT@xxxxxxx
X-Cc: RealTraders Discussion Group <realtraders@xxxxxxxxxxxxxx>
X-Mailer: Mozilla 4.05 [en] (Win95; U)
X-Listprocessor-Version: 8.1 -- ListProcessor(tm) by CREN
X-Loop-Detect: 1
I found that most losses have happened when there are more than 1 signal within 15 days. If you add a filter that pervents new signals within 15 days of a prior signal, you will see the
loses drop dramatically.
GREHERT@xxxxxxx wrote:
> The 4% System that I've talked about before has suffered a 1% and a 7% loss in
> this current correction.
>
> This can be compared to the bear market of 1990 when the system had losses of
> 7%, 6%, 6% and 4%. For the entire year 1990 the system had a slight profit.
>
> Including the recent losses, the system has 75% profitable trades, with an
> average
> profit of 8.00 S&P points per trade, and a Profit factor of 3.05.
>
> The 4% system is a terrific example of how a very simple set of rules with
> minimal parameters can be profitable trading the S&P. I'll keep you posted.
>
> For further analysis of the system including the SuperCharts code, download
> the attached file.
>
> Best regards,
>
> Jerry Rehert (grehert@xxxxxxx)
> Check out my WebPage (UPDATED 8/2/98): http://members.aol.com/grehert/
> August 6th, 1998 @ 06:29 pm
> Atlanta,GA
>
> ------------------------------------------------------------------------
> <HTML><PRE>The 4% system BUYS the Close when the S&P first corrects 4% and then closes up one day; it sells if (a) it rises 4%, or (b) it drops 4%, or (c) it crosses below a parabolic.
> __________________________________________________________________________
> The SuperCharts code for the 4 % system is the following:
>
> IF: C[1] < .96* HIGHEST(H,15)[1]
> and c > c[1]
>
> then: BUY this bar on the Close
>
> IF: C < .96*(EntryPrice)
> or C CROSSES BELOW PARABOLIC(.00175)
> or maxPositionProfit > .04* EntryPrice
>
> then: EXITLONG next bar at the market
> __________________________________________________________________________
> Here is the SuperCharts analysis of the system.
>
> S&P INDEX -Daily 02/27/84 - 07/15/98
>
> Performance Summary: All Trades
>
> Total net profit $ 617.18 Open position P/L $ 0.00
> Gross profit $ 796.95 Gross loss $ -179.77
>
> Total # of trades 65 Percent profitable 77%
> Number winning trades 50 Number losing trades 15
>
> Largest winning trade $ 45.29 Largest losing trade $ -26.01
> Average winning trade $ 15.94 Average losing trade $ -11.98
> Ratio avg win/avg loss 1.33 Avg trade(win & loss) $ 9.50
>
> Max consec. winners 11 Max consec. losers 2
> Avg # bars in winners 20 Avg # bars in losers 16
>
> Max intraday drawdown $ -61.11
> Profit factor 4.43 Max # contracts held 1
> Account size required $ 61.11 Return on account 1010%
>
> Best Regards,
>
> Jerry Rehert (grehert@xxxxxxx)
> Atlanta, GA
> Check out my WebPage (UPDATED: 8-2-98)
> http://members.aol.com/grehert/
> </PRE></HTML>
|