From the papers I have read, it seems that it is the direction and strength of movement that is the most importance not necessarily the price itself.
My goal is to create a dataset that has features and has the predictive variable Bucketed, such as histogram. I would like to know once the variable has been bucketed using a method, how do I then get the buckets back and attach it to a dataset so that I can proceed with a classification method.
I could discretize the predictive variable using the Bayesian Blocks algorithm as shown below.
http://www.astroml.org/user_guide/density_estimation.html
or
https://github.com/pkgw/pwkit/blob/master/pwkit/bblocks.py
Many thanks in advance for the assistance.