j0el/Backtesting-a-Momentum-Trading-Strategy
Apply a trading strategy based only on the history of past prices, or momentum strategy: buys the previous winners (i.e. stocks with the highest returns in the recent past) and sells the losers (i.e., stocks with the lowest past returns). We will use a "classical" machine learning and deep learning model.
Jupyter Notebook
No issues in this repository yet.