Thanks for the indi and the advice. I will start at M1/M5 EURUSD and work my way up from there...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...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.
Have this one.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
Not only the arrows repainted but the hull would repaint as well. This version should be no repaint.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
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.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
On the built in mt4 stochastic it only uses Low/High = 0, Close/Close = 1.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
Now see why it's different herekikoylim wrote: Mon Jun 22, 2020 1:14 am
Oops. My bad.
Added the mq4 source file!
Hope it will be fixed. Thanks mate!
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);
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's not possible in mt4.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!
Could you make a version of it not repaint anyway please - it's completely useless as it is ;-)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.
Many thanks Mr Tools!! You are a champion. I'll give it a go.....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.