Hi B -- You are collecting Tick Data, storing it in a CSV file, and want to import that CSV file into AmiBroker every few seconds. That will be really inefficient.
My advice is to subscribe to one of the realtime data sources that AmiBroker supports and have the tick data feed AmiBroker directly. There are many -- Quotes Plus, DTN IQ, CQG, Interactive Brokers, eSignal, etc. See the AmiBroker website for complete details. http://www.amibroker.com/ Thanks, Howard On Sat, Sep 27, 2008 at 6:27 AM, bhakta79 <[EMAIL PROTECTED]> wrote: > Hi, > > I have looked for similar topics and have not found a match. > > I have a text/csv file that is updated automatically every <n> seconds > with new tick information. I have control on the format in which the > csv file is generated. > > How can I get amibroker to use this data and update intraday charts > automatically? > > cheers! > -B > > >
