PINE LIBRARY
Updated ma_function

Library "ma_function"
TODO: This library is a package of various MAs.
ma_function(name, source, length) This function provides the MA specified in the argument.
Parameters:
name: MA's name
source: Source value
length: Look back periods
Returns: Ma value
TODO: This library is a package of various MAs.
ma_function(name, source, length) This function provides the MA specified in the argument.
Parameters:
name: MA's name
source: Source value
length: Look back periods
Returns: Ma value
Release Notes
v2. Added some MAs.Release Notes
v3Fixed a typo.
Added calc() : a syntax sugar of ma_function
Release Notes
v4Updated:
ma_function(name, source, length)
This function provides the MA specified in the argument.
Parameters:
name: MA's name
source: Source value
length: Look back periods
Returns: MA value
calc()
Release Notes
v5Added:
sma(x, y)
Parameters:
x (float)
y (int)
ema(src, length)
Parameters:
src (float)
length (int)
kama(xPrice, Length)
Parameters:
xPrice (float)
Length (int)
zlema(src, length)
Parameters:
src (float)
length (int)
mav(source, length)
Parameters:
source (float)
length (int)
dema(src, len)
Parameters:
src (float)
len (int)
tema(src, len)
Parameters:
src (float)
len (int)
hma(src, len)
Parameters:
src (float)
len (int)
tma(source, length)
Parameters:
source (float)
length (int)
ama(source, length, fast, slow)
Parameters:
source (float)
length (int)
fast (int)
slow (int)
rma(src, length)
Parameters:
src (float)
length (int)
bwma(src, length, beta, alpha)
Parameters:
src (float)
length (int)
beta (int)
alpha (int)
Pine library
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 publications is governed by House Rules.
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.
Pine library
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 publications is governed by House Rules.
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.