Hamster-Coder

RsiLib

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)
Release Notes:
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)
Release Notes:
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)
Release Notes:
v4
Release Notes:
v5
Release Notes:
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)
Release Notes:
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)
Release Notes:
v8
Release Notes:
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)
Release Notes:
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)
Release Notes:
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)
Pine library

In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in a publication is governed by House Rules.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this library?

Copy the following line and paste it in your script.