Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Andres
 
Posts: n/a
Default real time charting....

hi, the situation is this... a web query reading at 1 minute interval stock
quotes market (not msn nor yahoo...)

Value Dif. Time
Ac. Soja /05-5 498.88 -5.95 13:30
Ac. Soja /07-5 501.96 -5.73 13:30
Ac. Soja /08-5 498.22 -6.61 13:30
Har. Soja/05-5 204.37 -1.76 13:30
Har. Soja/07-5 206.35 -1.75 13:30
Har. Soja/08-5 206.90 -1.42 13:30
Maiz /05-05 83.36 -0.49 13:30
Maiz /07-05 86.51 -0.49 13:30
Maiz /09-05 89.27 -0.29 13:30
Soja /05-05 227.36 -3.21 13:30
Soja /07-05 229.65 -4.04 13:31
Soja /08-05 228.18 -3.13 13:31
Trigo /05-05 119.51 -2.11 13:31
Trigo /07-05 122.73 -2.57 13:31
Trigo /09-05 125.30 -1.84 13:31


I want to chart the evolution of the prices. Any ideas?

thank in advance

Andres


  #2   Report Post  
Bernard Liengme
 
Posts: n/a
Default

1) read about dynamic chart on my website
or
2) if you have XL2003 turn your data into a List; make a chart; charts made
from Lists are automatically dynamic
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Andres" wrote in message
...
hi, the situation is this... a web query reading at 1 minute interval
stock
quotes market (not msn nor yahoo...)

Value Dif. Time
Ac. Soja /05-5 498.88 -5.95 13:30
Ac. Soja /07-5 501.96 -5.73 13:30
Ac. Soja /08-5 498.22 -6.61 13:30
Har. Soja/05-5 204.37 -1.76 13:30
Har. Soja/07-5 206.35 -1.75 13:30
Har. Soja/08-5 206.90 -1.42 13:30
Maiz /05-05 83.36 -0.49 13:30
Maiz /07-05 86.51 -0.49 13:30
Maiz /09-05 89.27 -0.29 13:30
Soja /05-05 227.36 -3.21 13:30
Soja /07-05 229.65 -4.04 13:31
Soja /08-05 228.18 -3.13 13:31
Trigo /05-05 119.51 -2.11 13:31
Trigo /07-05 122.73 -2.57 13:31
Trigo /09-05 125.30 -1.84 13:31


I want to chart the evolution of the prices. Any ideas?

thank in advance

Andres




  #3   Report Post  
Jon Peltier
 
Posts: n/a
Default

Stephen Bullen has an example on his site for "remembering" the previous so many
data values from a DDE link. You may be able to adapt that to your data.

Alternatively the same process that drives the repeating queries could move the
existing data down a row each time so the new data does not overwrite it.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

Andres wrote:

hi, the situation is this... a web query reading at 1 minute interval stock
quotes market (not msn nor yahoo...)

Value Dif. Time
Ac. Soja /05-5 498.88 -5.95 13:30
Ac. Soja /07-5 501.96 -5.73 13:30
Ac. Soja /08-5 498.22 -6.61 13:30
Har. Soja/05-5 204.37 -1.76 13:30
Har. Soja/07-5 206.35 -1.75 13:30
Har. Soja/08-5 206.90 -1.42 13:30
Maiz /05-05 83.36 -0.49 13:30
Maiz /07-05 86.51 -0.49 13:30
Maiz /09-05 89.27 -0.29 13:30
Soja /05-05 227.36 -3.21 13:30
Soja /07-05 229.65 -4.04 13:31
Soja /08-05 228.18 -3.13 13:31
Trigo /05-05 119.51 -2.11 13:31
Trigo /07-05 122.73 -2.57 13:31
Trigo /09-05 125.30 -1.84 13:31


I want to chart the evolution of the prices. Any ideas?

thank in advance

Andres



  #4   Report Post  
Jon Peltier
 
Posts: n/a
Default

I forgot to paste the link on Stephen's site:

http://oaltd.co.uk/DLCount/DLCount.a...e=Previous.zip

- Jon

Jon Peltier wrote:

Stephen Bullen has an example on his site for "remembering" the previous
so many data values from a DDE link. You may be able to adapt that to
your data.

Alternatively the same process that drives the repeating queries could
move the existing data down a row each time so the new data does not
overwrite it.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

Andres wrote:

hi, the situation is this... a web query reading at 1 minute interval
stock
quotes market (not msn nor yahoo...)

Value Dif. Time
Ac. Soja /05-5 498.88 -5.95 13:30
Ac. Soja /07-5 501.96 -5.73 13:30
Ac. Soja /08-5 498.22 -6.61 13:30
Har. Soja/05-5 204.37 -1.76 13:30
Har. Soja/07-5 206.35 -1.75 13:30
Har. Soja/08-5 206.90 -1.42 13:30
Maiz /05-05 83.36 -0.49 13:30
Maiz /07-05 86.51 -0.49 13:30
Maiz /09-05 89.27 -0.29 13:30
Soja /05-05 227.36 -3.21 13:30
Soja /07-05 229.65 -4.04 13:31
Soja /08-05 228.18 -3.13 13:31
Trigo /05-05 119.51 -2.11 13:31
Trigo /07-05 122.73 -2.57 13:31
Trigo /09-05 125.30 -1.84 13:31


I want to chart the evolution of the prices. Any ideas?

thank in advance

Andres




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to include real time & date on a worksheet nde Excel Discussion (Misc queries) 1 March 23rd 05 06:43 PM
Time Sheets Lady Layla Excel Discussion (Misc queries) 1 March 23rd 05 03:22 PM
unmet challenge boris Excel Worksheet Functions 2 March 16th 05 02:13 PM
How do I get real time stock quotes to my excel worksheet? walter Excel Discussion (Misc queries) 1 January 8th 05 12:01 AM
Charting time? help please... Gustavo Monteverde Charts and Charting in Excel 1 November 28th 04 04:53 AM


All times are GMT +1. The time now is 10:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"