Page 106 of 338

Re: Indicators with ON/OFF buttons

Posted: Tue Oct 05, 2021 7:16 am
by Banzai
XCODE

attached is template to show you how to add more buttons to the same chart.

I think it's a Bollinger Band Stop clone.

Re: Indicators with ON/OFF buttons

Posted: Tue Oct 05, 2021 8:17 am
by Banzai
Banzai wrote: Tue Oct 05, 2021 7:16 am XCODE

I think it's a Bollinger Band Stop clone.
Yeah, it's a clone alright.

Re: Indicators with ON/OFF buttons

Posted: Tue Oct 05, 2021 8:53 am
by Banzai
marwilli wrote: Thu Aug 20, 2020 11:27 pm dear Banzai
is it possible to create buttons for this two indicators?
thanks in advanced

BB stops (new format) 1.4.mq4
(19.89 KiB) Downloaded 362 times


BB stops (new format) 1.4

Attached is a template to show you how to add more than 1 button to the same chart.

Re: Indicators with ON/OFF buttons

Posted: Tue Oct 05, 2021 9:37 am
by Banzai
marwilli wrote: Thu Aug 20, 2020 11:27 pm dear Banzai
is it possible to create buttons for this two indicators?
thanks in advanced

stepma-pdf-nmc-3.01.mq4
(13.56 KiB) Downloaded 278 times
stepma-pdf-nmc-3.01

Attached is a template to show you how to add more than 1 button to the same chart.
But it gave us an extra button. So weird. Is it a bug?

Re: Indicators with ON/OFF buttons

Posted: Tue Oct 05, 2021 7:36 pm
by Kathy McGarry
G'day Banzai,

It appears you are pretty much under the pump adding buttons.

Whenever you have some time to spare, could you pretty please add an on/off button to the Value Chart indie,

Much appreciated.

Kind regards and thanks.

Kath

Re: Indicators with ON/OFF buttons

Posted: Wed Oct 06, 2021 4:55 pm
by Sagiv
Hello Mr Banzai,

I hope you are doing great!

My chart are with too many lines and I cant add even a neddle into it.

I have multiple request, I hope its not too much to ask.

1st Request - Kindly add button for this 2 LRL lines.
The 12 & 34 lines working well together if you can add arrows it will be great if not that's absolutely fine. I attached LRL arrow cross that I fount, but unfortunately its without the MQL so I don't know if it will be valuable for you.


2nd Request - If by any chance you can have the Step nema MQL file it will be great if you can add a button for it. The step nema is very useful for dynamic SnR (When you change the TF) and I always have 2 of it on my charts.

3rd Request - I find the LWMA 3 & 9 & 65 lines working well with all TF, I definitely need a button for them.
If the 3MA Indi is too heavy, you can just take regular LWMA lines.

Thank you so much Mr Banzai, Wish you all the things im wishing to my self, God bless :)

Re: Indicators with ON/OFF buttons

Posted: Thu Oct 07, 2021 2:41 am
by ritutibi
Hello for everybody!

Great indicators here.....I really like the Buttons feature.
Does anyone have the following indicator with button function? I saw with ribbon lines but not with the shade....

Re: Indicators with ON/OFF buttons

Posted: Thu Oct 07, 2021 2:42 am
by 太虚一毫
Banzai wrote: Mon Oct 04, 2021 6:32 am Alternative Ichimoku
Ask: Those numbers in the upper left corner are useless. How to delete in the source code? :thumbup:

Delete these codes, will the indicators be affected?

Code: Select all

 comm = " ïàðàìåòðû  SSP , SSK  =   " + SSP + " ,  " + SSK + " ;\n" +
          " âîëàòèëüíîñòü  (çà " + SSP*2 + " áàðîâ) :      " + 
          AvgRange + "  ï.\n" + "\n" +
          " äèàïàçîí çà " + sutki + "  (çà  " + day_bars + 
          "  áàðîâ) :   " + day_Range + "  ï.\n" +
          " îòêëîíåíèå îò ìàêñèìóìà çà " + sutki + ":  " + 
          delta_from_max + "  ï.\n" +
          " îòêëîíåíèå îò ìèíèìóìà  çà " + sutki + ":  " + 
          delta_from_min + "  ï.\n";            
   Comment(comm);

Re: Indicators with ON/OFF buttons

Posted: Thu Oct 07, 2021 5:16 am
by kvak
SM fractals

Re: Indicators with ON/OFF buttons

Posted: Thu Oct 07, 2021 4:11 pm
by BookofEli
Hello,

Can you help with a toggle on Price Channel, herewith attached.

Thank you