Hi Guys,
After reading all the posts on this forum about Renko, I'm nervous to ask a question about it. Hahaha. Anyway here it goes.
I have looked at the Renko code, posted here, and understand @Tomasz 's, point about it being Range bars, already in Amibroker. However, I would like to find out if anyone has or has an idea on how to adjust the already various versions of Renko code to adjust the brick size, using ATR. Here is an example.
This Renko chart uses an ATR of 14. You can see that it is accurate to what price is doing (red line).
Here is a version of Renko from from Amibroker KB.
The is the link to the Renko Code
http://www.amibroker.com/members/library/formula.php?id=521
Where I changed one line to.
Brick = LastValue( ATR(14) );
Which results to the second pane (RENKO) chart. As you can see this is not the same.
So the question really is, how can Renko be calculated using ATR, my attempt on this has not worked so far. I would love any input, discussion, or pointers on perhaps something I'm not understanding.
Thanks
Kevin