Averaging Momentum Indicators. Do They Add Anything in Trading?

Averaging Momentum From Multiple Lookback Periods to Create One Indicator — A Python Back-test.

Sofien Kaabar, CFA
Geek Culture

--

www.pxfuel.com

Averaging can open up new doors in analysis, for example, the well-known Relative Strength Index is the result of averaging a type of momentum. In this article, we will present the simple Momentum Indicator and then average it through many lookback periods in order to get a clearer view on the average momentum of the asset. Later, we will back-test this averaged indicator in a trend-following system and see if it was worth it or not. This forms part of my research on finding the best indicators and while some pass and others fail, I choose to always share the results.

I have just published a new book after the success of New Technical Indicators in Python. It features a more complete description and addition of complex trading strategies with a Github page dedicated to the continuously updated code. If you feel that this interests you, feel free to visit the below link, or if you prefer to buy the PDF version, you could contact me on Linkedin.

--

--