Page 139 of 157

Re: Various (Specialist) indicators for MT4

Posted: Wed Oct 09, 2024 5:56 am
by mrtools
Lwqa wrote: Tue Oct 08, 2024 10:52 pm Thanks 😊

it will be cool if it is possible to have the button version Mt4.
Option Alert

πŸ™πŸΎ

Added an on/off button.

Re: Various (Specialist) indicators for MT4

Posted: Wed Oct 09, 2024 9:48 am
by Lwqa
mrtools wrote: Wed Oct 09, 2024 5:56 am Added an on/off button.
Wow 😊 Thank you so much!

God bless you !

Re: Various (Specialist) indicators for MT4

Posted: Wed Oct 09, 2024 6:30 pm
by lukgoku
mrtools wrote: Wed Oct 09, 2024 5:56 am Added an on/off button.
Hi mrtools.

Thank you for this fantastic indicator, it is simply spectacular.

I would like to take the liberty of pointing out a couple of additions, if these are possible.

1- add configurable alerts
2- if I understand correctly, the indicator is based on the ATR: could you add the possibility of configuring atr period and atr filter? or perhaps it is the corresponding β€˜zone’ settings that are in the input?

Again, thank you for your continued presence and collaboration.

Re: Various (Specialist) indicators for MT4

Posted: Thu Oct 10, 2024 12:26 am
by mrtools
lukgoku wrote: Wed Oct 09, 2024 6:30 pm Hi mrtools.

Thank you for this fantastic indicator, it is simply spectacular.

I would like to take the liberty of pointing out a couple of additions, if these are possible.

1- add configurable alerts
2- if I understand correctly, the indicator is based on the ATR: could you add the possibility of configuring atr period and atr filter? or perhaps it is the corresponding β€˜zone’ settings that are in the input?

Again, thank you for your continued presence and collaboration.
Trend Predictor with Alerts + On/Off Button

Hello,
Added alerts and yes the atr period are in the input settings just using different names which in this version tried to make it clearer in the inputs.

Code: Select all

input int         inp_zone_period            = 10;       // Highest/Lowest zone period
input int         inp_amplitude_period       = 25;       // Zone amplitude/atr period
input double      inp_amplitude_coefficient  = 3;        // Zone coefficient or atr range multiplier
For more information on this indicator please see here: What is the Trend Predictor?

Re: Various (Specialist) indicators for MT4

Posted: Fri Oct 25, 2024 2:15 am
by mrtools
talaate wrote: Fri Oct 25, 2024 1:19 am Hi mrtools
Is it possible to add two colores (up/down to Zero) for each one of the following
Bulls.mq4
Bears.mq4

By the way I tried to do it by myself, but I failed :Rofl: :Rofl:
Hello, added 2 colors.

Re: Various (Specialist) indicators for MT4

Posted: Fri Oct 25, 2024 2:20 am
by talaate
mrtools wrote: Fri Oct 25, 2024 2:15 am Hello, added 2 colors.
Many Thanks mrtools
:)

Re: Various (Specialist) indicators for MT4

Posted: Fri Oct 25, 2024 2:40 am
by mrtools
sal wrote: Fri Oct 25, 2024 12:25 am Dear mr.tools
can you add Awesome bars on chart ??
condition
if the AWO candles below zero level main chart bars shall be in red and vise versa!

Hello, try this one.

Re: Various (Specialist) indicators for MT4

Posted: Fri Nov 08, 2024 10:44 am
by talaate
mrtools wrote: Tue Mar 08, 2022 10:46 am Added alerts.
Dear mrtools
Is it possible to add MTF and add option for 0-1 histogram + the already current +/- histogram

Re: Various (Specialist) indicators for MT4

Posted: Fri Nov 08, 2024 11:53 am
by mrtools
talaate wrote: Fri Nov 08, 2024 10:44 am Dear mrtools
Is it possible to add MTF and add option for 0-1 histogram + the already current +/- histogram
Try!

Re: Various (Specialist) indicators for MT4

Posted: Fri Nov 08, 2024 12:02 pm
by talaate
mrtools wrote: Fri Nov 08, 2024 11:53 amTry!
Many Thanks :thumbup: