In this version, you can change the fractal arrows
to any WingDings font arrow.
------------------------------------------------------------
edit 5/20/24: please download a newer button version at:
post1295542094.html#p1295542094
Thank you.
In this version, you can change the fractal arrows
In this version, you can change font, font size, and font color.DVanAssen wrote: Thu Aug 13, 2020 12:54 am Hi there Banzai. Trust all is good?
Please, whenever possible, add buttons to these 2 indi.
They help with PA decisions but clutter up the chart.
Right now my charts are perfect thanks to all your great contributions.
Much much appreciated
I just need one with open source code in mq4.... Thank you....DVanAssen wrote: Sun Aug 16, 2020 2:51 am
Check page 1 of this thread, there are 3. eg viewtopic.php?p=1295414115#p1295414115
Hi there Banzai. Much respect and gratitude always. Many thanks Deane.Banzai wrote: Sun Aug 16, 2020 1:52 pm
In this version, you can change font, font size, and font color.
The top numbers can be in different colors.
DVanAssen wrote: Sun Aug 16, 2020 8:01 pm Sir, if so allowed as time permits, please make this indi a button. Your tireless contributions are very much appreciated. Regards and have a great week ahead. Deane . Ps thanks to your amazing Button thread, I now have only 1 template!!
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;} }}}}
Man, what does it mean?Banzai wrote: Mon Aug 17, 2020 3:15 am According to the code,
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???
lol, a picture worths a thousand words.josi wrote: Mon Aug 17, 2020 3:33 am
Man, what does it mean?
I don't understand what you are saying.
Try to say it in clear and understandable terms.