Is there a good algorithm to check for changes in data over a specified period of time?
We have around 7k financial products whose closing prices should theoretically move up and down within a certain percentage range throughout a defined period of time (say a one week or month period). I have access to an internal system that stores these historical prices (not a relational database!). I would like to produce a report tha...