PINE LIBRARY

pslibs

Updated
Library "pslibs"

f_calculate_divergence_on_close(close, mom, rsi, start_lookback, max_lookback, rsiThresholdBuy, rsiThresholdSell, minAngleDiff, run_flag)
  Parameters:
    close (float)
    mom (float)
    rsi (float)
    start_lookback (int)
    max_lookback (int)
    rsiThresholdBuy (float)
    rsiThresholdSell (float)
    minAngleDiff (float)
    run_flag (bool)

f_calculate_divergence_on_low(low, mom, rsi, start_lookback, max_lookback, rsiThresholdBuy, rsiThresholdSell, minAngleDiff, run_flag)
  Parameters:
    low (float)
    mom (float)
    rsi (float)
    start_lookback (int)
    max_lookback (int)
    rsiThresholdBuy (float)
    rsiThresholdSell (float)
    minAngleDiff (float)
    run_flag (bool)

f_calculate_reversal(close, low, high, macdFastPeriod, macdSlowPeriod, macdSignalPeriod, stochPeriod, prcKPeriod, stochOS, stochOB, run_flag)
  Parameters:
    close (float)
    low (float)
    high (float)
    macdFastPeriod (simple int)
    macdSlowPeriod (simple int)
    macdSignalPeriod (simple int)
    stochPeriod (int)
    prcKPeriod (int)
    stochOS (int)
    stochOB (int)
    run_flag (bool)
Release Notes
v2

Added:
is_within_first_30_minutes()

is_last_60_minutes()

is_last_30_minutes()
debugging

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