Search found 3 matches

by russdb
Mon Jun 18, 2012 8:01 pm
Forum: JFreeChart - Stockmarket
Topic: DefaultHighLowDataset & Regular Time Period
Replies: 0
Views: 8657

DefaultHighLowDataset & Regular Time Period

Here's what I have: 2 type of datasets. 1. The DefaultHighLowDataset uses a specified Date. 2. OHLCSeriesCollection uses the RegularTimePeriod as a date structure. Of what I noticed: OHLCSeriesCollection has the capability to dynamically add datarecords but uses the Regular Time Period which has iss...
by russdb
Mon Jun 18, 2012 3:50 pm
Forum: JFreeChart - Stockmarket
Topic: Hide weekend data in a 4 hour ohlc timeseries
Replies: 2
Views: 15742

Re: Hide weekend data in a 4 hour ohlc timeseries

I'm having the same issue. Big Problem. Have you found a solution. I'm using Forex Data. It's a pain because the Forex Market isn't open during the weekends and JFreeChart is showing time periods for the weekends when there's no trading. The issue is to do with the RegularTimePeriod. I think that JF...
by russdb
Thu Jun 14, 2012 9:21 pm
Forum: JFreeChart
Topic: Regular Time Period (Calandar)
Replies: 0
Views: 2045

Regular Time Period (Calandar)

I want my stock chart to plot trading days. JFreeChart plots calendar days. For example, JFreeChart is plotting records on weekends of which no trading has occurred and of which there are no records with trading data on weekends. Is there a way to make JFreeChart exclude weekend's on its calendar ? ...