PINE LIBRARY

SlopeUtils

37
Library "SlopeUtils"

calcSlope(src, atr_series, length)
  Calculates a normalized slope based on price change relative to ATR.
  Parameters:
    src (float): (series float) The source input (e.g., close).
    atr_series (float): (series float) The ATR value for normalization.
    length (simple int): (simple int) The lookback period for the slope calculation.
  Returns: (float) The normalized slope value.

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.