Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Multiple Model Machine Learning

Found out that more than one random forest model can be generated in the same algorithm so I made separate models for price and volume using the machine learning example in the other thread. Seems like it would also be possible to create multiple models using the same variables and then make a buy or sell decision based on the majority prediction. This is based on the machine learning example and the backtest is relatively fast, so using several models shouldn't cause major issues. The results vary because of random forest so not every backtest will perform this well.