@zenforker There are many other ways of plotting thick volume bars, for example using regular Plot() with StyleHistogram|StyleThick and/or selecting a specific width parameter (for example "-80"):
width - defines pixel or percent width of given plot. The default is 1 pixel. Positive values specify PIXEL width, negative values specify width in percent of current bar width. So for example -20 will give you dynamic width that is 20% of bar width. Example: Plot( C, "Close", colorBlack, styleBar, Null, Null, 0, 1, -20 /* line width as percent of bar */ );
That number is the minimum height of volume bars. The reason I use it here is to make sure the volume plots are not too high up into chart area and nor too low to be hard for eyes. you can refer to the manual for details:
minvalue and maxvalue - (used by styleOwnScale plots ONLY) define plot minimum and maximum values (lower and upper boundary for Y axis)
Scott. So that means you are insert this Volume code, in the same chart with the price.
i bet thats why you need it.
Otherwise if it on its own chart you do not need it
Hi @Milosz
Hav been searching for candles which represents the strength within volume candles. Need the candles to widen or thin down with respect to the strength of the candle as shown in the picture. I didnt use equivolume as it omits the open and close of the candle