about highlow chart

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

about highlow chart

Post by koji » Thu Sep 26, 2002 7:16 am

hello all

im writing an example of HighLow chart
now i know how to use high low open and close parameter

but i dont know what the parameter volume means.......

can any one teach me?

best regard

koji

David Gilbert

Re: about highlow chart

Post by David Gilbert » Thu Sep 26, 2002 9:24 am

The 'volume' is the number of shares/contracts/commodities traded during the trading period (usually one day) that the high/low/open/close values relate to. This can be used in the candle stick plot, but is ignored by the high low plot at present. You can just have your dataset return zero for the volume.

Regards,

DG.

koji

Re: about highlow chart

Post by koji » Fri Sep 27, 2002 6:28 am

thanks for ur reply.....

koji

Re: about highlow chart

Post by koji » Fri Sep 27, 2002 7:02 am

sorry about my second problem

now im writing candlestick plot

i see the document that talks if open price > close will be black
and close < open will be red

but in jfreechart when open > close will be red and cloes< open will be green

is that right??
and when i set the volume value, there are gray line behind the chart
what it means the percentage between the data? and sorry about my poor english


best regard

Locked