Charts In Excel

I am looking to chart 1 minute price data in Excel. I have a good feed for the data.

I plan to chart a basket of stocks based on the Excel Data.

Does anyone know of an Excel add-in that improves on Excel's chart options? I am using Excel 2002.

In the alternative, is there a charting program that is good at charting the sum of multiple symbols without any degredation of data quality.

I have tried Q-Charts but the data falls behind.

Thank you,

Alan
 
Quote from alanmart:

I am looking to chart 1 minute price data in Excel. I have a good feed for the data.

I plan to chart a basket of stocks based on the Excel Data.

Does anyone know of an Excel add-in that improves on Excel's chart options? I am using Excel 2002.

In the alternative, is there a charting program that is good at charting the sum of multiple symbols without any degredation of data quality.

I have tried Q-Charts but the data falls behind.

Thank you,

Alan

Using VBA timer code... Every three seconds the code throws Excel DDE data i get from MarketFeed into SierraCharts' intraday files that SierraCharts immediately plots... been using it for over a year... works great...

http://www.sierrachart.com/index.php?file=doc_IntradayDataFileFormat.html

<img src="http://www.enflow.com/p.gif">
 
Back
Top