How can I draw multiple histogram for one bar in the separate window?

 

I can use the following code to create a histogram in separate window. But only one histogram bar for one candle bar of open-close price

What should I do the draw several histograms for one bar?  

 #property indicator_type1 DRAW _HISTOGRAM

 Thanks!