I have a large number of symbols in my database, and I collect all their intraday quotes. But each night I like to remove all intraday quotes which are greater than 365 days old.
Removing one quote at a time in a loop using Quotations.Remove function takes so long, even on a 2+ Ghz computer. Why can't we have a function like AB.Stocks(0).Quotations.RemoveRange(ByRef DateFrom As Date, ByRef DateTo As Date) Rutle1
