gujjula / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

Mark candlestick bar when open price is equal to close price #285

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to financial graph convention, candlesticks bars that open value is 
equal to close value must have a cross to point it.

I've realized that core-plot candle bars shows no horizontal cross (only draws 
the vertical candle line).

See attached screenshot

Original issue reported on code.google.com by victor.m...@gmail.com on 18 May 2011 at 7:22

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by eskr...@mac.com on 18 May 2011 at 11:59

GoogleCodeExporter commented 9 years ago
Fixed with a minor refactoring of CPTTradingRangePlot class.

When a bar has equal open and close values, it draws a cross of barSize width 
and lineColor color

Original comment by victor.m...@gmail.com on 19 May 2011 at 9:06

GoogleCodeExporter commented 9 years ago
This issue was closed by revision f1d7db5f6ef8.

Original comment by victor.m...@gmail.com on 23 May 2011 at 7:36