Monday, July 27, 2009

Verified! 20 Day Momentum Code for ProRealTime

Hi All,

The code for 20 Day Momentum have been verified by Courtney himself! :) Cheers guys! We are on the right track :)

Max Tay

2 comments:

  1. I wrote some code for Pro Realtime to display the 20 Day momentum and gave it to Courtney.

    Here u go!

    period = 19

    C = close [period]

    return C as "20 period close"

    ReplyDelete
  2. I display it as "Points" or as "line and points"

    ReplyDelete