PINE LIBRARY
已更新 ImrLibrary

Library "ImrLibrary"
TODO: add library description here
STG(Length)
TODO: add function description here
Parameters:
Length (int)
Returns: TODO: add what function returns
ISI(Length)
Parameters:
Length (simple int)
TODO: add library description here
STG(Length)
TODO: add function description here
Parameters:
Length (int)
Returns: TODO: add what function returns
ISI(Length)
Parameters:
Length (simple int)
版本注释
v2Added:
RSI(Length)
TODO: This Function will create RSI as originally formulated by J. Welles Wilder
Parameters:
Length (int)
Returns: TODO: It will return RSI Value for given parameter
RSIPine(Length)
TODO: This Function will create RSI using Exponentially Weighted Moving Average with Alpha = 1 / Length
Parameters:
Length (simple int)
Returns: TODO: It will return RSI Value for given parameter as per Tradingview
Removed:
STG(Length)
TODO: add function description here
ISI(Length)
版本注释
v3Added:
TF()
TODO: This Function will decide Intermediate and Major Time Frame as user will select chart's time frame as Minor.
Returns: TODO: It will return Intermediate and Major Time Frame value or else NA.
IsTimeFrameValid()
TODO: This Function will decide whether time frame is right or not to fix intermediate and Major time frame.
Returns: TODO: It will return true if time frame is right else give false
NEoSTG(high, low, Length)
TODO: This Function will create RSI using Exponentially Weighted Moving Average with Alpha = 1 / Length
Parameters:
high (float)
low (float)
Length (simple int)
Returns: TODO: It will return RSI Value for given parameter as per Tradingview
版本注释
v4Added:
STG(Length)
TODO: This Function will create RSI using Exponentially Weighted Moving Average with Alpha = 1 / Length
Parameters:
Length (simple int)
Returns: TODO: It will return RSI Value for given parameter as per Tradingview
Removed:
TF()
TODO: This Function will decide Intermediate and Major Time Frame as user will select chart's time frame as Minor.
IsTimeFrameValid()
TODO: This Function will decide whether time frame is right or not to fix intermediate and Major time frame.
RSI(Length)
TODO: This Function will create RSI as originally formulated by J. Welles Wilder
RSIPine(Length)
TODO: This Function will create RSI using Exponentially Weighted Moving Average with Alpha = 1 / Length
NEoSTG(high, low, Length)
TODO: This Function will create RSI using Exponentially Weighted Moving Average with Alpha = 1 / Length
Pine脚本库
本着真正的TradingView精神,作者将此Pine代码发布为开源库,以便我们社区的其他Pine程序员可以重复使用它。向作者致敬!您可以私密或在其他开源出版物中使用此库,但在出版物中重复使用此代码受网站规则约束。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。
Pine脚本库
本着真正的TradingView精神,作者将此Pine代码发布为开源库,以便我们社区的其他Pine程序员可以重复使用它。向作者致敬!您可以私密或在其他开源出版物中使用此库,但在出版物中重复使用此代码受网站规则约束。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。