Consulting

Results 1 to 3 of 3

Thread: Better solution for stock charts

  1. #1

    Lightbulb Better solution for stock charts

    I'm trying to create line charts in excel for visual analyses of stocks using date and price data, ie:

    1/1/2013 78.63
    1/2/2013 79.54

    The problem is that the data I am graphing is daily data, and a single year's worth of data creates over 250 date and price data points. This makes it very frustrating to identify specific values and dates just from highlighting the cursor over the chart.

    I need a solution that will allow me to quickly create graphs from excel data (programmatically would be ideal) that I can easily read and navigate, and ideally, annotate by adding markers or lines or by highlighting certain data points. Does anyone know of an excel add-in perhaps or other solution that has those capabilities? Something with the capabilities of google finance charts below to easily grab a data point and to look at shorter/longer time frames, along with the ability to add annotations would be perfect. Does anything like this exist as an integration into excel?

  2. #2
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    Sounds like fun coding.

    I am sure something like that is around, after all, google got the idea from somewhere, But I'm not familiar with anything.

    I'm pretty simple minded, but I can imagine using a worksheet to display chart like line graphs. The lines would be pixilated, but...Either resize columns and rows, or Zoom.

    Just about any capability you want could be provided. Lots of coding.
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  3. #3
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    A quick google search turned up this http://stockcharts.com/. Maybe a good starting point for your own chart.
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

Posting Permissions

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