desktop:desktop_chart_scripting_function_reference_typ

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.txt
  • Last modified: 2023/09/21 19:58
  • by 127.0.0.1