GD::Graph - Can it create a stock chart

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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,...
    2. 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? ...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: GD::Graph - Can it create a stock chart

    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
    Gregory Toomey Guest

  4. #3

    Default 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

  5. #4

    Default Re: GD::Graph - Can it create a stock chart

    In article <SWd9d.31844$HO1.1289658@news20.bellglobal.com>,
    "Jarson" <jarsonk@nospam.com> writes:
    >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).
    Yes, I would like to know how to do that too.
    >A stock chart (again, perhaps not the most correct name) shows the
    >high/low/close for each data point.
    GD::Chart calls this a hi-low-close chart. It rocks, if you can build
    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

  6. #5

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139