TradingView
astralytics
2 sie 2022 21:54

Buy_Sell_Vol_with_50EMA 

SPDR S&P 500 ETF TRUSTArca

Opis

This indicator displays both buyer and seller volume with the 50 Exponential Moving Average (50 EMA).
Courtesy of, The Compound Trading Group.
Komentarze
plutuslakshmi
// Plots the seller's volume.
plot(volume, style=plot.style_columns, color=color.red, title="SellVol")
// Plots the buyer's volume.
plot(bV, style=plot.style_columns, color=color.teal, title="BuyVol")

Isn't the selling volume should be using SV instead of volume ?
plutuslakshmi
Is possible to add the indicator within in the chart because when dragging the chart it is getting overlayed on the indicator .
Więcej