charting
Open chart
DoveeDocumentation
LanguageFunction reference

Home/Dovee/Function reference

hlc3

Typical price (high + low + close) / 3

Reference/Price series/Series

hlc3()

Average of high, low, and close. Alias: typprice.

Return value

series

Also accepted: typprice.

Example

line = hlc3()
plot line as "Typical price (high + low + close) / 3"

See also

  • close
  • open
  • high
  • low
  • volume
  • time
  • hour
  • minute
← hl2ohlc4 →