
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
...
As clear as I can : it is made to repaint (use future values) in order to look good on some "example pictures" and then to sell it (the indicator).
please guru mladen clearly explane , sorry for disturbing , thanks
Dear mladen
I don't know programing and I have a question whether it is meaningful or not?
"Is it possible to count the no. of bars from latest to oldest? "
You did (even without knowing it)
Dear mladen
I don't know programing and I have a question whether it is meaningful or not?
"Is it possible to count the no. of bars from latest to oldest? "Yes, but counting from the newest does not solve the problem
A couple of different things have to be done to avoid renko repainting problem
Yes, but counting from the newest does not solve the problem A couple of different things have to be done to avoid renko repainting problem
So far all the renko charts I have seen are repainting after restart
They can be traded (as anything else) but they are extremely data dependent - 1 pips difference on on bar can change the whole later chart
Mladen,
I know this is old thread but I have an idea and questions concerning non-repainting renko. My idea to make renko "non-repainting" is:
1. From Tools>>Options>>Charts, set the maximum bars in history and chart to 9999999... (i.e. the max number. MT4 will automatically convert that to 2147483647).
2. Open your desired currency pair.
3. Download all the available data from your broker by pressing the home key button on your keyboard, until data stop updating.
4. Then set up your renko as you normally do.
My thought is that as long as history is not deleted and that the downloaded history bars are far lesser than the set maximum bars in history, the renko will not repaint. If this is wrong kindly help on how to code a non-repainting renko, including its variants e.g. rangebars and median renko.
I await your reply Mladen. Thank you so much for your time.
Mladen,
I know this is old thread but I have an idea and questions concerning non-repainting renko. My idea to make renko "non-repainting" is:
1. From Tools>>Options>>Charts, set the maximum bars in history and chart to 9999999... (i.e. the max number. MT4 will automatically convert that to 2147483647).
2. Open your desired currency pair.
3. Download all the available data from your broker by pressing the home key button on your keyboard, until data stop updating.
4. Then set up your renko as you normally do.
My thought is that as long as history is not deleted and that the downloaded history bars are far lesser than the set maximum bars in history, the renko will not repaint. If this is wrong kindly help on how to code a non-repainting renko, including its variants e.g. rangebars and median renko.
I await your reply Mladen. Thank you so much for your time.funayot
It can not be done like that
Imagine this : you have 1000 bars on chart and the start is at 01.01.nnnn year. Tomorrow it will be opened again with 1000 bars and the start will be at 02.01.nnnn year. And since renko depends on the starting bar, the result will not be the same any more (difference can be small or it can be big - depends on data)
The only way is to anchor start to some specific time.
That implies two things : reading the data must be made completely different than it is usual in the renko charts floating around, and depending on the anchor, even a 1 minute difference in start time can produce completely different results. So, there is no 100% sure way of getting same results all the time for renko