PINE LIBRARY

Pivots library

Updated
Library "Pivots"
TODO: add library description here

pivots(_type, _open, _high, _low, _clsoe) Calculates the pivot point and returns its value.
  Parameters:
    _type: Specifies the type of pivot point.
    _open: The open price
    _high: The high price
    _low: The low price
    _clsoe: The close price
  Returns: Returns the value of the calculated pivot point as a tuple.

cpr(_high, _low, _clsoe) Calculate the Central Pivot Range
  Parameters:
    _high: The high price
    _low: The low price
    _clsoe: The close price
  Returns: Returns the values as a tuple.

htf_ohlc(_htf) Calculate the HTF values
  Parameters:
    _htf: Resolution
  Returns: Returns the values as a tuple.
Release Notes
Added sample codes.
Release Notes
v3: Added HTF sample.
Release Notes
v4: Added pivot types ('Classic', 'DM', 'Camarilla', 'Expected Pivot Points').
Release Notes
v5

- Added a pivot types "Floor" and "Tom DeMark's Pivot"
Release Notes
v6
Added "PP only" options.
Release Notes
v7

added a type 'HL2'
Release Notes
v8

added a type "Zone Analysis"
Release Notes
v9
Release Notes
v10
Release Notes
v11
added an option "OC2"
HTFmtfpivottechindicator

Pine library

In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in a publication is governed by House rules.


Also on:

Disclaimer