You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quant Trading - ML Using Support Vector Machine & Random Forest & and Neural Network
Strategy Overview:
Pair the 30 stocks in the Dow Jones Industrial Average and identify the 10 pairs with the highest cointegration (i.e., the smallest p-value) as investment targets.
Train a model using the Support Vector Machine (SVM) method and calculate the annualized return.
Train a model using the Random Forest (RF) method and calculate the annualized return.
Train a model using the Neural Network (NN) method and calculate the annualized return.
The average annual return from these three methods is then calculated for comparison.