Hi, I started coding a trade robot in #C and I can't find a charting library which draws candle, stick, charts. May be who will give me a few tips what carting library can be used for this the project? Well if it will be a open source.
I like this library. Not open source but very reasonably priced and works out of the box - http://www.advsofteng.com/cdnet.html
If you using windows forms just check Microsoft chart control that comes part of Visual Studio distribution. It gives you the ability to have line, candle and other chart types straight from your .Net app with very little programming. I would assume that the same is possible using WPF.
Thank vicirek, yeah the ChartControls it's that I looking. Now I testing it and seem it has all major functions for drawing a stock charting.
Thank Goonior! And from me third open source it's ZedGraph. http://sourceforge.net/projects/zedgraph/