Do you want a web app just for visualizing data (technical analysis) with a lot of graphs or do you want some advanced stuff like portfolio optimization using markowitz, capital asset pricing model... and prediction the future with montecarlo simulations...
cheers,
Manuel Leiria
Search found 2 matches
- Thu Jul 20, 2006 5:35 pm
- Forum: JFreeChart - Stockmarket
- Topic: project
- Replies: 2
- Views: 11081
- Thu Jul 20, 2006 5:00 pm
- Forum: JFreeChart
- Topic: Newbie question: Which graph to create
- Replies: 3
- Views: 4265
The bin
Thanks David. Also need to know what the bin is? Desmond The bin is the bar in an histogram chart, so, in HistogramDataset().addSeries(key, values, bins) you must provide how many bins (how many bars) will appear in your chart. By the way I have a question: I'm using the HistogramDataset to build a...