Page 1010 of 2041

Re: MT4 Indicator requests and ideas

Posted: Mon Jun 22, 2020 2:21 am
by cinare
pacois wrote: Mon Jun 22, 2020 2:00 am
Hi, test it on the timeframes you prefer, for now I have only tested on EURUSD.
Thanks for the indi and the advice. I will start at M1/M5 EURUSD and work my way up from there... :thumbup:

Re: MT4 Indicator requests and ideas

Posted: Mon Jun 22, 2020 2:56 am
by mrtools
Starter02 wrote: Sun Jun 21, 2020 6:14 pm Hi MrTools

Do we have a Bollinger band with rsi indicator that has mtf and alert. Thank you
Have this one.

Re: MT4 Indicator requests and ideas

Posted: Mon Jun 22, 2020 4:11 am
by mrtools
Jim67 wrote: Sun Jun 21, 2020 5:04 pm
Quite a few Hull indicators - no Mega Trend though.
Liked this one but it repaints signal arrows.
Thanks anyway,
Jim
Not only the arrows repainted but the hull would repaint as well. This version should be no repaint.

Re: MT4 Indicator requests and ideas

Posted: Mon Jun 22, 2020 4:17 am
by mrtools
Jim67 wrote: Sun Jun 21, 2020 6:06 pm Hi Mr Tools,
Could this "Hill no repaint Arrows1" indicator be made to actually Not Repaint?
Buffer values also seem incorrect/repaint?
Many thanks,
Jim

Buys signals on 23/4, 24/4, 25/4 and 26/4 in below example not at buy levels?
Signal Arrows repaint in example below - 18/4/2018 Sell arrow appears on 2/5/2018.

Hill NRP 26042018.png
Hill NRP 2052018 Repaint Sell 18042018_LI.jpg
It's using what looks like a tma centered for the bands which makes it repaint, if I make it no repaint it won't be close to the same.

Re: MT4 Indicator requests and ideas

Posted: Mon Jun 22, 2020 4:20 am
by mrtools
Devvasu525 wrote: Sun Jun 21, 2020 2:35 pm Mrtools, i need your help can you please add all price options to this indicator...it will be a great help... thankyou
On the built in mt4 stochastic it only uses Low/High = 0, Close/Close = 1.

Re: MT4 Indicator requests and ideas

Posted: Mon Jun 22, 2020 4:27 am
by mrtools
kikoylim wrote: Mon Jun 22, 2020 1:14 am

Oops. My bad.

Added the mq4 source file!

Hope it will be fixed. Thanks mate!
Now see why it's different here

Code: Select all

MTM_Buffer[i] = iMACD(NULL, 0, Fast, Slow, Signal, PRICE_CLOSE, MODE_MAIN, i - 1) -iMACD(NULL, 0, Fast, Slow, Signal, PRICE_CLOSE, MODE_MAIN, i);  
should be

Code: Select all

MTM_Buffer[i] = iMACD(NULL, 0, Fast, Slow, Signal, PRICE_CLOSE, MODE_MAIN, i ) - iMACD(NULL, 0, Fast, Slow, Signal, PRICE_CLOSE, MODE_MAIN, i+1);  
that makes it repaint and could be why it doesn't work on some pairs.

Re: MT4 Indicator requests and ideas

Posted: Mon Jun 22, 2020 4:28 am
by mrtools
kikoylim wrote: Mon Jun 22, 2020 1:36 am Hi, mrtools!

I would appreciate it mate if you can also add all MA's on the "all averages" indi and a variable setting for "Apply to" and an option for "First Indicator's Data" for the two attached indis below.

This is so that I can finally add these MA indicators in a separate indicator window.

Thank you!
That's not possible in mt4.

Re: MT4 Indicator requests and ideas

Posted: Mon Jun 22, 2020 8:36 am
by Jim67
mrtools wrote: Mon Jun 22, 2020 4:17 am

It's using what looks like a tma centered for the bands which makes it repaint, if I make it no repaint it won't be close to the same.
Could you make a version of it not repaint anyway please - it's completely useless as it is ;-)
At least then I could test it knowing the the damn thing won't repaint all the time.
Many thanks,
Jim

Re: MT4 Indicator requests and ideas

Posted: Mon Jun 22, 2020 9:02 am
by Jim67
mrtools wrote: Mon Jun 22, 2020 4:11 am

Not only the arrows repainted but the hull would repaint as well. This version should be no repaint.
Many thanks Mr Tools!! You are a champion. I'll give it a go.....

Re: MT4 Indicator requests and ideas

Posted: Mon Jun 22, 2020 9:23 am
by alblive
is it possible to combine these two indicators?

4tf waddah attar would only alert 'HowManyTimeFrameAligned' when standard 6 signals are 'HowManyTimeFrameAligned'.
also currently the waddah attar alerts every new candle. can this be to alert only once per alignment?

(if not, can standard 6 signals be given the arrows and alerts for 'HowManyTimeFrameAligned'?)