Show Your Complex Stock Chart?

Discussion about JFreeChart related to stockmarket charts.
Locked
johnnyboy

Show Your Complex Stock Chart?

Post by johnnyboy » Sat Jul 02, 2005 6:04 am

Anyone have samples of charts you've created with JFreeChart that come close to the types of charts us traders usually see in the apps we use. I mean maybe a chart with 3 panes (price, volume, rsi), candlestick style, with moving averages in the same pane as the price?

I've yet to see a good complex sample of what JFreeChart can do in terms of stocks/financial charts. Maybe there is no good java library for doing that? Is that why there's no good java-based stock program (even for just end-of-day) charting?

The generic-samples on the site are too simple. Thanks.

johnhurt@gmail.com

johnnyboy

Can JFreeChart come close to charts like these?

Post by johnnyboy » Sat Jul 02, 2005 6:46 am

http://www.advsofteng.com/gallery_finance.html

Has anyone built charts that look close to those above with JFreeChart? If so, can you show me sample or even better some code? Just want to know if its possible by a normal human. Thanks.

SachinPatel
Posts: 2
Joined: Thu Jul 07, 2005 7:00 pm
Location: Frederick MD
Contact:

I can do that

Post by SachinPatel » Thu Jul 07, 2005 7:17 pm

He I seen that site and I can do same charts.


Sachin Patel
Sachin Patel

Guest

So can you show me samples/code? Did you do it with JFreeCh

Post by Guest » Thu Jul 14, 2005 8:39 am

So can you show me samples/code? Did you do it with JFreeChart?

Guest

Post by Guest » Thu Aug 04, 2005 4:32 am

I think the chart drawen using JFreechart is not "compatiable" with the charts in real world. For instance, the volumn chart should be drawen below the price chart, and the MA chart should be a smooth chart. Is there anyone who can provide a real world compatiable chart API?

Guest

Post by Guest » Thu Sep 22, 2005 3:56 pm


nanpan2008
Posts: 1
Joined: Fri May 19, 2006 9:49 pm
Location: NA
Contact:

Post by nanpan2008 » Fri May 19, 2006 10:11 pm

NA

vuj2010
Posts: 11
Joined: Fri Apr 07, 2006 11:54 pm

here is the chart

Post by vuj2010 » Thu Jun 01, 2006 8:37 pm


wzwei28
Posts: 105
Joined: Wed Mar 16, 2005 9:17 am
Location: Malaysia, Earth
Contact:

Post by wzwei28 » Tue Jul 04, 2006 4:15 am

I had developed this charting prediction system. But it is simple and not so complicated that u want.

Here is the URL:
http://chart.n2nconnect.com/FAChart/NNSP.jsp

Needs JRE 1.4.2_04 and above. Recommended JRE 1.5 because like david said before Java had bugs on the zooming parts on JRE 1.4.

regards,
Zi Wei.

clam61
Posts: 66
Joined: Tue Jul 03, 2007 9:59 pm

Post by clam61 » Tue Jul 03, 2007 10:46 pm

wow thats great. can we get the source?

wzwei28
Posts: 105
Joined: Wed Mar 16, 2005 9:17 am
Location: Malaysia, Earth
Contact:

Post by wzwei28 » Wed Jul 04, 2007 3:44 am

Sure. I had resigned from the previous company, so no right to access the server for distrubute code.

But recent few month had become entrepreneur, and had multiple server at data centre.

1st August alpha released
1st September beta released

of new version of stock realtime feed + news + stock analysis chart with 1000++ technical indicator(jfreechart for chart & comet programming(push mode AJAX) for displaying the global stock realtime feed. Drupal for CMS....and some analysis tools deploy by java web start. Will announce url alpha released on 1st august, then everyone interested can download the source from it, all are free and domain is .org

clam61
Posts: 66
Joined: Tue Jul 03, 2007 9:59 pm

Post by clam61 » Wed Jul 04, 2007 4:34 am

hey thanks this will be very helpful for me to learn. thanks!

Tony Young
Posts: 14
Joined: Fri Nov 02, 2007 8:21 am

Post by Tony Young » Tue Nov 06, 2007 4:06 am

HI:
im working on a stock analysis system, would someone give some samples to me?
Thanks!

wzwei28
Posts: 105
Joined: Wed Mar 16, 2005 9:17 am
Location: Malaysia, Earth
Contact:

Post by wzwei28 » Tue Nov 06, 2007 4:28 am

I had published the code and documentation of the crosshair, realtime dynamic tooltip, and restore previous zooming point at jfreechart forum.

The algorithm of 'technical analysis' can be derived from
http://ta-lib.org/
http://stockcharts.com/index.html (chart school section)
financial book
and etc...

U may get link or view demo from http://vnetcode.org
or following direct link:

1)Realtime dynamic crosshair (trace) and tooltip (patch code)
http://www.jfree.org/phpBB2/viewtopic.php?p=64888

2)Restore zooming point(zoom out) overriding ChartPanel patch
http://www.jfree.org/phpBB2/viewtopic.php?p=64860

Demo system are available at Order Manager System(OMS) link.

Hope it helps!

best regards,
Wong Zi Wei,
http://vnetcode.org

Locked