PINE LIBRARY
已更新

pslibs_revised

326
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()
版本注释
v2
版本注释
v3

免责声明

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.