PINE LIBRARY
已更新 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
發行說明
v2. Added some MAs.發行說明
v3Fixed a typo.
Added calc() : a syntax sugar of ma_function
發行說明
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()
發行說明
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腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
Pine腳本庫
秉持 TradingView 一貫的共享精神,作者將此 Pine 程式碼發佈為開源庫,讓社群中的其他 Pine 程式設計師能夠重複使用。向作者致敬!您可以在私人專案或其他開源發佈中使用此庫,但在公開發佈中重複使用該程式碼需遵守社群規範。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。