PureBytes Links
Trading Reference Links
|
<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<META content="MSHTML 5.00.3013.2600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>I installed the latest ver. 7.01 eod Metastock and now find that arrows
(applied by the expert or system tester) no longer print</DIV>
<DIV>(nor appear in the print preview screen) as arrows but an eggshaped symbol
instead.</DIV>
<DIV> </DIV>
<DIV>If I install an HP DeskJet 600 arrows are printed.</DIV>
<DIV> </DIV>
<DIV>Going back to ver. 6.52 on another machine arrows are printed.</DIV>
<DIV> </DIV>
<DIV>I have contacted equis by email but as yet no response.</DIV>
<DIV> </DIV>
<DIV>Is anyone out there using an HP LaserJet with MS ver 7.01 ?? and are you
able to print arrows ?? Which LaserJet driver have you installed ??</DIV>
<DIV> </DIV>
<DIV>Thank you for your assistance.</DIV>
<DIV> </DIV>
<DIV>Regards Martin</DIV></BODY></HTML>
</x-html>From ???@??? Mon Apr 10 23:22:59 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 XAA09885
for <neal@xxxxxxxxxxxxx>; Mon, 10 Apr 2000 23:16:25 -0700
Received: (from majordom@xxxxxxxxx)
by listserv.equis.com (8.8.7/8.8.7) id XAA24822
for metastock-outgoing; Mon, 10 Apr 2000 23:45:54 -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 XAA24819
for <metastock@xxxxxxxxxxxxxxxxxx>; Mon, 10 Apr 2000 23:45:52 -0600
Received: from camtech.net.au (goliath.camtech.net.au [203.5.73.2])
by freeze.metastock.com (8.8.5/8.8.5) with SMTP id XAA01763
for <metastock@xxxxxxxxxxxxx>; Mon, 10 Apr 2000 23:57:28 -0600 (MDT)
Received: from ps400 ([203.55.245.104]) by camtech.net.au ; Tue, 11 Apr 2000 15:11:25 +0930
Message-ID: <00d901bfa34e$ca0d2960$2d55fea9@xxxxx>
From: "Martin Haesler" <mhaesler@xxxxxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
References: <20000410210643.13117.qmail@xxxxxxxxxxx>
Subject: Re: Trailing Stop
Date: Tue, 11 Apr 2000 10:12:17 +0930
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:
Just for interest, I came up with the following
Regards Martin
{~ ergodic candlestick oscillator
double smoothed ratio of
diffce between closing and opening prices and
diffce between the high and low}
d1:=Abs(C-O);
d2:=H-L;
r1:=100*d1/d2;
Dema(r1,5);
r1;
----- Original Message -----
From: "j seed" <jseed_10@xxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Tuesday, April 11, 2000 6:36 AM
Subject: Re: Trailing Stop
> Ian,
> The Krauz article I read described the ECO as "a double smoothed ratio of
> the difference between the close(C) and open(O) of each bar and the
> difference between the high(H) and low(L) prices for each bar:"
>
> FWI my interpretation is:
> {ECO[Ergodic Candlestick Oscillator]}
> (MOV(MOV(C-O,5,E))26,E)/MOV(MOV(H-L,5,E))26,E))*100
>
> Someone else may have a better code.
>
> J.
>
> >From: "Ian Burgoyne" <iburgy@xxxxxxxxxxx>
> >Reply-To: metastock@xxxxxxxxxxxxx
> >To: metastock@xxxxxxxxxxxxx
> >Subject: Re: Trailing Stop
> >Date: Mon, 10 Apr 2000 17:21:04 EST
> >
> >Thanks for the tip. I'll post the codes I've used a bit later on today.
> >The ECO oscillator you mentioned - can you provide the MS code for it?
> >Ian
> >
> >>From: "j seed" <jseed_10@xxxxxxxxxxx>
> >>Reply-To: metastock@xxxxxxxxxxxxx
> >>To: metastock@xxxxxxxxxxxxx
> >>Subject: Re: Trailing Stop
> >>Date: Thu, 06 Apr 2000 12:47:46 GMT
> >>
> >>Ian,
> >>
> >>Consider Robert Krausz"s work and include some filters in your decision
> >>making process. A good example is the ECO (Ergodic Candlestick
Oscillator
> >>by
> >>Wm. Blau); a double-smoothed ratio of the difference between the closing
> >>and
> >>opening prices and the difference between the high and low. Now about
the
> >>codes for the indicators you have used...where can we find them?
> >>
> >>J.
> >>
> >>>From: "Ian Burgoyne" <iburgy@xxxxxxxxxxx>
> >>>Reply-To: metastock@xxxxxxxxxxxxx
> >>>To: metastock@xxxxxxxxxxxxx
> >>>Subject: Trailing Stop
> >>>Date: Tue, 04 Apr 2000 17:20:36 EST
> >>>
> >>>I've been trying to improve my position trading by using a volatility
> >>>indicator to exit long positions primarily to protect profits. I like
the
> >>>concept of a volatility stop as it is directly linked to the ranging
> >>>activity of the security. A number of them have been discussed on this
> >>>forum
> >>>such as the Volatility Stop (Long) by Chande & Kroll, Trading The Trend
> >>>by
> >>>Andrew Abrahams, ATR Trailing Stop by Yngvi Hardarson and the Count
Back
> >>>Line by Daryl Guppy.
> >>>I've attached a chart of a trade I exited today.
> >>>Acting on the exit signal given by all the indicators yesterday I
exited
> >>>too
> >>>late and gave up about 72% of available profit which is way too high a
> >>>price
> >>>for my liking. By using a lower multiplier of the ATR I would get a
> >>>tighter
> >>>stop but often it can take you out of a trade prematurely. Had I based
my
> >>>exit on the trendline I would have exited yesterday.
> >>>I know it's difficult to counter a gap move down like this one but can
> >>>anyone suggest a better method which will keep a good portion of
profits
> >>>yet
> >>>not exit trades too early.
> >>>regards
> >>>Ian Burgoyne
> >>>
> >>>
> >>>______________________________________________________
> >>>Get Your Private, Free Email at http://www.hotmail.com
> >>><< VolatilityStop.gif >>
> >>
> >>______________________________________________________
> >>Get Your Private, Free Email at http://www.hotmail.com
> >>
> >
> >______________________________________________________
> >Get Your Private, Free Email at http://www.hotmail.com
> >
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
|