See Also

FinancialEngine Class  | FinancialEngine Members  | Overload List

Language

Visual Basic

C#

Show All

sc
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.
noOfDays
The number of days before to which the closing price is compared.
See Also Languages dotnetCHARTING Send comments on this topic.

MomentumPercent(SeriesCollection,Int32) Method

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 );

Parameters

sc
A collection of series objects. For example, to evaluate this indicator for two series you will need to pass a series collection containing this two series.
noOfDays
The number of days before to which the closing price is compared.

Exceptions

ExceptionDescription
ArgumentExceptionThrown if the given series has strictly negative elements or if the noOfDays argument is greater then the length of prices array.

See Also

FinancialEngine Class  | FinancialEngine Members  | Overload List

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.