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
2Technically 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.
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
3This is the Tradingwiev implementation of lower time frame on higher time https://www.tradingview.com/script/rrTl ... Frame-CTF/ There is a great potential displaying the lower time frame indicator on higher time frame.
Re: Lower time frame on higher time frame
4Our good old saviour Mladen come to the aid again:https://www.mql5.com/en/code/16482
- These users thanked the author uncle wong for the post:
- RodrigoRT7
Re: Lower time frame on higher time frame
5you 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.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?
unfortunately it's not possible in Metatrader (or maybe in Open GL ?)
Scalping the Century TimeFrame since 1999