I am reading Brian Petersons research on how to build systematic strategies https://www.researchgate.net/public...ing_Backtesting_Systematic_Trading_Strategies.
He states -
If we have a good conceptualization of the hypothesized properties
of the indicator, we can construct what the signal processing field
calls the ‘symmetric filter’ on historical data.These are often opti-
mized ARMA or Kalman-like processes that filter out all the ‘noise’
to capture some pre-determined features of the series. They’re (usu-
ally) useless for prediction, but are very descriptive of past behavior
This reminded me of the time when I was told to use a tGarch model to smooth the price series and get rid of time varying volatility.
I am having trouble understanding why and how we do this. If we have AAPL returns as our target and we have some other feature to help us forecast, should I simply run an ARMA,ARIMA, Garch model on the series to make everything stationary? David Aronson also talks about this in his book but it's a tricky thing to get your head around without seeing it done and understanding why traders do it.
He states -
If we have a good conceptualization of the hypothesized properties
of the indicator, we can construct what the signal processing field
calls the ‘symmetric filter’ on historical data.These are often opti-
mized ARMA or Kalman-like processes that filter out all the ‘noise’
to capture some pre-determined features of the series. They’re (usu-
ally) useless for prediction, but are very descriptive of past behavior
This reminded me of the time when I was told to use a tGarch model to smooth the price series and get rid of time varying volatility.
I am having trouble understanding why and how we do this. If we have AAPL returns as our target and we have some other feature to help us forecast, should I simply run an ARMA,ARIMA, Garch model on the series to make everything stationary? David Aronson also talks about this in his book but it's a tricky thing to get your head around without seeing it done and understanding why traders do it.