TradingView
RicardoSantos
2019年6月26日午前7時23分

[RS]Volume Bars 

US Nas 100OANDA

詳細

Volume Bars inspired by Richard W. Arms Jr. EquiVolume.
the bars change in width by the amount of volume within that bar.
see links in the source code for reference.
コメント
dennet2019
Sorr, but on my chart i see a few candles...
dimitrus_wdn
I've tried to change vol_weight = round((volume / volume[1]) * 25) to vol_weight = round(volume / (high - low) * 2) - looks interesting also
dimitrus_wdn
... need to change coefficient for each ticker or tie it to previous values to have it automatic...
RicardoSantos
@dimitrus_wdn, thx for feedback, will take a look
typereddy
bro this only plots 24 candle can we increase to 50 candles,, and how to do that
sunnysharma5678
Can we have this to replace candles on the chart?
saravanaraj
Hi,

Wonderful work. Is there a way to plot the borders alone with the colors, leaving the body transparent(white) so that it can be overlayed.
RicardoSantos
@saravanaraj, not at the moment, switching to box would bring a few challenges on how to draw the candles(would need to load in a backwards manner to adjust for the size expansion)
saravanaraj
@RicardoSantos, Thanks for the reply.
constantine_trading
Hey there!
Great works as always! May I know what line 40 does?

Cheers
詳細