PINE LIBRARY
已更新 movingAveragesUtilities

Library "movingAveragesUtilities"
get_movingAverages_data(source, length_fast, length_medium, length_slow)
Parameters:
source (float)
length_fast (simple int)
length_medium (simple int)
length_slow (simple int)
get_movingAverages_data(source, length_fast, length_medium, length_slow)
Parameters:
source (float)
length_fast (simple int)
length_medium (simple int)
length_slow (simple int)
版本注释
v2Added:
get_mas_color(ma_fast, ma_med, ma_slow, length_slow, length_medium, length_fast, ma_transparency)
: Generates de color for the moving averages lines
Parameters:
ma_fast (float): (float): Moving average fast
ma_med (float): (float): Moving average medium
ma_slow (float): (float): Moving average slow
length_slow (int): (int): Slow moving average length
length_medium (int): (int): Medium moving average length
length_fast (int): (int): Fast moving average length
ma_transparency (int): (int): Transparency for the moving average line
Returns: : Returns three colors
版本注释
v3Updated:
get_mas_color(ma_fast, ma_med, ma_slow, length_slow, length_medium, length_fast, ma_transp)
: Generates de color for the moving averages lines
Parameters:
ma_fast (float): (float): Moving average fast
ma_med (float): (float): Moving average medium
ma_slow (float): (float): Moving average slow
length_slow (int): (int): Slow moving average length
length_medium (int): (int): Medium moving average length
length_fast (int): (int): Fast moving average length
ma_transp (int)
Returns: : Returns three colors
版本注释
v4Pine脚本库
本着真正的TradingView精神,作者将此Pine代码发布为开源库,以便我们社区的其他Pine程序员可以重复使用它。向作者致敬!您可以私密或在其他开源出版物中使用此库,但在出版物中重复使用此代码受网站规则约束。
Trade Smarter, Not Harder!
TradeCreator9
algotraderpro.io/tradecreator9/
TradeCreator9
algotraderpro.io/tradecreator9/
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。
Pine脚本库
本着真正的TradingView精神,作者将此Pine代码发布为开源库,以便我们社区的其他Pine程序员可以重复使用它。向作者致敬!您可以私密或在其他开源出版物中使用此库,但在出版物中重复使用此代码受网站规则约束。
Trade Smarter, Not Harder!
TradeCreator9
algotraderpro.io/tradecreator9/
TradeCreator9
algotraderpro.io/tradecreator9/
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。