OPEN-SOURCE SCRIPT

Pi Cycle Top Indicator

53
//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. קרא עוד בתנאים וההגבלות.