PINE LIBRARY
已更新 curve

Library "curve"
Regression array Creator. Handy for weights, Auto Normalizes array while holding curves.
curve(_size, _power)
Curve Regression Values Tool
Parameters:
_size: (float) Number of Steps required (float works, future consideration)
_power: (float) Strength of value decrease
Returns: (float[]) Array of multipliers from 1 downwards to 0.
Regression array Creator. Handy for weights, Auto Normalizes array while holding curves.
curve(_size, _power)
Curve Regression Values Tool
Parameters:
_size: (float) Number of Steps required (float works, future consideration)
_power: (float) Strength of value decrease
Returns: (float[]) Array of multipliers from 1 downwards to 0.
版本注释
v3Updated:
display(_array, _timedist, _expandLength, _onbar, _src)
display show curve
Parameters:
_array: Values to draw
_timedist: Show Seconds
_expandLength: Grow over time ( 1/value)
_onbar: Show on bar (overlay)
_src: Value for overlay
Returns: void
版本注释
v4bonus feature, matrix ma with range/atr/momentum weight.
also an example is visible of how it can be applied
__________________
# pass
[historical value dist]
% weight
actual value added to sum
__________________
Pine脚本库
本着真正的TradingView精神,作者将此Pine代码发布为开源库,以便我们社区的其他Pine程序员可以重复使用它。向作者致敬!您可以私密或在其他开源出版物中使用此库,但在出版物中重复使用此代码受网站规则约束。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。
Pine脚本库
本着真正的TradingView精神,作者将此Pine代码发布为开源库,以便我们社区的其他Pine程序员可以重复使用它。向作者致敬!您可以私密或在其他开源出版物中使用此库,但在出版物中重复使用此代码受网站规则约束。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。