Hey everyone,
I am coding a simple machine learning algorithm for trading and I could use some help with picking features to use in my code. I am under the impression that I can use chart technical indicators; examples in the "Chart Technical Indicators" section in this link to the MathWorks financial toolbox. I want to use a feature set to predict future price direction, but I'm not sure which features are most relevant and what number or periods they should be calculated for.
I already coded the majority of the algorithm in MATLAB, and the algorithm is reasonably good at making predictions, but I am running into some issues with overfitting, and I suspect this is because my feature set could use some improvement. I have started translating my code to Python because I want to backtest it here, but my feature set just isn't quite good enough yet for me to post my Python code. Any help with what features I should focus on would be greatly appreciated.