// Philip Swift's Golden Ratio //
study(title="Pi Cycle Top Indicator", shorttitle="Pi Cycle Top Indicator", overlay = true )

xPrice = close

// MA //
xSMA1 = sma(xPrice, 350)*2
xSMA5 = sma(xPrice, 111)

// MA plot//
plot(xSMA1, linewidth=4, color=green, title="MA 350 * 2")
plot(xSMA5, linewidth=4, color=orange, title="MA 111")
免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。