
This is a simply strategy that use ARIMA-GARCH model to forecast the return of the stock, if the return > 0 we long, otherwise, we short.
First, we find the best p,d,q value of ARIMA according to AIC. Then we combine it with GARCH(1,1) to build our final model.
(*not a good trading strategy, made me lose some money)