PureBytes Links
Trading Reference Links
|
Melesse,
You should create an external database that stores the data you want to
insert by dates. Then create a program that takes the data from the DB and
insert it in the OI field when creating ASCII files to be loaded (with
convert) into MS.
I am loading data only this way and not in any online manner.
I hope this helps.
Moshe
-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx [mailto:owner-metastock@xxxxxxxxxxxxx]On
Behalf Of Melesse Ayalew
Sent: Wednesday, June 28, 2000 7:33 PM
To: metastock@xxxxxxxxxxxxx
Subject: Re: Using more than one parameter for sec
I would like to know how you are storing or making use of the open-intereste
field to store information. At one time, I had to create a security built
out of data from two securities. and I had to use the open and openinterest
fields in the new security. The method works as follows:
1) Convert security (1) to ASCII text format
2) Convert security (2) to ASCII text format
3) Write C program to parse and concatenate the fields and create a ASCII
text
file
4)Convert the ASCII in (3) to Metastock data format.
-- Melesse
convert Metastock ---ASCII and
> X-Authentication-Warning: listserv.equis.com: majordom set sender to
owner-metastock@xxxxxxxxxxxxx using -f
> To: <metastock@xxxxxxxxxxxxx>
> Subject: Using more than one parameter for sec
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> X-Priority: 3 (Normal)
> X-MSMail-Priority: Normal
> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700
> Importance: Normal
>
> Dear and Knowledgeable Members,
>
> I am using the Open Interests field of the securities to store the number
of
> transactions performed so that I can use it for analysis later. How can I
> create more parameters like that attached to a security for further use.
For
> example, Pos/Nag surplus at Open, no of transactions made at open price
> etc...
>
> I need to make the data related to the securities and not create a new one
> for this data.
>
> Many thanks in advance,
>
> Moshe Shalom
>
|