PINE LIBRARY
已更新 ArchScripts

Library "ArchScripts"
TODO: add library description here
STC(length, fastLength, slowLength)
Parameters:
length (simple int)
fastLength (simple int)
slowLength (simple int)
fun(x)
TODO: add function description here
Parameters:
x (float): TODO: add parameter x description here
Returns: TODO: add what function returns
TODO: add library description here
STC(length, fastLength, slowLength)
Parameters:
length (simple int)
fastLength (simple int)
slowLength (simple int)
fun(x)
TODO: add function description here
Parameters:
x (float): TODO: add parameter x description here
Returns: TODO: add what function returns
版本注释
v2Added:
TrendSniper(maSource, maLength, useSmoothedLine, smoothingLength, changeBarColor)
Parameters:
maSource (float)
maLength (int)
useSmoothedLine (bool)
smoothingLength (simple int)
changeBarColor (bool)
PAAdaptiveHullParabolic(src, power, phaseAccCycles, phaseAccPower)
Parameters:
src (float)
power (int)
phaseAccCycles (float)
phaseAccPower (float)
HullEx(src, length, lengthMult)
Parameters:
src (float)
length (int)
lengthMult (float)
KAMA(fastPeriod, slowPeriod, efficiencyPeriod, normalizationLookback)
Parameters:
fastPeriod (simple int)
slowPeriod (int)
efficiencyPeriod (int)
normalizationLookback (int)
Removed:
fun(x)
TODO: add function description here
版本注释
v3版本注释
v3Added:
STCState(length, fastLength, slowLength)
Parameters:
length (simple int)
fastLength (simple int)
slowLength (simple int)
TrendSniperState(maSource, maLength, useSmoothedLine, smoothingLength)
Parameters:
maSource (float)
maLength (int)
useSmoothedLine (bool)
smoothingLength (simple int)
PAAdaptiveHullParabolicState(src, power, phaseAccCycles, phaseAccPower)
Parameters:
src (float)
power (int)
phaseAccCycles (float)
phaseAccPower (float)
Hull(src, length, lengthMult)
Parameters:
src (float)
length (int)
lengthMult (float)
HullState(src, length, lengthMult)
Parameters:
src (float)
length (int)
lengthMult (float)
KAMAState(fastPeriod, slowPeriod, efficiencyPeriod, normalizationLookback)
Parameters:
fastPeriod (simple int)
slowPeriod (int)
efficiencyPeriod (int)
normalizationLookback (int)
Updated:
TrendSniper(maSource, maLength, useSmoothedLine, smoothingLength)
Parameters:
maSource (float)
maLength (int)
useSmoothedLine (bool)
smoothingLength (simple int)
Removed:
HullEx(src, length, lengthMult)
版本注释
v5Updated:
STC(length, fastLength, slowLength, multiple)
Parameters:
length (simple int)
fastLength (simple int)
slowLength (simple int)
multiple (float)
STCState(length, fastLength, slowLength, multiple)
Parameters:
length (simple int)
fastLength (simple int)
slowLength (simple int)
multiple (float)
版本注释
v6Added:
fszvzoState(len, flen, VZO_Intraday, repaint)
Parameters:
len (int)
flen (int)
VZO_Intraday (bool)
repaint (bool)
版本注释
v7版本注释
v8Added:
smooth(src, length, smoothingType)
Parameters:
src (float)
length (simple int)
smoothingType (string)
版本注释
v9Updated:
Hull(src, length)
Parameters:
src (float)
length (int)
HullState(src, length)
Parameters:
src (float)
length (int)
版本注释
v10Updated:
STC(source, length, fastLength, slowLength, multiple)
Parameters:
source (float)
length (simple int)
fastLength (simple int)
slowLength (simple int)
multiple (float)
STCState(source, length, fastLength, slowLength, multiple)
Parameters:
source (float)
length (simple int)
fastLength (simple int)
slowLength (simple int)
multiple (float)
版本注释
v11Pine脚本库
本着真正的TradingView精神,作者将此Pine代码发布为开源库,以便我们社区的其他Pine程序员可以重复使用它。向作者致敬!您可以私密或在其他开源出版物中使用此库,但在出版物中重复使用此代码受网站规则约束。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。
Pine脚本库
本着真正的TradingView精神,作者将此Pine代码发布为开源库,以便我们社区的其他Pine程序员可以重复使用它。向作者致敬!您可以私密或在其他开源出版物中使用此库,但在出版物中重复使用此代码受网站规则约束。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。