PROTECTED SOURCE SCRIPT

摆渡(链英趋势信号)

66
indicator("摆渡(链英趋势信号)", overlay = true)

// --------------------------------------------------------------------------------------------------------------------}
// 𝙐𝙎𝙀𝙍 𝙄𝙉𝙋𝙐𝙏𝙎
// --------------------------------------------------------------------------------------------------------------------{
float src = input.source(close, "Source")
int length = input.int(25, "Length")
int width = input.int(2, "Line Width")

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.