dotnetCHARTING Send comments on this topic.
Momentum Method
See Also 
dotnetCHARTING Namespace > FinancialEngine Class : Momentum Method


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.

Overload List

OverloadDescription
Momentum(String,Series,Int32)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.  
Momentum(Series,Int32)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.  
Momentum(SeriesCollection,Int32)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.  

See Also