
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
Renko Brick size
Hi
I have a question to the people who are familiar with Renko charts: I'm looking for the optimal brick size (not an arbitrary number, but rather a formula to calculate it).
In fact what you are doing is making the trade-off between the number of swings the chart makes and the size of the bricks. Evidently I could use a solver in excel but there must be another way to quantify this.
Any suggestions or people who have the same problem?
Try
Program an EA with Renko indicator with the block size as an extern variable. Now you can optimize your profit (it can be a small loss as well) by changing the block size. This is the best way I know of. You also have an EA which you can use to trade if somethingis profitable.
Regards
Derik
Sounds like Range Bars.
There is a thread on TSD about them.
Mart
Hi,
has anyone ever tried to make renko charts (candles that are based on number of pips in one direction: candles close after e.g. 20 pips up or down, and don't close after a certain period of time e.g. 15min)? I have found a custom indicator that displays a renko indicator at the bottom of the chart, but I need the actual candles in my chart to be "renko candles".
thxthis is a good question
Does anyone have ideas on how to calulate,
Maybe using atr or adr for 1h or day or something
Hi
I have a question to the people who are familiar with Renko charts: I'm looking for the optimal brick size (not an arbitrary number, but rather a formula to calculate it).
In fact what you are doing is making the trade-off between the number of swings the chart makes and the size of the bricks. Evidently I could use a solver in excel but there must be another way to quantify this.
Any suggestions or people who have the same problem?From Nison book Beyond Candlesticks:
As we saw in Chapter 6, in a three-bar break chart, another line is added as the market moves in the direction of the prevailing trend, no matter how small the move. For example, if the market closed today by even one tick higher, a new white line would be added to the three-line break chart if the prior line was white.
However, for a renko chart, a line is drawn in the direction of the prior move only if a fixed amount has been exceeded. For example, if there is a white brick on the renko chart, the market has to advance by a predetermined fixed amount before a new white brick can be drawn.
Another difference between the renko and three-line break chart is that the lines in the three-line break chart are of different sizes, while the bricks in a renko chart are all the same size.When to buy/sell
Hi Rick,
You would buy/sell when the first color change would occur. At least that is how I do it. The previous position is closed when the new position is opened.
happy trading.
Hi Rick,
You would buy/sell when the first color change would occur. At least that is how I do it. The previous position is closed when the new position is opened.
happy trading.Thanks for your answer.
When I look at a chart with this...Do the bricks underneath the price line up wih the price on the chart?
I have this on a 1 min. chart and i see different color changes under the price but not enough movement to warrant those changes
Renko Indicator and Chart are not linked vertically
Hi Rick,
The indicator is completely independent of the horizontal time axis of the chart. Therefore, you will not see any vertical correlation at all between the 1 min chart and the Renko indicator. If you are using a 75 pip box and you can catch a 75 pip move within your screen view, you should see a new Renko Box appear.