TypicalPrice (Function)

image\trumpet2.gif Disclaimer

The TypicalPrice function returns average of the High, Low and Close prices of a bar.

Syntax

TypicalPrice

Returns (Double)

A numeric value containing the typical average price for the current bar.

Parameters

None

Example

Assigns to Value1 the typical average price on a bar, then plots Value1.

Value1 = TypicalPrice;

Plot1(Value1, "AvgPrc");