ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Financial chart PhP
Posted by david on Aug-19-2011 02:45
Hello,

I am interested in draw financial chart in PhP. I have data including: $highData,
$lowData, $openData, $closeData, and $volume for 1 year. Where should I store those
data, in database or in a txt file?

Thank you

David

  Re: Financial chart PhP
Posted by Peter Kwan on Aug-19-2011 23:52
Hi David,

You can store the data anywhere you like. It does not matter.

ChartDirector never reads your data. Your own code would need to read your data into PHP, and then pass the data to ChartDirector (by calling the ChartDirector API). That is why the location of the data does not matter to ChartDirector.

Hope this can help.

Regards
Peter Kwan