Page 288 of 429

Re: MT4 Indicators with alerts/signals

Posted: Wed Mar 11, 2020 5:35 am
by mikver
Hello, can someone tell me how to attach files in this section?
Thank you

Re: MT4 Indicators with alerts/signals

Posted: Wed Mar 11, 2020 9:33 am
by mrtools
mikver wrote: Wed Mar 11, 2020 5:35 am Hello, can someone tell me how to attach files in this section?
Thank you
Click on quote, scroll down some then click on attachments, the click on add files.

Re: MT4 Indicators with alerts/signals

Posted: Thu Mar 12, 2020 12:09 am
by aliplinko
aliplinko wrote: Sun Mar 08, 2020 3:12 am

tnx sir
all finish but only arrow rotation is remain
blue arrows looks down
red arrows looks up
and if it is possibal for you remove arrows morethan one for example in this indicator:
when 3 candles shown,indicator gives signal
when 4th candle shown,again indicator gives signal
when 5th candle shown,again indicator gives signal and ...
but i dont want it i want only candle 3 gives signalfor example
look at this image :
and pls give your BTC address for Donation
Hello Dears again
my request still here.ols some one edite it for me tnx

Re: MT4 Indicators with alerts/signals

Posted: Thu Mar 12, 2020 10:11 am
by Demos4x
Hello Mr.Tools.

Could you modify this indicator so it could have the option to only give alerts to the first cross that happens after the green line was in overbought/oversold or if the cross happens during overbought/oversold. That would filter a lot of noise.


I hope the image can do better justice in explaining it.

Thank you in advance.

Re: MT4 Indicators with alerts/signals

Posted: Thu Mar 12, 2020 1:34 pm
by mrtools
Demos4x wrote: Thu Mar 12, 2020 10:11 am Hello Mr.Tools.

Could you modify this indicator so it could have the option to only give alerts to the first cross that happens after the green line was in overbought/oversold or if the cross happens during overbought/oversold. That would filter a lot of noise.


I hope the image can do better justice in explaining it.

Thank you in advance.
Sounds good but gonna have to think how to do that one.

Re: MT4 Indicators with alerts/signals

Posted: Thu Mar 12, 2020 8:05 pm
by Demos4x
mrtools wrote: Thu Mar 12, 2020 1:34 pm

Sounds good but gonna have to think how to do that one.
I thought about that before i posted, I'm no programmer but here is the logic .

You add a new variable called "IndiState" or whatever.

in this variable when the green line goes to ob/os

IndiState==OBOS


when there is a cross
Indistate==Cross

So when a cross occurs

the alert have to verify
if IndiState ==OBOS
else ignore it.

Yes, I'm trying to say to one of the best mql programmers in the world how to do is job. I know that, and know how it sounds.

That said, I hope it helps.

Re: MT4 Indicators with alerts/signals

Posted: Fri Mar 13, 2020 4:00 am
by ruso
Dear mrtools, please add arrows to this indicator-----Regards,

Re: MT4 Indicators with alerts/signals

Posted: Fri Mar 13, 2020 4:27 am
by mrtools
ruso wrote: Fri Mar 13, 2020 4:00 am Dear mrtools, please add arrows to this indicator-----Regards,
Don't have the source anymore.

Re: MT4 Indicators with alerts/signals

Posted: Fri Mar 13, 2020 4:39 am
by sal
mrtools wrote: Fri Mar 13, 2020 4:27 am

Don't have the source anymore.
here the source code app.php/attach/file/3279022

Re: MT4 Indicators with alerts/signals

Posted: Fri Mar 13, 2020 6:29 am
by mrtools
sal wrote: Fri Mar 13, 2020 4:39 am

here the source code app.php/attach/file/3279022
Unfortunately that wasn't the original.