I'm relying on what I learned from Ernie Chan's books. I would test for autocorrelation on time series data from different time frames. That way I can confirm/disprove what I see on the charts. I could also calculate a PDF using numpy or pandas. From stackoverflow, this seems straightforward. http://docs.scipy.org/doc/numpy/reference/generated/numpy.histogram.htmlGood hypotheses. How do you go about testing it?
Put the data into an array and run the hist function?