Not in the "classical" renko bars form but you have it for metatrader too. See this post : https://www.mql5.com/en/forum/178540/page25 . It is a conversion from metastock
crussev:
Every MT4 Renko chart code I've seen uses absolute brick size. Has anyone seen or developed Renko chart code based on Average True Range? (Other charting packages have that optionality so I figure it has to be floating around somewhere)
Every MT4 Renko chart code I've seen uses absolute brick size. Has anyone seen or developed Renko chart code based on Average True Range? (Other charting packages have that optionality so I figure it has to be floating around somewhere)
I've been thinking along the same lines.
The true range indicator is the greatest of the following:
-current high less the current low.
-the absolute value of the current high less the previous close.
-the absolute value of the current low less the previous close.
This would have to be reworked for renko or range bars because the current high less the current low is always the same.
This will require a new line of thought.
Thanks..
any indies to share will help:)
also any templates as well:)

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Every MT4 Renko chart code I've seen uses absolute brick size. Has anyone seen or developed Renko chart code based on Average True Range? (Other charting packages have that optionality so I figure it has to be floating around somewhere)