Page 627 of 2041

Re: MT4 Indicator requests and ideas

Posted: Wed Jun 05, 2019 1:41 am
by minsker
hello mr. TOOLS, I kindly ask you to add email alert on:

Re: MT4 Indicator requests and ideas

Posted: Wed Jun 05, 2019 1:50 am
by Jimmy
minsker wrote: Wed Jun 05, 2019 1:41 am hello mr. TOOLS, I kindly ask you to add email alert on:
That one you posted has been renamed by some moron so i've removed it to avoid confusing other members. Please search our forum first before posting requests as there have been lots of versions/discussions about this indicator here.

You can use this one posted here: Triangular Moving Average TMA CG Alerts for MT4.

Re: MT4 Indicator requests and ideas

Posted: Wed Jun 05, 2019 7:44 pm
by JeffVader
Hi MrTools

I was wondering if you would kindly improve on the Jurik Volty Bands for me.

I'd like to be able to have alerts and arrows when it crosses an up upper and lower level (set within inputs) when the indicator is normalised, please see the image attached.

Many Thanks

Re: MT4 Indicator requests and ideas

Posted: Wed Jun 05, 2019 10:08 pm
by sal
dear mr.tools,
can you please correct the error
the line in current bar is not moves correctly

Re: MT4 Indicator requests and ideas

Posted: Thu Jun 06, 2019 3:15 am
by minsker
Jimmy wrote: Wed Jun 05, 2019 1:50 am

That one you posted has been renamed by some moron so i've removed it to avoid confusing other members. Please search our forum first before posting requests as there have been lots of versions/discussions about this indicator here.

You can use this one posted here: Triangular Moving Average TMA CG Alerts for MT4.
i kindly ask you to add email alert.
i hope, that you understand me

Re: MT4 Indicator requests and ideas

Posted: Thu Jun 06, 2019 4:27 am
by mrtools
JeffVader wrote: Wed Jun 05, 2019 7:44 pm Hi MrTools

I was wondering if you would kindly improve on the Jurik Volty Bands for me.

I'd like to be able to have alerts and arrows when it crosses an up upper and lower level (set within inputs) when the indicator is normalised, please see the image attached.

Many Thanks

Have you tried changing

Code: Select all

extern bool   alertsOnZeroCross       = true;
extern bool   alertsOnAllBreakOuts    = false;
extern bool   alertsOnAllBreakOutBars = false;
to

Code: Select all

extern bool   alertsOnZeroCross       = false;
extern bool   alertsOnAllBreakOuts    = true;
extern bool   alertsOnAllBreakOutBars = true;

Re: MT4 Indicator requests and ideas

Posted: Thu Jun 06, 2019 4:35 am
by JeffVader
mrtools wrote: Thu Jun 06, 2019 4:27 am


Have you tried changing

Code: Select all

extern bool   alertsOnZeroCross       = true;
extern bool   alertsOnAllBreakOuts    = false;
extern bool   alertsOnAllBreakOutBars = false;
to

Code: Select all

extern bool   alertsOnZeroCross       = false;
extern bool   alertsOnAllBreakOuts    = true;
extern bool   alertsOnAllBreakOutBars = true;

I have tried all that does is send alerts, i was after arrows being drawn on the chart with the direction of the movement, those upper and lower levels were added by me. The normal way it appears is below.

Re: MT4 Indicator requests and ideas

Posted: Thu Jun 06, 2019 4:38 am
by mrtools
minsker wrote: Thu Jun 06, 2019 3:15 am

i kindly ask you to add email alert.
i hope, that you understand me
Do you understand that indicator recalculates and alerts are really pretty useless for this indicator.

Re: MT4 Indicator requests and ideas

Posted: Thu Jun 06, 2019 5:02 am
by minsker
mrtools wrote: Thu Jun 06, 2019 4:38 am

Do you understand that indicator recalculates and alerts are really pretty useless for this indicator.
sorry

Re: MT4 Indicator requests and ideas

Posted: Thu Jun 06, 2019 6:25 am
by Pava
minsker wrote: Thu Jun 06, 2019 5:02 am

sorry
you saying indicator "pretty"...or "useless"?