PINE LIBRARY

PineVersatilitiesBundle

579
Library "PineVersatilitiesBundle"
Versatilities (aka, Versatile Utilities) Pack includes:
- Eighteen Price Variants bundled in a Map,
- Nine Smoothing Variants bundled in a Map,
- Visualisations that indicate on both - pane and chart.

price_variants(lb)
  Computes Several different averages using current and previous OHLC values
  Parameters:
    lb (int): - lookback distance for combining OHLC values from the past with the present
  Returns: Map of Eighteen Uncommon Combinations of single and two-bar OHLC averages (rounded-to-mintick)

dynamic_MA(masrc, malen, lsmaoff, almasgm, almaoff, almaflr)
  Dynamically computes Eight different MAs and returns a Map containing Nine MAs
  Parameters:
    masrc (float): source series to compute MA
    malen (simple int): lookback distance for MA
    lsmaoff (simple int): optional LSMA offset - default is 0
    almasgm (simple float): optional ALMA sigma - default is 5
    almaoff (simple float): optional ALMA offset - default is 0.5
    almaflr (simple bool): optional ALMA floor flag - default is false
  Returns: Map of MAs - 'ALMA', 'EMA', 'HMA', 'LSMA', 'RMA', 'SMA', 'SWMA', 'WMA', 'ALL' (rounded-to-mintick)

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.