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

Re: Ways to import ASCII data and then refresh as new data arrives?


  • To: "Dan Dill" <omega-list@xxxxxxxxxx>
  • Subject: Re: Ways to import ASCII data and then refresh as new data arrives?
  • From: "Assen Sharlandjiev" <assen@xxxxxx>
  • Date: Fri, 19 Mar 1999 07:40:32 -0500 (EST)

PureBytes Links

Trading Reference Links

Hi Dan,
Hi List.

I have written similar program. It captures the streaming real-time quotes
from DATEK.
But using my program I can feed the TradeStation with traltime feed. The
program converts the quotes received from DATEK's streamer, to DBC like
feed. The GlobalServer connects to my program and collects the realtime
quotes. That way I have some RT feed for free. I still have some work to
do.. At the moment you can have only up to 20 NASDAQ symbols collected. The
program is written in Java, but i'll rewrite it with Delphi, in order to
save some resources...

Is anyone interesed? I'm looking for some support to my efforts to finish my
program... If anyone wants to help, please contact me.



-----Original Message-----
From: Dan Dill <dan@xxxxxx>
To: omega-list@xxxxxxxxxx <omega-list@xxxxxxxxxx>
Date: 19 Март 1999 г. 14:10
Subject: Ways to import ASCII data and then refresh as new data arrives?


>Hi.
>
>I have written a tool that captures Quote.com streaming data into ASCII
files
>and several people have asked me whether such data can be used with
>TradeStation or SuperCharts in an approximately real-time way.  I do not
have
>either of these programs, but I know that such data can be imported.  What
I
>don't know is whether it is difficult to update charts generated from such
>imported data, as new data is added to the ASCII file.  For example, is
there
>some way to easily refresh the chart?
>
>Thanks
>Dan
>