OPEN-SOURCE SCRIPT

square Level

129
//version=5
indicator("square Level", overlay=true)

for i = 2 to 30
squareLevel = i * i
line.new(bar_index,squareLevel,bar_index+1,squareLevel,extend = extend.both,color = color.green)

免責聲明

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.