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

"System" testing



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.2722.1300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#000080 face=Tahoma>I want to test a system that requires a 
combination of Explorer and System Tester features.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#000080 face=Tahoma>For example, find all stocks that have 
HHV(C,100) = C ... buy these.</FONT></DIV>
<DIV><FONT color=#000080 face=Tahoma>Then sell them when MOV(C,20,S) &gt; 
MOV(C,50,S).</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#000080 face=Tahoma>I can find the stock that meet the buy 
criteria for "a" day but it is then a manual process to apply the System Tester 
to each one.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#000080 face=Tahoma>The problem I'm finding is that it's taking 
forever to do an extended period test.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#000080 face=Tahoma>Anyone got any ideas of how to achieve what 
I want in an easier fashion?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#000080 face=Tahoma>Richard Bone</FONT></DIV></BODY></HTML>
</x-html>From ???@??? Thu Nov 25 16:43:25 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 JAA29430
	for <neal@xxxxxxxxxxxxx>; Thu, 18 Nov 1999 09:38:21 -0800
Received: (from majordom@xxxxxxxxx)
	by listserv.equis.com (8.8.7/8.8.7) id IAA17480
	for metastock-outgoing; Thu, 18 Nov 1999 08:48:15 -0700
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 IAA17477
	for <metastock@xxxxxxxxxxxxxxxxxx>; Thu, 18 Nov 1999 08:48:12 -0700
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 IAA18481
	for <metastock@xxxxxxxxxxxxx>; Thu, 18 Nov 1999 08:54:07 -0700 (MST)
Received: from default (spc-isp-mtl-58-5-178.sprint.ca [149.99.140.178])
	by hme0.mailrouter02.sprint.ca (8.8.8/8.8.8) with SMTP id KAA05027
	for <metastock@xxxxxxxxxxxxx>; Thu, 18 Nov 1999 10:39:31 -0500 (EST)
Message-ID: <004c01bf31db$06645220$b28c6395@xxxxxxx>
From: "Walter Lake" <wlake@xxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
References: <8525682D.004E61E9.00@xxxxxxxxxxxxx>
Subject: Re: Using VB to access Metastock data
Date: Thu, 18 Nov 1999 10:38:55 -0500
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 8bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
Status: RO

Hi Don

You are referring to VB in your post and NOT to VBA?

Is there a comparable method / path for VBA?

Best regards

Walter

----- Original Message -----
From: dllabarre@xxxxxxxxx
To: metastock@xxxxxxxxxxxxx
Sent: Thursday, November 18, 1999 9:13 AM
Subject: RE: Using VB to access Metastock data




Guy,  Richard Bone and List

I'm writing a VB program to test some formulas for Steve and there are a
couple
of ways to get data into VB.  First get the data out of MetaStock and into a
more usable format - open a chart in MetaStock, click on the graph line,
right
click on the graph line, click copy, open Microsoft Note Pad, click paste,
or
open a spreadsheet program and click paste, save file as .txt.  VB can open
and
read the comma delimited text (.txt) file with no problems.  You can also
incorporate a spreadsheet into VB directly and paste the above data into
this
spreadsheet, then perform any calculations on the data.

Contact me privately for more information or if you want to purchase a VB
program to do this.

Don
Web developer
Visual Basic programmer
MetaStock programmer
http://www.abbracadabra.com/cybercast









"Guy Tann" <grt@xxxxxxxxxxxx> on 11/17/99 11:45:19 PM

Please respond to metastock@xxxxxxxxxxxxx

To:   metastock@xxxxxxxxxxxxx
cc:    (bcc: Donald L. LaBarre)
Subject:  RE: Using VB to access Metastock data







Richard

As I understand it, there are two ways to access your Metastock data from
VB.  Equis offers two different libraries.  They offer a read only DLL
library for $99 (I think) and a more extensive MSFL which provides you with
the ability to maintain the Metastock data as well.  I don,t remember the
price, but its all on the Equis site.

If there are other ways to do it, I,d be interested in hearing about them
as
well.

Regards,

Guy
Fax (630) 604-1589

-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx [mailto:owner-metastock@xxxxxxxxxxxxx]On
Behalf Of Richard Bone
Sent: Wednesday, November 17, 1999 4:39 PM
To: metastock@xxxxxxxxxxxxx
Subject: Using VB to access Metastock data

Hi all,

I have followed a number of the threads regarding Visual Basic but I am
still unclear whether it's possible to access the MetaStock files from
Visual Basic? ... and if so how?

I have seen that there is a read-only MDK but that is at extra cost ... at
present price is unclear.

Are there 'other' ways of doing it?

I'd appreciate any help.



Richard Bone