⏱️ Alternative Simple Modification of Indicators and Time

1
Theory.
If the candle height exceeds the average volatility, a new candle will start.
It is preferable to use 1M candles. To avoid redrawing.
But you can use regular renko candlesticks. If 1M is not enough. This indicator is designed only to calculate the average candle height.
The information is displayed as a comment.
The recommended depth is over 10,000 bars. Version (chart). This makes it easier to imagine which candles and how to stretch them.
There's always some kind of problem with Renko.
Here are the current working versions with open source.
https://www.mql5.com/ru/articles/2297

Re: ⏱️ Alternative Simple Modification of Indicators and Time

2
This is a regular Period_Converter in the body of the indicator.
It should be in the indicators folder.

It has a filter for extra bars.
When he creates a new chart, he skips the bars from 23:55 to 01:10 (you can adjust the time yourself).
Thanks to this, the graphs are clean.

To prevent the terminal from spoiling them again, it creates its own timeframes (m5=m25, m15=m215).

He creates them from the bars that are on the screen, he cannot read from the file.
To create full-fledged weekly charts, you need to download the entire history of the m5, "maximum bars in the window", this requires a lot of operational memory.

How to quickly create a clean m5 chart.
Attach the indicator to the m5 window. It will open a new clean schedule.
Open the indicator, disable "Open_a_new_chart".

How to quickly create a clean m4 graph.
Attach the indicator to the m1 window. Change the "PeriodMultiplier" to 4. It will open a new clean chart.
Open the indicator, disable "Open_a_new_chart".

If you see strange bars on the right, you need to delete the modified history files (m21, m4, m25...).

I can't show you pictures (you are under sanctions).
I hope the moderators will add pictures and explain how to upload full bars.