Evaluates the Average Price for each periods of a collection of periods.
[Visual Basic]
Overloads Public Shared Function AveragePrice( _
ByVal seriesName As String , _
ByVal s As Series _
) As Series
[C#]
public static Series AveragePrice(
string seriesName,
Series s
);
A series where the first element is the Average Price of the asset on the most recent period considered, the second term is the Average Price on the period before that and so on.
Exception | Description |
---|---|
Thrown if the High , Low , Open ,
Close are strictly negative. |
The Average price is just the average of the High, Low, Open and Close of each of the trading periods ranges, where the period considered will generally a day, however the Average price is equally applicable to other time spans and hence the period considered could be (for example) a month or year.
FinancialEngine Class | FinancialEngine Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.