We evaluate the n-day momentum which is simply the difference between today's closing price and the close price n days ago, for all days for which sufficient historical data is given.
[Visual Basic]
Overloads Public Shared Function Momentum( _
ByVal seriesName As String, _
ByVal s As Series, _
ByVal noOfDays As Integer _
) As Series
A series where the first term is the momentum for the most recent trading period, the second term is the momentum for the previous trading period and so on.
Exception | Description |
---|---|
ArgumentException | Thrown if either parameter is strictly negative. |
The Momentum indicator as the name suggests is the velocity with which the price is rising or falling, and hence will reflect how aggressively the asset is being purchased or sold.
Remark: Extended values and/or turning points of the momentum are good indicators of oversold or over brought conditions(respectively).
FinancialEngine Class | FinancialEngine Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.