Page 371 of 2045

Re: MT4 Indicator requests and ideas

Posted: Sun Jul 08, 2018 1:13 am
by mrtools
piusking wrote: Sat Jul 07, 2018 10:31 pm I really want to appreciat you sir for your effort in helping traders. I just joined this forum yesterday.
Please i have two indicators i want you to help me put together to form a trading system.
one is what i downloaded from here you made it and is very great because it does not repaint.
The second i got it elswhere but if this two are put together it can form a nice trading system.

First sir i want you to check if the ATB SNIPER repaints. if it does please make it a non repainted.
The arrow indicator i got from you does not repaint.
Please combine the two indicators to give an alert whenever new triangle starts forming on any time frame on the listed currency pairs.
As the triangle is forming I want to be receiving alert any time arrow appers.
PLEASE ADD EMAIL NOTIFICATION, PUSH NOTIFICATION, MOBILE AND TEXT ALERT THE THE ENTIRE SYSTEM.
THANK YOU SIR. I AWAIT YOUR RESPONSE SIR.
Would need the mq4 of the sniper file.Can't do anything with an ex4 file.

Re: MT4 Indicator requests and ideas

Posted: Sun Jul 08, 2018 1:14 am
by tommo78
mrtools wrote: Sat Jul 07, 2018 3:43 pm

Made a histo version
Thankyou Mrtools :)

Re: MT4 Indicator requests and ideas

Posted: Sun Jul 08, 2018 1:49 am
by piusking
Thank you sir for your quick responds to me.
I don't have the mq4 file, I have searched but could not get it.
Pls if the sniper will not work can you help me add email, Mobil, and push notification alert with text to that other one you made that I downloaded from you. I will so much appreciate it.

Re: MT4 Indicator requests and ideas

Posted: Sun Jul 08, 2018 8:32 pm
by Naughty 77
Dear Mr Tools

Thank you for the price options, apologies for the late reply.

Kind regards

Naughty 77

Re: MT4 Indicator requests and ideas

Posted: Sun Jul 08, 2018 11:04 pm
by PREETHI
hi, mrtools ,kindly add convergent and divergent lines [onchart and indicator] to this attached indicator.If possible alert also. Thank you in advance.

Re: MT4 Indicator requests and ideas

Posted: Mon Jul 09, 2018 5:01 am
by chirvasamar
Jagg wrote: Thu Jul 05, 2018 6:36 pm
Old question but stumbled over this today for myself (with DAX and DOW).
You have to increase the MaxValue from default 200 to a value above DOW High e.g. 30000 and then you can see the zones on DAX, DOW,... also!
Thank you, Jagg!!
So simple, so effective. Now it is working fine.
Do you have any idea to what purpose there is the "Dummy=-1" in "inputs"? See attached.
Thank you!

Re: MT4 Indicator requests and ideas

Posted: Mon Jul 09, 2018 7:03 am
by mrtools
PREETHI wrote: Sun Jul 08, 2018 11:04 pm hi, mrtools ,kindly add convergent and divergent lines [onchart and indicator] to this attached indicator.If possible alert also. Thank you in advance.Elliot oscillator - waves 1.03 (1).mq4
Added divergence with alerts.

Re: MT4 Indicator requests and ideas

Posted: Mon Jul 09, 2018 7:06 am
by Jagg
chirvasamar wrote: Mon Jul 09, 2018 5:01 am
Thank you, Jagg!!
So simple, so effective. Now it is working fine.
Do you have any idea to what purpose there is the "Dummy=-1" in "inputs"? See attached.
Thank you!
Dummy holds more or less only the time from the latest bar

Code: Select all

 if (Dummy<=Time[0]) Dummy = Time[0];
Don't know why this was made as user input setting?!

Re: MT4 Indicator requests and ideas

Posted: Mon Jul 09, 2018 7:08 am
by Jagg
mrtools wrote: Mon Jul 09, 2018 7:03 am

Added divergence with alerts.
mrtools, is there are reason why you post more and more only the ex4 files instead of the mq4 files?

Re: MT4 Indicator requests and ideas

Posted: Mon Jul 09, 2018 7:31 am
by mrtools
Jagg wrote: Mon Jul 09, 2018 7:08 am

mrtools, is there are reason why you post more and more only the ex4 files instead of the mq4 files?
Ex4 not working?