It would be greatly appreciated if you added the DATE of quote to the XMLGetBasicQuote return string. When requesting a quote during a market day this is not a problem. But, when working over a weekend or holiday (the bigger complication), this becomes an issue. Backdating an OHLCV quote requested on a weekend day is not particularly complicated to code, but holidays (and I generally work 7 days a week) do present an error waiting to happen. Yes, I can be careful only to update on market days (or, at least, not on holidays), but I try to build my code to head off my "human" errors and I am very human. Yes, I can think of many workarounds, but life would be so much easier (not to mention virtually bullet-proof on this issue) if you could simply add a date field (format YYYYMMDD would be convenient, but I'll work with anything). Then I can concentrate on all the other errors I create.
OR maybe I am simply blind and the date is already there somewhere?
Thank you
Larry Carhartt
OR maybe I am simply blind and the date is already there somewhere?
Thank you
Larry Carhartt
Comment