OPEN-SOURCE SCRIPT

Pi Cycle Top Indicator

50
//version=5
indicator("Pi Cycle Top Indicator", shorttitle="Pi Cycle Top Indicator", overlay=true)

// Price source
xPrice = close

// Moving averages
xSMA1 = ta.sma(xPrice, 350) * 2
xSMA5 = ta.sma(xPrice, 111)

// Plot MAs
plot(xSMA1, title="MA 350 * 2", linewidth=4, color=color.green)
plot(xSMA5, title="MA 111", linewidth=4, color=color.orange)

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.