I have visual basic for excel code that has been gethistory-ing successfully for several versions of esignal, most recently the the 7.7 alpha (beta?) that was posted to this forum. It has been successfully running for a month or more on that.
Yesterday I upgraded to the full official version of 7.7. The first problem was that when I did a simple upgrade (no uninstall of old) it complained about an old dll when I tried to startup esignal. So I did a complete uninstall and then reinstall. Esignal app started up fine and returns apparently current data.
So then I ran my code that retrieves price data for the current day. It no longer returns current data! I dug and found that the the esignal.RequestHistory is returning data from 9/29 even though today is Oct 1 (and I am only asking for 30 bars...so definitely should be today)!!!! I see this when I do GetBar and look at date. HELP!!!
I tried going into the Esignal Data manager and scheduling an immediate data purge (and tried "Force" also) thinking maybe old data in the cache. No effect.
I want to emphasize I have made no code alternations and have never had this problem before when changing versions. I am stumped!
Please advise as my code is useless now :-(
Yesterday I upgraded to the full official version of 7.7. The first problem was that when I did a simple upgrade (no uninstall of old) it complained about an old dll when I tried to startup esignal. So I did a complete uninstall and then reinstall. Esignal app started up fine and returns apparently current data.
So then I ran my code that retrieves price data for the current day. It no longer returns current data! I dug and found that the the esignal.RequestHistory is returning data from 9/29 even though today is Oct 1 (and I am only asking for 30 bars...so definitely should be today)!!!! I see this when I do GetBar and look at date. HELP!!!
I tried going into the Esignal Data manager and scheduling an immediate data purge (and tried "Force" also) thinking maybe old data in the cache. No effect.
I want to emphasize I have made no code alternations and have never had this problem before when changing versions. I am stumped!
Please advise as my code is useless now :-(
Comment