Page 60 of 339

Re: Indicators with ON/OFF buttons

Posted: Mon Aug 17, 2020 3:54 am
by Banzai
Supposed the coder didn't do anything.
When we zoom in,
we will see something like this.

Re: Indicators with ON/OFF buttons

Posted: Mon Aug 17, 2020 3:56 am
by Banzai
Now the coder of this indicator is awesome,
So we will see something like this when we zoom in.

Where I come from, we always say
"Awesome! Totally awesome!"

Re: Indicators with ON/OFF buttons

Posted: Mon Aug 17, 2020 3:59 am
by DVanAssen
Banzai wrote: Mon Aug 17, 2020 3:15 am

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;} }}}}
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???

In the animated gif, look at the words "Chart_Scale ="
and you'll see what's going on.
Perfect!!! Many many thanks Banzai. Hope u have a great week ahead!! Regards Deane

Re: Indicators with ON/OFF buttons

Posted: Mon Aug 17, 2020 1:45 pm
by Banzai
vvFish wrote: Sat Feb 08, 2020 9:15 pm
;) ;) ;)
This is vvFish M1 template

Re: Indicators with ON/OFF buttons

Posted: Mon Aug 17, 2020 3:51 pm
by Banzai
vvFish wrote: Sat Mar 07, 2020 1:58 pm;)
Fire and darkness universal timeframe.tpl
(4.55 KiB) Downloaded 160 times
------------------------------------------------------------------------------------
edit: 4/10/22
Please download a newer version at:
viewtopic.php?p=1295464228#p1295464228

Thank you.

Re: Indicators with ON/OFF buttons

Posted: Mon Aug 17, 2020 4:04 pm
by bigdee
Hi Mr Banzai,

Could you please make this button for 2 indicator ?
Thanks and best regards
--------------------------------------------------------------
edit 10/24/21:
Author requested that these indicators to be removed.

Re: Indicators with ON/OFF buttons

Posted: Mon Aug 17, 2020 4:25 pm
by Banzai
bigdee wrote: Mon Aug 17, 2020 4:04 pm Hi Mr Banzai,

Could you please make this button for 2 indicator ?
Thanks and best regards
TRO_DYNAMIC_HOLO.mq4
DYNAMIC HOLO
--------------------------------------------------------------
edit 10/24/21:
Author requested that these indicators to be removed.

Re: Indicators with ON/OFF buttons

Posted: Mon Aug 17, 2020 4:38 pm
by Banzai
bigdee wrote: Mon Aug 17, 2020 4:04 pm Hi Mr Banzai,

Could you please make this button for 2 indicator ?
Thanks and best regards
MID DOTS
--------------------------------------------------------------
edit 10/24/21:
Author requested that these indicators to be removed.

Re: Indicators with ON/OFF buttons

Posted: Mon Aug 17, 2020 4:51 pm
by fadhayemustafa
Dear Banzai,

Would you kindly make this one whenever you have time will really appreciate.
--------------------------------------------------------------
edit 10/24/21:
Author requested that these indicators to be removed.

Re: Indicators with ON/OFF buttons

Posted: Mon Aug 17, 2020 6:55 pm
by maroka
Banzai wrote: Sun Aug 16, 2020 8:42 am

In this version, you can change the fractal arrows
to any WingDings font arrow.
Thanks for your contributions