PINE LIBRARY

loxxmas

74
Library "loxxmas"
TODO:loxx moving averages used in indicators

kama(src, len, kamafastend, kamaslowend)
  KAMA Kaufman adaptive moving average
  Parameters:
    src (float): float
    len (int): int
    kamafastend (int): int
    kamaslowend (int): int
  Returns: array

ama(src, len, fl, sl)
  AMA, adaptive moving average
  Parameters:
    src (float): float
    len (int): int
    fl (int): int
    sl (int): int
  Returns: array

t3(src, len)
  T3 moving average, adaptive moving average
  Parameters:
    src (float): float
    len (simple int): int
  Returns: array

adxvma(src, len)
  ADXvma - Average Directional Volatility Moving Average
  Parameters:
    src (float): float
    len (int): int
  Returns: array

ahrma(src, len)
  Ahrens Moving Average
  Parameters:
    src (float): float
    len (int): int
  Returns: array

alxma(src, len)
  Alexander Moving Average - ALXMA
  Parameters:
    src (float): float
    len (int): int
  Returns: array

dema(src, len)
  Double Exponential Moving Average - DEMA
  Parameters:
    src (float): float
    len (simple int): int
  Returns: array

dsema(src, len)
  Double Smoothed Exponential Moving Average - DSEMA
  Parameters:
    src (float): float
    len (int): int
  Returns: array

ema(src, len)
  Exponential Moving Average - EMA
  Parameters:
    src (float): float
    len (simple int): int
  Returns: array

fema(src, len)
  Fast Exponential Moving Average - FEMA
  Parameters:
    src (float): float
    len (int): int
  Returns: array

hma(src, len)
  Hull moving averge
  Parameters:
    src (float): float
    len (simple int): int
  Returns: array

ie2(src, len)
  Early T3 by Tim Tilson
  Parameters:
    src (float): float
    len (int): int
  Returns: array

frama(src, len, FC, SC)
  Fractal Adaptive Moving Average - FRAMA
  Parameters:
    src (float): float
    len (int): int
    FC (int): int
    SC (int): int
  Returns: array

instant(src, alpha)
  Instantaneous Trendline
  Parameters:
    src (float): float
    alpha (float)
  Returns: array

ilrs(src, len)
  Integral of Linear Regression Slope - ILRS
  Parameters:
    src (float): float
    len (int)
  Returns: array

laguerre(src, alpha)
  Laguerre Filter
  Parameters:
    src (float): float
    alpha (float)
  Returns: array

leader(src, len)
  Leader Exponential Moving Average
  Parameters:
    src (float): float
    len (int)
  Returns: array

lsma(src, len, offset)
  Linear Regression Value - LSMA (Least Squares Moving Average)
  Parameters:
    src (float): float
    len (simple int)
    offset (simple int)
  Returns: array

lwma(src, len)
  Linear Weighted Moving Average - LWMA
  Parameters:
    src (float): float
    len (int)
  Returns: array

mcginley(src, len)
  McGinley Dynamic
  Parameters:
    src (float): float
    len (simple int)
  Returns: array

mcNicholl(src, len)
  McNicholl EMA
  Parameters:
    src (float): float
    len (simple int)
  Returns: array

nonlagma(src, len)
  Non-lag moving average
  Parameters:
    src (float): float
    len (int)
  Returns: array

pwma(src, len, pwr)
  Parabolic Weighted Moving Average
  Parameters:
    src (float): float
    len (int)
    pwr (float)
  Returns: array

rmta(src, len)
  Recursive Moving Trendline
  Parameters:
    src (float): float
    len (int)
  Returns: array

decycler(src, len)
  Simple decycler - SDEC
  Parameters:
    src (float): float
    len (int)
  Returns: array

sma(src, len)
  Simple Moving Average
  Parameters:
    src (float): float
    len (int)
  Returns: array

swma(src, len)
  Sine Weighted Moving Average
  Parameters:
    src (float): float
    len (int)
  Returns: array

slwma(src, len)
  linear weighted moving average
  Parameters:
    src (float): float
    len (int)
  Returns: array

smma(src, len)
  Smoothed Moving Average - SMMA
  Parameters:
    src (float): float
    len (simple int)
  Returns: array

super(src, len)
  Ehlers super smoother
  Parameters:
    src (float): float
    len (int)
  Returns: array

smoother(src, len)
  Smoother filter
  Parameters:
    src (float): float
    len (int)
  Returns: array

tma(src, len)
  Triangular moving average - TMA
  Parameters:
    src (float): float
    len (int)
  Returns: array

tema(src, len)
  Tripple exponential moving average - TEMA
  Parameters:
    src (float): float
    len (simple int)
  Returns: array

vwema(src, len)
  Volume weighted ema - VEMA
  Parameters:
    src (float): float
    len (simple int)
  Returns: array

vwma(src, len)
  Volume weighted moving average - VWMA
  Parameters:
    src (float): float
    len (simple int)
  Returns: array

zlagdema(src, len)
  Zero-lag dema
  Parameters:
    src (float): float
    len (simple int)
  Returns: array

zlagma(src, len)
  Zero-lag moving average
  Parameters:
    src (float): float
    len (int)
  Returns: array

zlagtema(src, len)
  Zero-lag tema
  Parameters:
    src (float): float
    len (simple int)
  Returns: array

threepolebuttfilt(src, len)
  Three-pole Ehlers Butterworth
  Parameters:
    src (float): float
    len (int)
  Returns: array

threepolesss(src, len)
  Three-pole Ehlers smoother
  Parameters:
    src (float): float
    len (int)
  Returns: array

twopolebutter(src, len)
  Two-pole Ehlers Butterworth
  Parameters:
    src (float): float
    len (int)
  Returns: array

twopoless(src, len)
  Two-pole Ehlers smoother
  Parameters:
    src (float): float
    len (int)
  Returns: array

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。