We calculate the momentum pergentage over a given period.
[Visual Basic]
Overloads Public Shared Function MomentumPercent( _
ByVal sc As SeriesCollection, _
ByVal noOfDays As Integer _
) As SeriesCollection
[C#]
public static SeriesCollection MomentumPercent(
SeriesCollection sc,
int noOfDays
);
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. |
FinancialEngine Class | FinancialEngine Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.