creativepackfz / risegadgets

Automatically exported from code.google.com/p/risegadgets
0 stars 0 forks source link

Financial Charts do not clear previous day values at start of market open #790

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run Financial Chart Gadget in a Presentation before market opens
2. Keep it running after the markets open
3.

What is the expected output? What do you see instead?
Chart should clear previous days data and start fresh.  Instead, the chart does 
not update unless you manually refresh the presentation

What version of the product are you using? On what operating system?

Please provide any additional information below.
http://screencast.com/t/QQa4cnVTk4 (image taken at 10:30am)
There is also a message stating:  Uncaught TypeError. Cannot set property 
'close' of undefined

Original issue reported on code.google.com by neal.god...@risevision.com on 20 Nov 2012 at 10:08

GoogleCodeExporter commented 9 years ago
The historical data from the data server is not collecting data for enough 
intervals for Day charts. They should be getting collected every 5 minutes 
starting at 9:35 until 4:30. Instead, IXIC starts at 9:50 and DJI ends at 4:05. 
This should be logged as a bug against Financial data server:
http://www.screencast.com/t/f61IsBpHhp4m
http://www.screencast.com/t/2wIyiKY8x0

I will still fix the Gadget so it shouldn't die if this happens again for some 
reason.

Original comment by donnapep@gmail.com on 21 Nov 2012 at 2:59

GoogleCodeExporter commented 9 years ago
Also, last real-time entry was at 17:16. I don't know why that is since the end 
collection time is 16:30 -
http://www.screencast.com/t/GECbonEUIuP

Original comment by donnapep@gmail.com on 21 Nov 2012 at 3:25

GoogleCodeExporter commented 9 years ago
Conditions have to be right in order to test this. In particular, the real-time 
data server must be returning a last value from yesterday's close that is later 
than 16:30. In the following screenshot, the Trade Time is 17:16:
http://www.screencast.com/t/UpcZmWe89E

Because markets are closed today for American Thanksgiving, today is the 
perfect time to test this as the incorrect Trade Time will not clear until 
tomorrow. This is only a check to prevent the Gadget from crashing. The real 
cause of the problem is Issue 793; in other words, there shouldn't be a value 
for 17:16 since the end collection time is 16:30.

Original comment by donnapep@gmail.com on 22 Nov 2012 at 7:37

GoogleCodeExporter commented 9 years ago

Original comment by neal.god...@risevision.com on 23 Nov 2012 at 8:46

GoogleCodeExporter commented 9 years ago

Original comment by donnapep@gmail.com on 3 Dec 2012 at 9:19