Returns the highest value of prices over all values given. Returns a series which contains the higher highs values of prices array within a given period considering a look back period of n days.
[Visual Basic]
Overloads Public Shared Function HighestPeriod( _
ByVal sc As SeriesCollection, _
ByVal noOfDays As Integer _
) As SeriesCollection
[C#]
public static SeriesCollection HighestPeriod(
SeriesCollection sc,
int noOfDays
);
a series where the first term is the high calculated for the most recent trading period, the second term is the high for the previous trading period and so on.
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.