boitoki

Pivots library

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

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

added a type 'HL2'
Catatan Rilis:
v8

added a type "Zone Analysis"
Catatan Rilis:
v9
Catatan Rilis:
v10
Catatan Rilis:
v11
added an option "OC2"

Perpustakaan pine

Dalam semangat TradingView yang sesungguhnya, penulis telah membuat Pine Code sebagai perpustakaan sumber-terbuka sehingga programmer Pine lainnya dapat menggunakannya kembali. Beri semangat kepada penulis! Anda dapat menggunakan perpustakaan ini secara pribadi maupun dalam publikasi terbuka, namun menggunakan ulang kode ini diatur dalam Tata Tertib.

Pernyataan Penyangkalan

Informasi dan publikasi tidak dimaksudkan untuk menjadi, dan bukan merupakan saran keuangan, investasi, perdagangan, atau rekomendasi lainnya yang diberikan atau didukung oleh TradingView. Baca selengkapnya di Persyaratan Penggunaan.

Ingin menggunakan perpustakaan ini?

Copy garis berikut ini dan tempel pada script anda.