Ask a Question related to PERL Modules, Design and Development.
-
Jarson #1
GD::Graph - Can it create a stock chart
I would like to know if GD::Graph can be used to create a "Stock Chart".
This is a series of lines with three data points representing the
high/low/close. Perhaps there is a more correct name for this type of chart,
but it is referred to this in MS Excel. My application is NOT for tracking
stocks, and I will use it for the high/low/average for several days.
Thanks,
Jarson (jarson) from Sygration.
That's a dot com company (you can figure out the e-mail address if needed).
Jarson Guest
-
WSDL to Chart/Graph
Hi - I don't see a problem with using WebService results for a chart - I think the question of complexity comes with matching the data to the chart,... -
Yahoo Finance Stock Chart
Hi, looks like Yahoo Finance started to use flash to generate the stock chart. Can anyone give me some clue how those chart was generated? ... -
Need to convert a SWF Chart/Graph to Image file.
I've already tried the Flash forum, but I haven't gotten that much luck. On the off chance that there's a non-flash solution to my problem, I'm... -
Recommend/survey graph, chart module space?
While looking for a chart module, I see a very large number to choose from. Is there a pointer to a guide, or do folks have recommendations, on... -
stock chart
Hai All. I want to make a stock chart in flash mx. iam looking for a component. pls give the tell me where can i find the components. ThanX... -
Gregory Toomey #2
Re: GD::Graph - Can it create a stock chart
Jarson wrote:
Yes. In fact many online charting applications use Perl.> I would like to know if GD::Graph can be used to create a "Stock Chart".
> This is a series of lines with three data points representing the
> high/low/close. Perhaps there is a more correct name for this type of
> chart,
> but it is referred to this in MS Excel. My application is NOT for
> tracking stocks, and I will use it for the high/low/average for several
> days.
[url]http://ipo-australia.com/scgi-bin/beta/graph.cgi?graph=XAO_year_550x350[/url]
(This uses plain GD & is not in production yet).
gtoomey
Gregory Toomey Guest
-
Jarson #3
Re: GD::Graph - Can it create a stock chart
Your example is not a stock chart. It is a line chart (although a very nice
one, and I do want to know how you were able to get all the daily data yet
only show monthly data titles and vertical lines).
A stock chart (again, perhaps not the most correct name) shows the
high/low/close for each data point.
Jarson
"Gregory Toomey" <nospam@bigpond.com> wrote in message
news:2sl464F1m4qf8U1@uni-berlin.de...> Jarson wrote:
>>>> I would like to know if GD::Graph can be used to create a "Stock Chart".
>> This is a series of lines with three data points representing the
>> high/low/close. Perhaps there is a more correct name for this type of
>> chart,
>> but it is referred to this in MS Excel. My application is NOT for
>> tracking stocks, and I will use it for the high/low/average for several
>> days.
> Yes. In fact many online charting applications use Perl.
>
> [url]http://ipo-australia.com/scgi-bin/beta/graph.cgi?graph=XAO_year_550x350[/url]
> (This uses plain GD & is not in production yet).
>
> gtoomey
Jarson Guest
-
Peter Scott #4
Re: GD::Graph - Can it create a stock chart
In article <SWd9d.31844$HO1.1289658@news20.bellglobal.com>,
"Jarson" <jarsonk@nospam.com> writes:Yes, I would like to know how to do that too.>Your example is not a stock chart. It is a line chart (although a very nice
>one, and I do want to know how you were able to get all the daily data yet
>only show monthly data titles and vertical lines).
GD::Chart calls this a hi-low-close chart. It rocks, if you can build>A stock chart (again, perhaps not the most correct name) shows the
>high/low/close for each data point.
all the dependencies. It hides its CPAN light under a bushel somewhat:
[url]http://search.cpan.org/~rdp/GD-Chart-0.05/[/url]
-->Jarson
>
>
>"Gregory Toomey" <nospam@bigpond.com> wrote in message
>news:2sl464F1m4qf8U1@uni-berlin.de...>>> Jarson wrote:
>>>>>>> I would like to know if GD::Graph can be used to create a "Stock Chart".
>>> This is a series of lines with three data points representing the
>>> high/low/close. Perhaps there is a more correct name for this type of
>>> chart,
>>> but it is referred to this in MS Excel. My application is NOT for
>>> tracking stocks, and I will use it for the high/low/average for several
>>> days.
>> Yes. In fact many online charting applications use Perl.
>>
>> [url]http://ipo-australia.com/scgi-bin/beta/graph.cgi?graph=XAO_year_550x350[/url]
>> (This uses plain GD & is not in production yet).
>>
>> gtoomey
>
Peter Scott
[url]http://www.perldebugged.com/[/url]
*** NEW *** [url]http://www.perlmedic.com/[/url]
Peter Scott Guest
-
Dmoses #5
Re: GD::Graph - Can it create a stock chart
I have also been looking at trying to do something like that. Is this
something that you worked on or just a site you found. I would like to
see an example of the code that created this or figure out how to shade in
the area under the line. I've only been working with GD::Graph for a
couple days so I'm not quite sure if it does all this or not. IT dosent
seem to handle the number of data points i have which to me 50 or so isint
that many.
Thanks
Dmoses Guest



Reply With Quote

