PureBytes Links
Trading Reference Links
|
<x-html><html>
<font size=3>yes remsend the code..I will put into Metastock..and retest
on Tradestation....<br>
<br>
<br>
At 01:51 PM 8/2/98 , you wrote:<br>
>Could not send message to USER: hpearce<br>
>Reason for Mail Failure below:<br>
><br>
><br>
>********************************************************<br>
><br>
>Message not Delivered. Recipient's Mailbox Over Quota.<br>
><br>
>********************************************************<br>
><br>
>I'm new to the digest and haven't gone through all of the 200+
digests yet.<br>
>So I hope that I'm not wasting your time.<br>
><br>
>Has anyone translated the Trade Station code for the Dynamic
Breakout<br>
>System into Metastock code. DBS was developed by George Pruitt at
Futures<br>
>Truth as a variable Donchain Channel and featured monthly over the
past 1<br>
>1/2 years in Futures magazine in their system development articles.
<br>
><br>
>If this posts and it shows up in the digest, I'll list the TS code
plus the<br>
>code for the oscillator and my MS code attempts.<br>
><br>
>Good trading to all of you.<br>
><br>
>Walter Lake<br>
>wlake@xxxxxxxxx <br>
> </font><br>
<div>**************************</div>
<div>Have a nice day</div>
<div>Jim kerwin</div>
<div>Atlanta, Georgia U.S.A.</div>
**************************
</html>
</x-html>From ???@??? Mon Aug 03 13:34:13 1998
Received: from freeze.metastock.com (204.246.137.5)
by mail02.rapidsite.net (RS ver 0.3) with SMTP id 4990
for <neal@xxxxxxxxxxxxx>; Mon, 3 Aug 1998 16:29:23 -0400 (EDT)
Received: (from majordom@xxxxxxxxx)
by freeze.metastock.com (8.8.5/8.8.5) id NAA29069
for metastock-outgoing; Mon, 3 Aug 1998 13:04:35 -0600 (MDT)
X-Authentication-Warning: freeze.metastock.com: majordom set sender to owner-metastock@xxxxxxxxxxxxx using -f
Received: from mail-gw.pacbell.net (mail-gw.pacbell.net [206.13.28.25])
by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id NAA29036
for <metastock@xxxxxxxxxxxxx>; Mon, 3 Aug 1998 13:04:25 -0600 (MDT)
Received: from pc400 (ppp-207-215-161-226.grdn01.pacbell.net [207.215.161.226]) by mail-gw.pacbell.net (8.8.8/8.7.1+antispam) with SMTP id LAA12051 for <metastock@xxxxxxxxxxxxx>; Mon, 3 Aug 1998 11:56:39 -0700 (PDT)
From: "Guy Tann" <grtann@xxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Subject: RE: System Testing
Date: Mon, 3 Aug 1998 11:55:46 -0700
Message-ID: <001801bdbf10$52b1ae00$e2a1d7cf@xxxxx>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4
In-Reply-To: <C1256655.002A3F96.00@xxxxxxxxxxxxxxxxxxx>
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
X-Loop-Detect: 1
Mark
It's there you just have to find it. I bought it and finally received it.
Cost was $99 plus tax and shipping, I believe.
It's called, I believe the MetaStock File Library I believe.
Regards
Guy
-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx [mailto:owner-metastock@xxxxxxxxxxxxx]
On Behalf Of m.jonker@xxxxxxxxxx
Sent: Monday, August 03, 1998 12:49 AM
To: metastock@xxxxxxxxxxxxx
Subject: Re: System Testing
Does anybody know what the status is on the Visual Basic interface to
MS-files?
Is it out yet?
What are the costs?
Maybe even experiences?
Thanks, Mark.
lissen@xxxxxxxxxxxxxxxx on 01-08-98 19:54:13
Please respond to metastock@xxxxxxxxxxxxx
To: metastock@xxxxxxxxxxxxx, metastock-list@xxxxxxxxxxxxx
cc: TKruzel@xxxxxxxxxxxxxxxx (bcc: Mark Jonker/Everest)
Subject: Re: System Testing
You might be able todo this using the new metstock program that has a
Visual
Basic interfacewith the ms files. Have you tried a spreadsheet?
Lionel
-----Original Message-----
From: TKruzel <TKruzel@xxxxxxxxxxxxxxxx>
To: Metastock-Users-List <metastock-list@xxxxxxxxxxxxx>
Date: Saturday, August 01, 1998 12:27 AM
Subject: System Testing
>MetaStocker's,
>
>There is a type of trading scenario that I would like to test for
>in MetaStock. So far I have been unsuccessful in trying to do it.
>If any of you out there have succeeded testing the following
>scenario (with MetaStock or any other product) I would appreciate
>hearing from you.
>
>Imagine the following trade. At some price bar, a buy signal is
>triggered and I enter the trade. The entry price is the CLOSE of that
>bar. Now, I wish to exit the trade at the first instance that the stock
>trades at CLOSE+1/2 (a half point of profit). To do this I must check
>the HIGH of each subsequent bar. The CLOSING prices of the subsequent
>bars may never achieve a value of CLOSE+1/2, but the HIGH of the very
>next bar might very well achieve a value of CLOSE+1/2. As soon as the
>HIGH exceeds CLOSE+1/2 I would exit the trade with 1/2 point profit.
>
>The System Tester bundled with MetaStock does not allow for the above
>type of scenario. The System Tester requires using the same price on
>each bar for both entries and exits (i.e. CLOSE/CLOSE, OPEN/OPEN, etc.).
>So, if the FUTURE CLOSES never get above the value of ENTRY CLOSE+1/2
>then MetaStock would end up counting the trade as a looser (assuming
>that some STOP would take you out). However, the trade may have
>actually been a winner because some future HIGH did exceed the value
>of CLOSE+1/2.
>
>Because of this limitation in the MetaStock System Tester I have been
>trying to program my own system tester using MetaStock's Expert Adviser
>and the Indicator Builder programming language. However, due to the
>archirecture of the MetaStock programming language it is impossible to
>build a system tester for the case that the exit criteria is based
>upon the entry criteria. (I have MetaStock support folks looking at
>this, however, I am not optimistic.)
>
>Here is a sketch of the trade I described above.
>
> HIGH |
> | <--- CLOSE + 1/2
> |
> _|_ |
> CLOSE | | _|_
> | | | |
> | | |___|
> |___| | _|_
> | (2) | |
> (1) | |
> |___|
> |
> (3)
>
>a) A trade is entered at the CLOSE of bar (1). The exit target price
> is CLOSE + 1/2
>
>b) The HIGH of bar (2) exceeds the value of CLOSE + 1/2. The trade
> is exited and counted as profitable (profit of 1/2 point).
>
>c) The MetaStock System Tester looks only at the closing prices of
> bars (2) and (3). The closing prices of bars (2) and (3) do not
> exceed CLOSE + 1/2. If the close of bar (3) triggers a STOP the
> trade is exited and accounted for as a loss.
>
>One would not think that doing this should be very difficult, but so
>far I have found it to be impossible.
>
>Thanks,
>Regards,
>Tim Kruzel
|