Load candlestick data from file

298 Views Asked by At

I am starting to play with TChart component from Steema software. Does anyone have an example demonstrating how to load candlestick data from an text file and to show the following values when the user moves his cursor over a certain day:

  • Open
  • Close
  • Low
  • High
  • Volume
1

There are 1 best solutions below

0
On

To obtain data from a text file into a chart, check out the All Features\Welcome!\Components\Text Source examples in the new features demo, available at TeeChart's program group. You can also find an example here.

To display the values when the mouse hovers the candles, use MarksTip tool and the OnGetText event to customize marks.