Page 1 of 1

Stock chart with candle and volume

Posted: Thu Aug 04, 2011 11:23 am
by 8119875
I want to create a single chart with price and volume (but I want to restrict the volume increase up to a certain levels) so that I can have a good view of price and volume in the same chart as the volume is so high so that it overlaps with the candle stick. But if I use the different axis it still does not look very good therefore I want to limit the volume bad. I also want to apply moving average to volume and candle stick -

Please advise how I can achieve it in .NET?

Re: Stock chart with candle and volume

Posted: Fri Aug 05, 2011 9:26 am
by 10050769
Hello Matthew Scot,

I recommend that take a look in the Demo project example, concretely in All features\Welcome !\Axes\Opaque zones , where you can do something as this example, to control overlapping series and All features\Welcome !\Functions\Financial\Exp. moving average where you can see and example of average series with candle

Thanks,