Page 127 of 429

Re: MT4 Indicators with alerts/signals

Posted: Sat Jan 06, 2018 1:20 am
by losajoca
losajoca wrote: Fri Jan 05, 2018 1:48 am


@mladen,
Please, can you do it?
Thanks.

@mladen,
If it's to much to ask, maybe you can just put two colors on trade zone (two tones of green on slope)...
Thanks.

Re: MT4 Indicators with alerts/signals

Posted: Mon Jan 08, 2018 7:45 pm
by areetrmio
Привет уважаемые с новым годом и рождеством, пишу и прошу помощи с Сибири сделайте пожалуйста предупреждение при появлении нижней линии другого цвета

Re: MT4 Indicators with alerts/signals

Posted: Mon Jan 08, 2018 8:43 pm
by areetrmio
Hello dear happy new year and merry Christmas, write and ask for help from Siberia please caution the bottom line of another color

Re: MT4 Indicators with alerts/signals

Posted: Tue Jan 09, 2018 8:43 pm
by forexme
hi, mr @mladen and @mrtool

ols help me to give android signal notification for this strategy

1. Use macd mt4 : 12,26,9 2. momentum : 14
3. RSI : 14
4. Stochastic : 5,3,3

so if all those indicator move from OBOS 20 and 80 and macd ma trigger 9 so the signal will appear

thanks for your help

Re: MT4 Indicators with alerts/signals

Posted: Tue Jan 09, 2018 11:39 pm
by mntiwana
forexme wrote: Tue Jan 09, 2018 8:43 pm hi, mr @mladen and @mrtool

ols help me to give android signal notification for this strategy

1. Use macd mt4 : 12,26,9New_Picture_1_.jpg
2. momentum : 14
3. RSI : 14
4. Stochastic : 5,3,3

so if all those indicator move from OBOS 20 and 80 and macd ma trigger 9 so the signal will appear

thanks for your help
As per my little knowing,you can have signal notifications from every single indicator individually,there are so many versions of every indicators doing this - but as for a combined/composite performance signaling seems a kind of strategy and that must be written new way (new code) so you needs some coder for a complete job

Re: MT4 Indicators with alerts/signals

Posted: Tue Jan 09, 2018 11:59 pm
by forexme
hi @mladen and @mrtool, @mntiwana

would you pls help me to give mobile notify for this indicator, and bar size 5

thanks for your help

---------------------------------------------------------

Re: MT4 Indicators with alerts/signals

Posted: Wed Jan 10, 2018 1:04 am
by mntiwana
forexme wrote: Tue Jan 09, 2018 11:59 pm hi @mladen and @mrtool, @mntiwana

would you pls help me to give mobile notify for this indicator, and bar size 5

thanks for your help
This is a decompiled code
_____________________________

"/*
G e n e r a t e d by ex4-to-mq4 decompiler FREEWARE 4.0.509.5
Website: HtT p:// ww w . m ET a qU o tE S . NeT
E-mail : s Up Po RT @me t a QUo tES.N E T
*/
double G_ibuf_88[];
double G_ibuf_92[];
double G_ibuf_96[];
double G_ibuf_100[];
int Gi_104 = 0;
datetime G_time_108 = 0;

// E37F0136AA3FFAF149B351F6A4C948E9
int init() {
SetIndexBuffer(0, G_ibuf_88);
SetIndexStyle(0, DRAW_NONE, STYLE_SOLID, 2);
SetIndexBuffer(1, G_ibuf_92);
SetIndexStyle(1, DRAW_NONE, STYLE_DOT, 1);
SetIndexBuffer(2, G_ibuf_96);
SetIndexStyle(2, DRAW_HISTOGRAM, STYLE_SOLID, 2);
SetIndexBuffer(3, G_ibuf_100);"

Re: MT4 Indicators with alerts/signals

Posted: Thu Jan 11, 2018 10:03 pm
by topi
hi mladen / mrtools
is it possible to add alerts to this s&r indi. looks like it has the alerts but its not working (alerting).... can u plz look into the same?
thanks in advance
-----------------------------------------------

Re: MT4 Indicators with alerts/signals

Posted: Fri Jan 12, 2018 12:16 am
by losajoca
:?:
losajoca wrote: Sat Jan 06, 2018 1:20 am


@mladen,
If it's to much to ask, maybe you can just put two colors on trade zone (two tones of green on slope)...
Thanks.

Re: MT4 Indicators with alerts/signals

Posted: Fri Jan 12, 2018 2:18 am
by mntiwana
topi wrote: Thu Jan 11, 2018 10:03 pm hi mladen / mrtools
is it possible to add alerts to this s&r indi. looks like it has the alerts but its not working (alerting).... can u plz look into the same?
thanks in advance
-----------------------------------------------
Looks like a decompiled code,sorry