lol, a picture worths a thousand words.
That's why I always post a picture.
Those buttons are called "Chart Scale".
In plain English, "Zoom In" and "Zoom Out".
lol, a picture worths a thousand words.
Perfect!!! Many many thanks Banzai. Hope u have a great week ahead!! Regards DeaneBanzai wrote: ↑Mon Aug 17, 2020 3:15 amAccording to the code,Code: Select all
//Set bar widths if(Chart_Scale == 0) {Bar_Width = 2;} else {if(Chart_Scale == 1) {Bar_Width = 3;} else {if(Chart_Scale == 2) {Bar_Width = 3;} else {if(Chart_Scale == 3) {Bar_Width = 3;} else {if(Chart_Scale == 4) {Bar_Width = 7;} else {Bar_Width = 13;} }}}}
if the chart scale is zero, which is the minimum, the bar width is 2.
If the chart scale is 5, or the maximum, the bar width is 13.
Anway, I fixed it. In the original indicator, look like it doesn't display quite right???
In the animated gif, look at the words "Chart_Scale ="
and you'll see what's going on.
This is vvFish M1 template
DYNAMIC HOLO
MID DOTS
by Banzai, Sat Jul 18, 2020 4:19 pm in MT4 Indicators