Hamster-Coder

RsiLib

Hamster-Coder Diupdate   
Library "RsiLib"
TODO: add library description here

bullishDivergence(rsi, check_backward_length, rsi_threshold, rsi_overload_threshold, power_threshhold)
  Parameters:
    rsi (float)
    check_backward_length (int)
    rsi_threshold (float)
    rsi_overload_threshold (float)
    power_threshhold (int)
Catatan Rilis:
v2

Добавлено:
bullishDivergence2(rsi, check_backward_length, rsi_threshold, rsi_overload_threshold, power_threshhold)
  Parameters:
    rsi (float)
    check_backward_length (int)
    rsi_threshold (float)
    rsi_overload_threshold (float)
    power_threshhold (int)

bullishHiddenDivergence(rsi, check_backward_length, rsi_threshold, rsi_overload_threshold, power_threshhold)
  Parameters:
    rsi (float)
    check_backward_length (int)
    rsi_threshold (float)
    rsi_overload_threshold (float)
    power_threshhold (int)
Catatan Rilis:
v3

Обновлено:
bullishDivergence2(rsi, check_backward_length, rsi_threshold, rsi_overload_threshold)
  Parameters:
    rsi (float)
    check_backward_length (int)
    rsi_threshold (float)
    rsi_overload_threshold (float)
Catatan Rilis:
v4
Catatan Rilis:
v5
Catatan Rilis:
v6

Обновлено:
bullishHiddenDivergence(rsi, check_backward_length, rsi_threshold, rsi_overload_threshold)
  Parameters:
    rsi (float)
    check_backward_length (int)
    rsi_threshold (float)
    rsi_overload_threshold (float)
Catatan Rilis:
v7

Добавлено:
bullishDivergencePower(rsi, check_backward_length, rsi_threshold, rsi_overload_threshold)
  Parameters:
    rsi (float)
    check_backward_length (int)
    rsi_threshold (float)
    rsi_overload_threshold (float)

bullishHiddenDivergencePower(rsi, check_backward_length, rsi_threshold, rsi_overload_threshold)
  Parameters:
    rsi (float)
    check_backward_length (int)
    rsi_threshold (float)
    rsi_overload_threshold (float)

bearishDivergencePower(rsi, check_backward_length, rsi_threshold, rsi_overload_threshold)
  Parameters:
    rsi (float)
    check_backward_length (int)
    rsi_threshold (float)
    rsi_overload_threshold (float)

bearishHiddenDivergencePower(rsi, check_backward_length, rsi_threshold, rsi_overload_threshold)
  Parameters:
    rsi (float)
    check_backward_length (int)
    rsi_threshold (float)
    rsi_overload_threshold (float)

Удалено:
bullishDivergence(rsi, check_backward_length, rsi_threshold, rsi_overload_threshold, power_threshhold)

bullishDivergence2(rsi, check_backward_length, rsi_threshold, rsi_overload_threshold)

bullishHiddenDivergence(rsi, check_backward_length, rsi_threshold, rsi_overload_threshold)
Catatan Rilis:
v8
Catatan Rilis:
v9

Обновлено:
bullishHiddenDivergencePower(rsi, check_backward_length, rsi_threshold)
  Parameters:
    rsi (float)
    check_backward_length (int)
    rsi_threshold (float)

bearishHiddenDivergencePower(rsi, check_backward_length, rsi_threshold)
  Parameters:
    rsi (float)
    check_backward_length (int)
    rsi_threshold (float)
Catatan Rilis:
v10

Обновлено:
bearishDivergencePower(rsi, check_backward_length, skip_length, rsi_threshold, rsi_overload_threshold)
  Parameters:
    rsi (float)
    check_backward_length (int)
    skip_length (int)
    rsi_threshold (float)
    rsi_overload_threshold (float)
Catatan Rilis:
v11

Обновлено:
bullishDivergencePower(rsi, check_backward_length, skip_length, rsi_threshold, rsi_overload_threshold)
  Parameters:
    rsi (float)
    check_backward_length (int)
    skip_length (int)
    rsi_threshold (float)
    rsi_overload_threshold (float)

bullishHiddenDivergencePower(rsi, check_backward_length, skip_length, rsi_threshold)
  Parameters:
    rsi (float)
    check_backward_length (int)
    skip_length (int)
    rsi_threshold (float)

bearishHiddenDivergencePower(rsi, check_backward_length, skip_length, rsi_threshold)
  Parameters:
    rsi (float)
    check_backward_length (int)
    skip_length (int)
    rsi_threshold (float)
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.