stock charts

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Amit Kulkarni

stock charts

Post by Amit Kulkarni » Wed Apr 17, 2002 1:56 am

Hello:

I am interested in creating MACD, Bollinger, Fast & Slow Stochastic, a high low stock chart, plus some more. I would ideally like to create all or major technical indications for stocks.. It should accept dynamic data.

Anybody interested ? We can share the work, I would like to contribute if somebody else is already on their way.. We can talk off-line and finally contribute the code back into JFreeChart.

Thanks

David Gilbert

Re: stock charts

Post by David Gilbert » Wed Apr 17, 2002 8:12 am

Hi Amit,

Thanks for taking up this initiative. I don't know what all these chart types are (except that they have something to do with stock charts) but if you have any questions about how best to integrate your code into the JFreeChart code base, please ask.

Regards,

DG.

Mudit Wahal

Re: stock charts

Post by Mudit Wahal » Wed Apr 17, 2002 3:15 pm

Amit,

You have mail.

Thanks

Mudit

Andreas Rosenbaum

Re: stock charts

Post by Andreas Rosenbaum » Fri Apr 26, 2002 9:11 pm

Hi,

I could contribute some classes that convert txt/xml stock-data into HighLowDataset and XYDataset.
Let me know if you are interested.

Andreas

David Gilbert

Re: stock charts

Post by David Gilbert » Mon Apr 29, 2002 6:12 am

Hi Andreas,

I'm interested...please e-mail your code.

Regards,

DG.

Mudit Wahal

Re: stock charts

Post by Mudit Wahal » Mon Apr 29, 2002 7:34 pm

Andreas,

I'm also interested. Please email me the code. Or may be DG can put it on the website for everyone to share.

Thanks
Mudit

mike

Re: stock charts

Post by mike » Tue Apr 30, 2002 6:02 am

I am interested. For I will make it in a few weekes, now I just find some good resource.

Andreas Rosenbaum

Re: stock charts

Post by Andreas Rosenbaum » Tue Apr 30, 2002 9:40 pm

I need to change the code a bit, so it will be useful for everyone (it was originally designed for a very special case).
I think I will publish it on Thursday (2002-05-02).

http://www.l-u-r.de/opensource/jfreechart/

Bill Kelemen

Re: stock charts

Post by Bill Kelemen » Tue May 14, 2002 2:04 am

Amit,

As discussed via email, lets work on this topic. Has anyone else been working on building technical analysis indicators components for JFreeChart?

Bill

Mudit Wahal

Re: stock charts

Post by Mudit Wahal » Thu May 16, 2002 6:17 pm

Bill,

I've created right now simple moving averages (overlaid) and volume (combined).

Thanks

Mudit

Locked