PINE LIBRARY

Pivots library

Aktualisiert
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.
Versionshinweise
Added sample codes.
Versionshinweise
v3: Added HTF sample.
Versionshinweise
v4: Added pivot types ('Classic', 'DM', 'Camarilla', 'Expected Pivot Points').
Versionshinweise
v5

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

added a type 'HL2'
Versionshinweise
v8

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

Pine Bibliothek

Ganz im Sinne von TradingView hat dieser Autor seinen/ihren Pine Code als Open-Source-Bibliothek veröffentlicht. Auf diese Weise können nun auch andere Pine-Programmierer aus unserer Community den Code verwenden. Vielen Dank an den Autor! Sie können diese Bibliothek privat oder in anderen Open-Source-Veröffentlichungen verwenden. Die Nutzung dieses Codes in einer Veröffentlichung wird in unseren Hausregeln reguliert.


Auch am:

Haftungsausschluss