Page 49 of 157

Re: Various (Specialist) indicators for MT4

Posted: Fri Aug 27, 2021 1:18 am
by tkhanfx
mrtools wrote: Wed Aug 18, 2021 12:48 pm Mtf added to version 2 interpolation not possible with arrows.
This is very interesting. Thank you

Re: Various (Specialist) indicators for MT4

Posted: Fri Aug 27, 2021 3:47 am
by Garrintcha
太虚一毫 wrote: Thu Aug 26, 2021 10:01 pm Ask the teacher to add MTF to glitch_index_amp_dots.mtf. Boundless merit!
And another request. I cannot adjust the SW size. Correct if possible.

Re: Various (Specialist) indicators for MT4

Posted: Mon Aug 30, 2021 8:37 am
by mrtools
makhlaghi wrote: Mon Aug 30, 2021 3:57 am HI MrTools,
Hope you are fine.
Is it possible to combine these two indicators add a new line as (new line=Laquerre plusdi-Laguerre minusdi).?

The best
Actually dmi is the difference of plusDi-minusdi so made a version using dmi, it's mtf with alerts on color change.

Re: Various (Specialist) indicators for MT4

Posted: Mon Aug 30, 2021 8:42 am
by mrtools
Garrintcha wrote: Fri Aug 27, 2021 3:47 am And another request. I cannot adjust the SW size. Correct if possible.
On line 11 in metaeditor change

Code: Select all

#property indicator_height  120
to

Code: Select all

//#property indicator_height  120

Re: Various (Specialist) indicators for MT4

Posted: Mon Aug 30, 2021 9:38 pm
by Garrintcha
mrtools wrote: Mon Aug 30, 2021 8:42 am On line 11 in metaeditor change

Code: Select all

#property indicator_height  120
to

Code: Select all

//#property indicator_height  120
Thanks. The answer for all time. Knowledge is power!

Re: Various (Specialist) indicators for MT4

Posted: Wed Sep 01, 2021 4:55 am
by mrtools
mrtools wrote: Mon Aug 30, 2021 8:37 am Actually dmi is the difference of plusDi-minusdi so made a version using dmi, it's mtf with alerts on color change.
Added divergence.

Re: Various (Specialist) indicators for MT4

Posted: Fri Sep 03, 2021 9:36 pm
by jng640
cancelled thread :Rofl:

Re: Various (Specialist) indicators for MT4

Posted: Sun Sep 05, 2021 2:51 pm
by makhlaghi
mrtools wrote: Mon Aug 30, 2021 8:37 am Actually dmi is the difference of plusDi-minusdi so made a version using dmi, it's mtf with alerts on color change.
Dear Mrtools,
I really thank you for your work to answer all requests.
I checked DMI, but it did not meet my expectations.
I made a little change in the PlusDi code body and I reached a new code. Here is that. also, I added two moving averages on it (drug MA on it).

Thanks

Re: Various (Specialist) indicators for MT4

Posted: Wed Sep 08, 2021 4:02 am
by mrtools
ikhwn wrote: Tue Sep 07, 2021 1:34 pm Hi MrTools, can we turn this indicator into MTF?
Thanks a lot.
regard,
ikhwn
Mtf added.

Re: Various (Specialist) indicators for MT4

Posted: Thu Sep 09, 2021 7:30 am
by mrtools
TONSIL wrote: Thu Sep 09, 2021 4:28 am Good evening all
I use this indicator and love it, could you add volatility bands to it please.
Many Thanks Tonsilwilliams-ad-ma-indicator.mq4williams-ad-ma-indicator.ex4

Added the bands.