anyone please?
The downloaded program was completely broken.
I fixed it, but is this correct one which you wanted?
Files:
Renko_v2.0.mq4
5 kb

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
Hello All, I am leaning mql4 and trying various stuff.
I was trying to modify this indicator(attached similar to renko).It paints colored bars of x pips height ( negative or positive). I was trying to modify it as follows
1. the x pip height ( which I can choose in the setting )different for different TF. I was able to do this.
2. the x pip height to adjust'/equal/universal' for all symbols no matter how many digits so they all look and are drawn x pips for all pair charts. Currently the x pip height looks fine/ normal on say audusd but for usdtry or gbpmxn they look very small ( even though it should be x pips for all ).I tried to use if digits expression and then multiply the boxsizes with multiplier(mult) to make it normal for the symbols like gbptry or gbpmxn.It doesnot work as intended. Can you please tell me what I am doing wrong ?
when i look at the whole code below .I can see the original coder already included the lines if (Digits == 5 || Digits == 3) digits = NormalizeDouble(10.0 * BoxSize, Digits);....
But the lines ( x pip height ) don't work like same in all symbols , I should not have to modify 2 above if it was working in the first place. Confusing ! How can i fix this .Thank you so much.
THANK YOU EVERYONE!