Overload | Description |
---|---|
MomentumPercent(String,Series,Int32) | We calculate the momentum pergentage over a given period. |
MomentumPercent(Series,Int32) | We calculate the momentum pergentage over a given period. |
MomentumPercent(SeriesCollection,Int32) | We calculate the momentum pergentage over a given period. |
Exception | Description |
---|---|
ArgumentException | Thrown if the given series has strictly negative elements or if the noOfDays argument is greater then the length of prices array. |