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

Off Topic:IE 5



PureBytes Links

Trading Reference Links

<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META content='"MSHTML 4.72.3616.1301"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 size=2>Has anyone upgraded to IE 5 and if so would they 
recommend it??&nbsp; I tried it as a Beta and didn't really like it for some 
reason I can't remember.</FONT></DIV>
<DIV><FONT color=#000000 size=2><BR>Regards,</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>Bill Saxon<BR><A 
href="mailto:bsaxon@xxxxxxxxxxx";>bsaxon@xxxxxxxxxxx</A>m</FONT></DIV></BODY></HTML>
</x-html>From ???@??? Sat Jun 26 08:43:23 1999
Return-Path: <majordom@xxxxxxxxxxxxxxxxxx>
Received: from listserv.equis.com (listserv.equis.com [204.246.137.2])
	by purebytes.com (8.8.7/8.8.7) with ESMTP id HAA07256
	for <neal@xxxxxxxxxxxxx>; Sat, 26 Jun 1999 07:07:00 -0700
Received: (from majordom@xxxxxxxxx)
	by listserv.equis.com (8.8.7/8.8.7) id GAA29200
	for metastock-outgoing; Sat, 26 Jun 1999 06:00:08 -0600
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 GAA29197
	for <metastock@xxxxxxxxxxxxxxxxxx>; Sat, 26 Jun 1999 06:00:05 -0600
Received: from hme0.mailrouter02.sprint.ca (hme0.mailrouter02.sprint.ca [207.107.250.60])
	by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id GAA10851
	for <metastock@xxxxxxxxxxxxx>; Sat, 26 Jun 1999 06:14:32 -0600 (MDT)
Received: from walter (spc-isp-ott-uas-12-17.sprint.ca [209.103.35.68])
	by hme0.mailrouter02.sprint.ca (8.8.8/8.8.8) with SMTP id IAA21925
	for <metastock@xxxxxxxxxxxxx>; Sat, 26 Jun 1999 08:02:02 -0400 (EDT)
Message-ID: <001f01bebfcc$0f77dde0$442367d1@xxxxxx>
From: "Walter Lake" <wlake@xxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
References: <199906260141.JAA00453@xxxxxxxxxxxxxxxxxxx>
Subject: Breakout System
Date: Sat, 26 Jun 1999 08:04:35 -0400
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.2014.211
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
Status:   

Hi Foo

My system is now built around John Sweeney's ideas in "Campaign Trading" and
"Maximum Faourable Excursion". It makes extensive use of Excel and only uses
Metastock for charting and basic indicator work.

Since I'm mainly interested in spreads ... complicated indicators, wave
counts, etc. are not needed. The big demand is for number crunching and
statistical work, ... Excel is excellent for that purpose.

I follow 600 to 700 spreads per year. Each spread only has a short 4 to 6
week "window". It's not very exciting, but it's the basic conservative
professional trading business, ... steady cash flow.

Moore Research is the basic source of information and well regarded by
Commodity Traders Consumer Report.

=========================


>From Thomas Stridsman at Futures Mag Sept, 1998.

"Walter,
Thank you for getting back to me. I managed to lose your e-mail address.
Sorry
about that. Below you'll find the MetaStock version of the system that I
will
write about in the Nov. issue of Futures. Please keep this information to
yourself until the issue is published. There is a couple of differences
compared to the original code. I will point them out in the article together
with a couple of ways to speed up the calculations for real-time trading
Thanks,
Thomas

Name:  LookBack
Formula: X := Stdev(C, 30);
Y := Ref(X, -1);
Z := 1+((X-Y)/X);
If(Cum(1)=1, 20, Min(Max(Prev*Z, 20), 60))

Name:  BuyBreak
Formula: HHV(H, LastValue(Fml("LookBack")+Prev-Prev))

Name:  BuyExit
Formula: LLV(L, LastValue(Fml("LookBack")/2+Prev-Prev))

Name:  SellBreak
Formula: LLV(L, LastValue(Fml("LookBack")+Prev-Prev))

Name:  SellExit
Formula: HHV(H, LastValue(Fml("LookBack")/2+Prev-Prev))

Name:  BreakWhere
Formula: TopB := Ref(Fml("BuyBreak"), -1);
LowB := Ref(Fml("SellBreak"), -1);
((O+H+L+C)/4 - LowB)*100/(TopB-LowB);

Name:  DBS-System
Enter Long: H > Ref(Fml("BuyBreak"), -1)
Close Long: L < Ref(Fml("BuyExit"), -1)
Enter Short: L < Ref(Fml("SellBreak"), -1)
Close Short: H > Ref(Fml("SellExit"), -1)

..."


This is George Pruitt's (Futures Truth) basic system. It is also the basic
system used as the basis for Stridsman's year long series of articles about
system development and "tweaking".

Best regards

Walter

----- Original Message -----
From: <sayhow@xxxxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Friday, June 25, 1999 9:35 PM
Subject: Re: CCI Spike


>
> >
> > ELWAVE has always looked interesting, But ... I've just never been a
> > "waver".
> > I guess you're  either a "waver" or an "averager".
>
> Actually, I am not.  I have not heard of Elliot Waves until a few
> months ago when I was introduced to Advanced Get.  I did deeper
> and found ELWAVE.   And I am not a convert.
>
> > I guess that I've been focused on very short term for entry and
> > exits and intermediate term moving averages for trends.
> >
>
> I would be interested to find out what tools do you use to do that?
>
> FOO
> Foo Say How where when who why
> Singapura - the Lion City
>