Page 81 of 339

Re: Indicators with ON/OFF buttons

Posted: Wed Jun 09, 2021 1:18 pm
by skyf
Please on/off of this.

Re: Indicators with ON/OFF buttons

Posted: Sun Jul 04, 2021 7:52 am
by vietforex
if we don't use "int Start ()", we use:

int OnCalculate(const int rates_total,
const int prev_calculated,
const datetime &time[],
const double &open[],
const double &high[],
const double &low[],
const double &close[],
const long &tick_volume[],
const long &volume[],
const int &spread[])

So, the true/false button will be code???

Re: Indicators with ON/OFF buttons

Posted: Sun Jul 11, 2021 7:10 am
by phillip123
xard777 wrote: Sat Jul 10, 2021 11:01 pm Update XARDWORLD v7

You can change colors and sizes to suit in this version (just remember to save your template on any changes that you make)
Enjoy!
Xard777

Carlsberg don't do charts...
IS it possible to have on off buttons for the latest update ? i tried the buttons in the first post but some of the indicators have changed a bit and don't look the same.
or is it something I'm not doing correctly ??
any help would be appreciated :)

Re: Indicators with ON/OFF buttons

Posted: Fri Jul 16, 2021 10:47 pm
by 太虚一毫
kvak wrote: Fri Feb 19, 2021 9:04 am Hi....
After several attempts it succeeded .
Maybe someone will find it useful :)

Triple jurik smooth button
viewtopic.php?t=8473841&p=1295429013#p1295429013


Your masterpiece Triple jurik smooth button indicator performs well in Europe and London's skyrocketing and plummeting markets. It can prompt the change of market direction quickly, sensitively and accurately!

(I asked Mr. mrtools to add MTF to it. He may not have seen my request and did not respond.)

Please add MTF to it. Boundless merit!

Re: Indicators with ON/OFF buttons

Posted: Fri Jul 16, 2021 11:56 pm
by kvak
太虚一毫 wrote: Fri Jul 16, 2021 10:47 pm Triple jurik smooth button
viewtopic.php?t=8473841&p=1295429013#p1295429013


Your masterpiece Triple jurik smooth button indicator performs well in Europe and London's skyrocketing and plummeting markets. It can prompt the change of market direction quickly, sensitively and accurately!

(I asked Mr. mrtools to add MTF to it. He may not have seen my request and did not respond.)

Please add MTF to it. Boundless merit!
Hi...
It is not mine,when I remember correctly It is from Mladen
Coded for MT5 and kindly converted by Mrtools to MT4. I only add button and yes,this is my first time when I touch mql coding,so better say "copy & paste" :) MTF is still out of my skills,so better to ask Mrtools one more time...Sorry...

Re: Indicators with ON/OFF buttons

Posted: Sat Jul 17, 2021 12:40 am
by chris006
You could use this one:
viewtopic.php?p=1295416163#p1295416163

or see here if this works for you:
viewtopic.php?p=1295429841#p1295429841

skyf wrote: Wed Jun 09, 2021 1:18 pm Please on/off of this.

Re: Indicators with ON/OFF buttons

Posted: Sat Jul 17, 2021 3:21 am
by mrtools
太虚一毫 wrote: Fri Jul 16, 2021 10:47 pm Triple jurik smooth button
viewtopic.php?t=8473841&p=1295429013#p1295429013


Your masterpiece Triple jurik smooth button indicator performs well in Europe and London's skyrocketing and plummeting markets. It can prompt the change of market direction quickly, sensitively and accurately!

(I asked Mr. mrtools to add MTF to it. He may not have seen my request and did not respond.)

Please add MTF to it. Boundless merit!
Try it out, best i can do for now.

Re: Indicators with ON/OFF buttons

Posted: Sat Jul 17, 2021 4:00 am
by 太虚一毫
mrtools wrote: Sat Jul 17, 2021 3:21 am Try it out, best i can do for now.
The teacher is of immense merit! Thanks a lot!


I think !Triple jurik smooth button (mtf) is the best main trend indicator.

Using MTF, the smooth period number can be changed to 8, 13, 21, 34, 55 and other numbers according to the trader's ideas.

Use !Triple jurik smooth button (mtf) as the main trend indicator, combined with 2-3 better other indicators, you can integrate a very good trading system (including long-term and short-term)!

The characteristics of this type of trading system are: if the order direction is correct, it will make money (this is nonsense); if the order direction is wrong, the error will be corrected at the best time! The so-called best time is to pay the least transaction cost.

Re: Indicators with ON/OFF buttons

Posted: Fri Jul 23, 2021 4:22 am
by Dondbaze
Hello sir, please can you kindly make a button for this indi.. Thanks a million.

Re: Indicators with ON/OFF buttons

Posted: Mon Aug 16, 2021 3:54 am
by Jackson Doh
Recently kvak posted a button indicator and highlighted how to add the Button code. I've never coded anything but it motivated me to at least try before requesting help from one of this site's generous coders. My first (failed) attempt a few weeks ago resulted in a conversation with kvak which proved very helpful:
viewtopic.php?p=1295439755#p1295439755

I decided to give it another go, taking on board kvak's helpful advice. The result is a button on the Chandelier Exit indicator. It's not perfect but it works. I'm posting it, not just because it's a great indicator but to show you all that anyone can do this. A big thanks to kvak!


Edit: I noticed later that I had taken the Indicator Name out after getting a compile error so when you right-clicked there was no name on the indicator. I think I have fixed that. As a bonus, I've added alerts. They seem to work. Revised indicator attached.