PINE LIBRARY

Mirpapa_Lib_MACD

117
Library "Mirpapa_Lib_MACD"
MACD 계산 및 크로스 체크를 위한 라이브러리

calc_smma(src, len)
  SMMA (Smoothed Moving Average) 계산
  Parameters:
    src (float): 소스 데이터
    len (simple int): 길이
  Returns: SMMA 값

calc_zlema(src, length)
  ZLEMA (Zero Lag EMA) 계산
  Parameters:
    src (float): 소스 데이터
    length (simple int): 길이
  Returns: ZLEMA 값

checkMacdCross(lengthMA, lengthSignal, src, enabled)
  MACD 크로스오버 체크
  Parameters:
    lengthMA (simple int): MACD 길이
    lengthSignal (int): 시그널 길이
    src (float): 소스 (기본값: hlc3)
    enabled (bool): 계산 활성화 여부 (기본값: true)
  Returns: [크로스오버 여부, 크로스언더 여부]

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.