Library "loxxmas" TODO:loxx moving averages used in indicators
kama(src, len, kamafastend, kamaslowend) KAMA Kaufman adaptive moving average Parameters: src: float len: int kamafastend: int kamaslowend: int Returns: array
ama(src, len, fl, sl) AMA, adaptive moving average Parameters: src: float len: int fl: int sl: int Returns: array
t3(src, len) T3 moving average, adaptive moving average Parameters: src: float len: int Returns: array
adxvma(src, len) ADXvma - Average Directional Volatility Moving Average Parameters: src: float len: int Returns: array
ahrma(src, len) Ahrens Moving Average Parameters: src: float len: int Returns: array
alxma(src, len) Alexander Moving Average - ALXMA Parameters: src: float len: int Returns: array
dema(src, len) Double Exponential Moving Average - DEMA Parameters: src: float len: int Returns: array
dsema(src, len) Double Smoothed Exponential Moving Average - DSEMA Parameters: src: float len: int Returns: array
ema(src, len) Exponential Moving Average - EMA Parameters: src: float len: int Returns: array
fema(src, len) Fast Exponential Moving Average - FEMA Parameters: src: float len: int Returns: array
In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in a publication is governed by House rules.
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.