Lower time frame on higher time frame

1
Hello ,

As far as I know multi time framing in standart mt4-mql5 languages are wrong( repaints etc..) unlike TradingView and some other platforms.

Only some skilled programmers have it for their own use.

I remember some mtf indicators like allCCI, allRSI coded but I guess they are more like illustration purpose.

I am looking for something like the attached picture.

Does any one know anything close the attached picture coded in mql4 or mql5?


Re: Lower time frame on higher time frame

2
Technically it is possible.
Doing this in the form of bars is very resource-intensive for a computer. 5 indicator buffers (colors).
If we knew why it was necessary, we would have done it.
And it will be ugly. Or there will be no time reference. It's easier to say that it's impossible.


If it's for contemplation (small under big). It's easier to refine MTF_candle.mq4 a bit.

Re: Lower time frame on higher time frame

5
uncle wong wrote: Thu Sep 18, 2025 6:54 am Hello ,

As far as I know multi time framing in standart mt4-mql5 languages are wrong( repaints etc..) unlike TradingView and some other platforms.

Only some skilled programmers have it for their own use.

I remember some mtf indicators like allCCI, allRSI coded but I guess they are more like illustration purpose.

I am looking for something like the attached picture.

Does any one know anything close the attached picture coded in mql4 or mql5?
you can't do it : it is not possible in MT4 or MT5 to draw more than 1 candle inside ONE bar which is what you want to do.
unfortunately it's not possible in Metatrader (or maybe in Open GL ?)
Scalping the Century TimeFrame since 1999