dotnetCHARTING Send comments on this topic.
HighestPeriod Method
See Also 
dotnetCHARTING Namespace > FinancialEngine Class : HighestPeriod Method


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.

Overload List

OverloadDescription
HighestPeriod(String,Series,Int32) 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.  
HighestPeriod(Series,Int32) 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.  
HighestPeriod(SeriesCollection,Int32) 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.  

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