- ago
Andreas F. Clenow's book "Stocks on the Move: Beating the Market with Hedge Fund Momentum Strategy" uses an volatility adjusted momentum indicator to rank stocks in his systems. I'd like to request an indicator block for this momentum indicator.

Momentum is calculated by multiplying the annualized exponential regression slope of the past 90 days by the R2 coefficient of the regression calculation.

Thanks for being so responsive to my other requests.
4
1,287
Solved
11 Replies

Reply

Bookmark

Sort
Cone8
 ( 28.25% )
- ago
#1
If Volatility Adjusted Momentum is just Momentum divided by ATR, you can use MathIndOpInd like this to get that indicator -

3
- ago
#2
QUOTE:
Momentum is calculated by multiplying the annualized exponential regression slope of the past 90 days by the R2 coefficient of the regression calculation.

And I wonder where is this adjusting for volatility?
0
Cone8
 ( 28.25% )
- ago
#3
Sorry about that, I missed that part. Good thing I said, "if" ;)
0
- ago
#4
But my point is that your solution so far makes more sense than that of the book's.
0
- ago
#5
Here's an application of Clenow's system using "Volatility Adjusted Momentum".

https://github.com/teddykoker/blog/blob/master/_notebooks/2019-05-19-momentum-strategy-from-stocks-on-the-move-in-python.ipynb
0
- ago
#6
Here's another open source implementation of Clenow's use of "Volatility Adjusted Momentum" as a ranking tool in a multiple stock system based on Clenow's work.
https://github.com/fbertram/TuringTrader/blob/develop/BooksAndPubs/Clenow_StocksOnTheMove.cs

Source: https://www.turingtrader.com/articles/improving-momentum-strategies/
0
- ago
#7
How do I get "Volatility Adjusted Momentum" onto the "wish list"?
Thanks
0
Glitch8
 ( 12.08% )
- ago
#8
It’s there now.
0
- ago
#9
Another application article on Cleanow's "Volatility Adjusted Momentum" used as a ranking tool.
https://chrischow.github.io/dataandstuff/2018-11-10-how-not-to-invest-clenow-momentum/
0
- ago
#10
Activated for PowerPack B21. Indicator will be called ClenowMomentum, coded after the original formula from the book:

http:// www.followingthetrend.com/stocks-on-the-move-figures-and-charts/#prettyPhoto[gallery]/15/
0
Best Answer
- ago
#11
Thanks Eugene.
Appreciate your help.
1

Reply

Bookmark

Sort