We calculate the momentum pergentage over a given period.
[Visual Basic]
Overloads Public Shared Function MomentumPercent( _
ByVal seriesName As String , _
ByVal s As Series, _
ByVal noOfDays As Integer _
) As Series[C#]
public static Series MomentumPercent(
string seriesName,
Series s,
int noOfDays
);| Exception | Description |
|---|---|
| Thrown if the given series has strictly negative elements or if the noOfDays argument is greater then the length of prices array. |
FinancialEngine Class | FinancialEngine Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.