| Overload | Description |
|---|---|
| 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. |