See Also

FinancialEngine Class  | FinancialEngine Members  | Overload List

Language

Visual Basic

C#

Show All

s
The financial series.
See Also Languages dotnetCHARTING Send comments on this topic.

TypicalPrice(Series) Method

Evaluates the Typical Price of an asset within a given trading period.

[Visual Basic]
Overloads Public Shared Function TypicalPrice( _    ByVal s As Series _ ) As Series
[C#]
public static Series TypicalPrice(    Series s );

Parameters

s
The financial series.

Remarks

The typical price is just the arithmetic average of the high, low and closing price for the trading period considered. Generally speaking the period considered will be a single trading day, however the typical price is equally applicable to other time spans and hence the period considered could be (for example) a month or year.

Applications

The Typical Price is often used in place of the closing price in the development of trading systems in which either another intra-day system is used from the intra-period timing of trades, or when the trading party is given discretion on intra-period trading decisions.

See Also

FinancialEngine Class  | FinancialEngine Members  | Overload List

 

 


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