TradingView
khedzcool
Aug 13, 2015 11:22 PM

s&p500 

SPDR S&P 500 ETF TRUSTArca

Description

study(title="Volume", shorttitle="Vol", precision=0)
showMA = input(true)
plot(volume, color = open > close ? red : green, style=columns, title="Volume MA", transp=65)
plot(showMA ? sma(volume,20) : na, style=area, color=blue, title="Volume", transp=65)
More