Page 13 of 338

Re: Indicators with ON/OFF buttons

Posted: Sat Jul 04, 2020 10:47 pm
by Banzai
ablaze wrote: Sat Jul 04, 2020 9:38 pm

Strange, this doesn't work for me. Tried it on different charts / templates / empty default template.
What I did: load indicator on chart, didn't change anything other than enable buttons in the settings.
The first time I click the "hide" button, the pivot lines disappear, as expected. This is working for me.
But when I click the "show" button, the pivot lines don't appear again.
Some of those pivot indicator have 1000 lines of codes.

So jeanlouie delete everything when you press the off button.
When you click any timeframe buttons back and forth,
MT4 will redraw the lines from the start.

That's the easiest way to code.

Just click the H1 buttons and H4 buttons, back and forth,
and you will see the pivot lines again.


If I find a solution, I will redo those pivot indicators.
They're good indicators too.

Re: Indicators with ON/OFF buttons

Posted: Sun Jul 05, 2020 12:19 am
by Lumios
ablaze wrote: Sat Jul 04, 2020 9:38 pm

Strange, this doesn't work for me. Tried it on different charts / templates / empty default template.
What I did: load indicator on chart, didn't change anything other than enable buttons in the settings.
The first time I click the "hide" button, the pivot lines disappear, as expected. This is working for me.
But when I click the "show" button, the pivot lines don't appear again.
It may take a bit to redraw. Its not the button causing the issue I dont think.

Re: Indicators with ON/OFF buttons

Posted: Sun Jul 05, 2020 1:35 pm
by Banzai
yeehc wrote: Fri Jul 03, 2020 4:16 pm This is another one of my favorite indicators, can you make it to have few following options >

1. Ability to move the bar and the arrow ( x /y ) position
2. HAVE a toggle button to show hide indicator in one click
3. Have MTF function

Priority is No 1&2, thanks a lot in advance! :D

ArrZZx2(1).mq4
Mr.Tools said it repaints way back in 2014.
We don't do repaint indicator here.
Save time.
Mr.Tools 2014.02.24 17:18 #6342 EN
zanuar:
if so please me that the best indicator is used as MTF.,, arrzzx2.mq4
Zanuar, that one repaints as well.

Re: Indicators with ON/OFF buttons

Posted: Sun Jul 05, 2020 2:37 pm
by Banzai
In this version 1.02,
I added alerts and you have a choice of displaying histograms or lines.

Re: Indicators with ON/OFF buttons

Posted: Sun Jul 05, 2020 3:05 pm
by Banzai
from jeanlouie @ forexfactory on July 4th, 2020
Template_Switcher_All
- lists all templates as buttons in the subwindow
- styling, height-width-bg color-font size
- columns scale with chart width
- needs "Allow dll" checked
- any loaded template will need this indicator saved with it for it to still be present
No source code.

Re: Indicators with ON/OFF buttons

Posted: Sun Jul 05, 2020 3:08 pm
by Banzai
from jeanlouie @ forexfactory on July 4th, 2020
Slope coloring
- from your pictures it's working properly, if the ma slope is up or down itll be the upclr or dnclr
- slope as in the current ma value compared to the previous value

Not include prices in the labels
- there is an option for that in the label section

Color change to labels too
- updated
No source code.

Re: Indicators with ON/OFF buttons

Posted: Sun Jul 05, 2020 3:11 pm
by Banzai
from jeanlouie @ forexfactory
Limited to 4 lines now, no neutral color either to have the 4 lines with slope coloring, but works.
Also fixed a mtf bug in the original.
Updated the slope coloring to change the label colors too.
No source code.

Re: Indicators with ON/OFF buttons

Posted: Sun Jul 05, 2020 4:55 pm
by yeehc
Banzai wrote: Sun Jul 05, 2020 1:35 pm

Mr.Tools said it repaints way back in 2014.
We don't do repaint indicator here.
Save time.

Repaint indicator has it own uses if you know how to use it correctly, same most indicators such as zigzag also repaints , it depends on how you use it

Re: Indicators with ON/OFF buttons

Posted: Mon Jul 06, 2020 7:27 am
by marwilli
Banzai wrote: Sun Jul 05, 2020 3:05 pm from jeanlouie @ forexfactory on July 4th, 2020



No source code.
very good idea from jeanlouie. I read the postings of him/her @ forexfactory.

unfortunately my MT4 `crashes, if I use the buttons. (Vers. 4.00 build 1260 24.Jan 2020)

any other user with this problem here?

Re: Indicators with ON/OFF buttons

Posted: Tue Jul 07, 2020 10:12 am
by Banzai
My version of Bollinger Band.
Click on the button to display the BB on or off.
--------------------------------------------------------------
edit 10/29/21: Please download a newer version at:
viewtopic.php?p=1295449260#p1295449260

Thank you.