Pine Script Basics: How To Get Started

Описание к видео Pine Script Basics: How To Get Started

Ever wanted to get started with Pine Script? Here's your chance. This video will show you the absolute basics of getting started.

Want to try this yourself? Open the Pine Editor and paste this below:

//@version=5
indicator("Rocket Moving Average", overlay = true)

sma = ta.sma(close, 20)

plot(sma, color = color.rgb(167, 8, 162), style = plot.style_line)

Thanks for watching!

Try TradingView: https://tradingview.com
Get up to $30 in TradingView Coins for you and a friend: https://www.tradingview.com/share-you...
Follow us on Twitter:   / tradingview  
Follow us on Facebook:   / tradingview  

Комментарии

Информация по комментариям в разработке