PINE LIBRARY
Updated

pslibs_revised

190
Library "pslibs_revised"

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)

is_within_first_30_minutes()

is_last_60_minutes()

is_last_30_minutes()

func_yestday_was_postive_trend()
Release Notes
v2
Release Notes
v3

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.