TradingView
Zack_The_Lego
Jan 21, 2015 8:48 PM

Flex Renko Emulator 

Invesco QQQ Trust, Series 1NASDAQ

Description

update: tradingview.com/script/EeTxjysQ-ZTLs-Flex-Renko-Emulator/

As far as my algorithm design will take me this is it. So It's complete in my eyes. Here is a "working" version of something I've been looking for for a long time: "Flex" Renko Charting.
Bricks' sizes are determined by ATR and are set by simply choosing a resolution for the ATR calculation. No need to go in and choose renko granulation(resolution) AND brick size. Renko granulation is current chart resolution. Feel free to send me feedback on how to manage the reversal bricks' calculation or any other thoughts and ideas.

Replace the "close" in the main body of the renko calculation with 'high' and 'low' to get more consistent paintings across different aggregations since renkos aren't technically based off closing prices but where the price has been. Of course it's all a matter of preference:
Brick1 = high >
nz(Brick1) + BrickSize ? nz(Brick1) + BrickSize : low <
nz(Brick1) - BrickSize ?
nz(Brick1) - BrickSize
: nz(Brick1)

tradingview.com/script/EeTxjysQ-ZTLs-Flex-Renko-Emulator/
Comments
mattfxnz
Can anyone provide a version 5 of this indicator?
KJITENDRA
Superb No Repaint Indicator
blnt341
hi zack can you add buy and sell marks to the indicator?
mayank1905
how to convert into version 4
mkonsap
Hey i tought your study is awesome and i guess you put some hours into this. Good work

So i made a strategy of your study
tradingview.com/script/MuoyNBgR-Flex-Renko-Emulator-Strategy-by-Zack-The-Lego/
Bluejam90
Could I have access? Thx.
JOHNYOHAN
Is it possible to set alerts when Renko bricks change color?
Zack_The_Lego
Zack_The_Lego
^^^^this will make putting alerts in at certain prices way easier.
BrentWatson
It would be great if you're able to run a quick workshop on your tool. A neat way to collaborate and share ideas. I'm trying to find a way to code an alert when a Renko bar changes color. Any suggestions?
More