Library "Pivots"
This Library focuses in functions related to pivot highs and lows and some of their applications (i.e. divergences, zigzag, harmonics, support and resistance...)

pivots(srcH, srcL, length) Delivers series of pivot highs, lows and zigzag.
  Parameters:
    srcH: Source series to look for pivot highs. Stricter applications might source from 'close' prices. Oscillators are also another possible source to look for pivot highs and lows. By default 'high'
    srcL: Source series to look for pivot lows. By default 'low'
    length: This value represents the minimum number of candles between pivots. The lower the number, the more detailed the pivot profile. The higher the number, the more relevant the pivots. By default 10
  Returns:

zigzagArray(pivotHigh, pivotLow) Delivers a Zigzag series based on alternating pivots. Ocasionally this line could paint a few consecutive lows or highs without alternating. That happens because it's finding a few consecutive Higher Highs or Lower Lows. If to use lines entities instead of series, that could be easily avoided. But in this one, I'm more interested outputting series rather than painting/deleting line entities.
  Parameters:
    pivotHigh: Pivot high series
    pivotLow: Pivot low series
  Returns:

zigzagLine(srcH, srcL, colorLine, widthLine) Delivers a Zigzag based on line entities.
  Parameters:
    srcH: Source series to look for pivot highs. Stricter applications might source from 'close' prices. Oscillators are also another possible source to look for pivot highs and lows. By default 'high'
    srcL: Source series to look for pivot lows. By default 'low'
    colorLine: Color of the Zigzag Line. By default Fuchsia
    widthLine: Width of the Zigzag Line. By default 4
  Returns: Zigzag printed on screen

divergence(h2, l2, h1, l1, length) Calculates divergences between 2 series
  Parameters:
    h2: Series in which to locate divs: Highs
    l2: Series in which to locate divs: Lows
    h1: Series in which to locate pivots: Highs. By default high
    l1: Series in which to locate pivots: Lows. By default low
    length: Length used to calculate Pivots: By default 10
  Returns:

I develop indicators meant to be useful, profitable and good looking.

Please send me a Private Message if you intend to subscribe to an Invite-Only indicator or to hire me to develop some custom work.
Perpustakaan Pine

Di dalam semangat sebenar TradingView, pengarang telah menerbitkan kod Pine ini sebagai perpustakaan sumber terbuka, jadi pengaturcara-pengaturcara Pine yang lain dari komuniti kami boleh menggunakannya semula. Sorakan kepada penulis! Anda boleh menggunakan perpustakaan ini secara peribadi atau pada penerbitan-penerbitan sumber terbuka lain, tetapi penggunaan semula kod ini di dalam penerbitan adalah ditadbir oleh Peraturan Dalaman.

Penafian

Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.

Mahu gunakan perpustakaan ini?

Salin garisan ini dan tampalkan ia di dalam skrip anda.