PINE LIBRARY

divergence

Diupdate
Library "divergence"
divergence: divergence algorithm with top and bottom kline tolerance

regular_bull(series, series, simple, simple, simple, simple, simple) regular_bull: regular bull divergence, lower low src but higher low osc
  Parameters:
    series: float src: the source series
    series: float osc: the oscillator index
    simple: int lbL: look back left
    simple: int lbR: look back right
    simple: int rangeL: min look back range
    simple: int rangeU: max look back range
    simple: int tolerance: the number of tolerant klines
  Returns: array: [left_src_value, left_src_bars, left_osc_value, left_osc_bars, right_src_value, right_src_bars, right_osc_value, right_osc_bars]

hidden_bull(series, series, simple, simple, simple, simple, simple) hidden_bull: hidden bull divergence, higher low src but lower low osc
  Parameters:
    series: float src: the source series
    series: float osc: the oscillator index
    simple: int lbL: look back left
    simple: int lbR: look back right
    simple: int rangeL: min look back range
    simple: int rangeU: max look back range
    simple: int tolerance: the number of tolerant klines
  Returns: array: [left_src_value, left_src_bars, left_osc_value, left_osc_bars, right_src_value, right_src_bars, right_osc_value, right_osc_bars]

regular_bear(series, series, simple, simple, simple, simple, simple) regular_bear: regular bear divergence, higher high src but lower high osc
  Parameters:
    series: float src: the source series
    series: float osc: the oscillator index
    simple: int lbL: look back left
    simple: int lbR: look back right
    simple: int rangeL: min look back range
    simple: int rangeU: max look back range
    simple: int tolerance: the number of tolerant klines
  Returns: array: [left_src_value, left_src_bars, left_osc_value, left_osc_bars, right_src_value, right_src_bars, right_osc_value, right_osc_bars]

hidden_bear(series, series, simple, simple, simple, simple, simple) hidden_bear: hidden bear divergence, lower high src but higher high osc
  Parameters:
    series: float src: the source series
    series: float osc: the oscillator index
    simple: int lbL: look back left
    simple: int lbR: look back right
    simple: int rangeL: min look back range
    simple: int rangeU: max look back range
    simple: int tolerance: the number of tolerant klines
  Returns: array: [left_src_value, left_src_bars, left_osc_value, left_osc_bars, right_src_value, right_src_bars, right_osc_value, right_osc_bars]
Catatan Rilis
v2
Market Geometrystatisticstechindicator

Perpustakaan pine

Dengan semangat TradingView yang sesungguhnya, penulis telah menerbitkan Kode Pine ini sebagai pustaka sumber terbuka sehingga programmer Pine lain dari komunitas kami dapat menggunakannya kembali. Hormat untuk penulis! Anda dapat menggunakan pustaka ini secara pribadi atau dalam publikasi sumber terbuka lainnya, namun penggunaan kembali kode ini dalam publikasi diatur oleh Tata Tertib.

Pernyataan Penyangkalan