PureBytes Links
Trading Reference Links
|
Alan,
I don't know what the "Server" is and how it's organized, but a couple
of weeks ago I had to solve the similar problems. I use the fact that
Visual Basic (or Excel VBA) operator "Open (file) for output" creates
new ASCII files with names(and paths) that can be specified by loops. So
the question is how to put data into VB (or Excel). If "Server" supports
DDE-links, it can be done easy. If not, I use the "Sendkeys" method to
manage application and get data from it. I understand that it is not
professional solution, but may be it can help.
Best regards,
Sergey
>
>I have an interest in converting a large amount of tick data (both
>issues and days) into ASCII files. The procedure for doing this using
>the Server is unacceptably tedious: a file must be manually specified
>for each day of each issue. If you want 200 days each of 100 issues,
>that requires manual specification of 20,000 files.
>
>Does anyone have a more automatic way of doing this? If not, is there a
>published spec for the format of the internal tick database so that a
>program could be written to achieve this? All assistance is greatly
>appreciated.
>
>Allan
>
>
>From omega-list-request@xxxxxxxxxx Thu Feb 12 09:15:23 1998
>Received: (from smartlst@xxxxxxxxx)
> by mx2.eskimo.com (8.8.8/8.8.8) id JAA08539;
> Thu, 12 Feb 1998 09:14:11 -0800 (PST)
>Resent-Date: Thu, 12 Feb 1998 09:14:11 -0800 (PST)
>Message-ID: <34E32D72.73C9555@xxxxxxxxxxxxxxxx>
>Date: Thu, 12 Feb 1998 10:12:18 -0700
>From: "Allan L. Kaminsky" <allank@xxxxxxxxxxxxxxxx>
>X-Mailer: Mozilla 4.04 [en] (WinNT; I)
>MIME-Version: 1.0
>To: Omega List <omega-list@xxxxxxxxxx>
>Subject: Tick Data -> ASCII
>Content-Type: text/plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>Resent-Message-ID: <"gHome2.0.F52.Xtouq"@mx2>
>Resent-From: omega-list@xxxxxxxxxx
>X-Mailing-List: <omega-list@xxxxxxxxxx> archive/latest/14098
>X-Loop: omega-list@xxxxxxxxxx
>Precedence: list
>Resent-Sender: omega-list-request@xxxxxxxxxx
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
|