C# charting software

Does any one have any recommendations for C# charting library or code.

I am interested in plotting some charts and indicators and would rather not start the charting code from scratch.

Thanks
 
Quote from Tums:

might as well pay a little and get Neoticker. Included in the program are order management, autotrading, backtesting, integrated simtrading... just to name a few.
http://www.tickquest.com/

I have looked at Neoticker briefly but I don't think it has what I want.

Basically, I am not looking to automate, back test etc just to be able to draw some lines, graphs based on live feeds.

Mostly to try and experiment with different ways of showing the data that are most likely not your standard indicators eg. auto trendlines, DOM on the chart itself etc.

I could probably do it with excel & DDE, but I have quite a bit of code invested in C# that I would like to be able to use.
 
Quote from bi9foot:

Does any one have any recommendations for C# charting library or code.

I am interested in plotting some charts and indicators and would rather not start the charting code from scratch.

Thanks

Try http://zedgraph.org

This is a open source charting library in .Net
 
Quote from bi9foot:I have quite a bit of code invested in C# that I would like to be able to use. [/B]
An obvious choice is Ninjatrader. It has some problems but it is free for charting (but not free for trading).
 
Quote from bi9foot:

Does any one have any recommendations for C# charting library or code.

I am interested in plotting some charts and indicators and would rather not start the charting code from scratch.

Thanks

Take a look at Chartdirector: www.advsofteng.com

Specifically look at their financial charting examples.

(This is the charting library used in TradingBlox)
 
Back
Top