desktop:desktop_chart_scripting_function_reference_typ

This is an old revision of the document!


Typical Field

Represents the typical price, in ticks, of the current bar.

The typical price is the average of the Open, High, and Close bar prices.

This field is simply shorthand for the following formula:

|Typical, Typ
  {{(OPEN + HIGH + CLOSE) / 3}} 

TYP is shorthand for TYPICAL. The two can be used interchangeably.

  • desktop/desktop_chart_scripting_function_reference_typ.1641827732.txt.gz
  • Last modified: 2023/09/21 19:55
  • (external edit)