+ Reply to Thread
Results 1 to 2 of 2

Momentum strategy

  1. #1
    Registered User
    Join Date
    04-15-2011
    Location
    Copenhagen, Denmark
    MS-Off Ver
    Excel 2011
    Posts
    32

    Question Momentum strategy

    Dear Excel-forum,

    Once again I'm into deep and look to you guys for help; I have a sheet with some 260.000+ observations and try to replicate the momentum strategy made famous by Jegadeesh and Titman in 1993:
    I try to get find the 75 largest performers (based on their moving average for the previous three months) and then hold a portfolio of these stocks for the subsequent three months, i.e. get the geometric return of that period for the strategy.

    If anyone has any ideas on how to do this efficiently I would be very thankful! I have attached an example over how I thought to build it up: momentum_example.xlsx

    Many thanks in advance folks!

    Best,
    borge

  2. #2
    Registered User
    Join Date
    04-15-2011
    Location
    Copenhagen, Denmark
    MS-Off Ver
    Excel 2011
    Posts
    32

    Re: Momentum strategy

    So I have managed to partly solve my problem with the following formula:
    =IFERROR(IF(RANK('MA3'!ALT3;'MA3'!$B3:$ALT3;0)<=76;(((1+Returns!ALT8)*(1+Returns!ALT7)*(1+Returns!ALT6))^(1/3)-1);"");"")

    However, for some months i get more than 75 stocks in my portfolio, is there a way to cap this to exactly 75?
    The number is important as I have to have the same number of stocks in both my long and short portfolio for it to be a zero-investment portfolio.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1