How to create Candlestic bar ?

 

I modified Heiken Ashi to be Yearly Candlestick Chart. But it use Histogram to draw the candles.

I want to draw the candle like the real one candle ( not use histogram ), is there any way to do that ?

Here I attach the indicator and the image.

AUDJPY Yearly Candlestick Chart

 
didatsd:

I modified Heiken Ashi to be Yearly Candlestick Chart. But it use Histogram to draw the candles.

I want to draw the candle like the real one candle ( not use histogram ), is there any way to do that ?

You could create an offline chart . . . other than that no.
 
RaptorUK:
You could create an offline chart . . . other than that no.


Can you show the reference, please !
 
didatsd:

Can you show the reference, please !
Reference ? what reference ? offline charts ? search the forum, there is plenty of information.
 

No, there is no way to draw your custom candles exactly like the real ones. But here is one alternative that I know of. I am not sure if that is what you need. Take a look.

https://www.mql5.com/en/code/8597

 
pro_:

No, there is no way to draw your custom candles exactly like the real ones. But here is one alternative that I know of. I am not sure if that is what you need. Take a look.

https://www.mql5.com/en/code/8597


Thank you pro_ the indicator look like uses OBJ_RECTANGLE, I will try.
Reason: