Posted it here Ma ribbon filledarobin wrote: Fri Apr 23, 2021 8:52 pm Hello Dear Coders,
Thank you indeed for this great site and your priceless efforts.
If it is not too much to ask, could you please add interpolation to the attached MA ribbon indicator? I know there are some newer versions of this indicator but as far as I see none of them has shift option.
Many thanks,
Robin
Re: MT4 Indicator requests and ideas
12703Thank you Mr. Tools for all your hard work.
Would you please consider adding an ON/OFF button to your spectacular indicator Ichimoku (mtf + alerts).
Would you please consider adding an ON/OFF button to your spectacular indicator Ichimoku (mtf + alerts).
Re: MT4 Indicator requests and ideas
12704Posted it here Ichimoku indicatorswtrader13 wrote: Sat Apr 24, 2021 6:38 pm Thank you Mr. Tools for all your hard work.
Would you please consider adding an ON/OFF button to your spectacular indicator Ichimoku (mtf + alerts).
Re: MT4 Indicator requests and ideas
12705Posted it here Ehlers indicatorsTECHHDATE07 wrote: Sat Apr 24, 2021 1:53 am Hello Mr.tools
I love your creation of Zero lag inverse fisher tsi and I am adapting it into my system with good results.
it is possible to make a 0-1 histogram version of the same indicator with arrows and alerts.
Thank you
- These users thanked the author mrtools for the post:
- TECHHDATE07
Re: MT4 Indicator requests and ideas
12706Did you ever find someone to fix the indicator to where the alert appears during the candle? I am looking for this also.RVelasco wrote: Tue Aug 11, 2020 4:23 pm Hello @mrtools
Can you help me !?
I just need justin's alert to appear during the candle.
Now, It is showing when the candle closes.
Could you can modify this for me?
one last request, could you leave it with the same deviations from the attached indicator sma as an example?
so that all indication signs are similar, in all candles.
You do not need to make any other changes, just that the alert is during the candle and not at closing and the same desviations conf, for the same signals.
Re: MT4 Indicator requests and ideas
12707Think I missed that post when you get a chance could you please share the link, Thanks!andreacaerdna wrote: Mon Apr 26, 2021 2:43 am Did you ever find someone to fix the indicator to where the alert appears during the candle? I am looking for this also.
Re: MT4 Indicator requests and ideas
12708viewtopic.php?f=579496&t=8418142&p=1295 ... 1295416750mrtools wrote: Mon Apr 26, 2021 3:41 am Think I missed that post when you get a chance could you please share the link, Thanks!
The indicator is on this page but I will also attach it. I think you may have responded and said it repaints, but I have been testing it and I haven’t seen it repaint. The only downside to this indicator is that the arrows come about a few seconds after the candle closes. Could you please fix the indicator to where the arrow comes while the candle is open? Thanks in advance!
Re: MT4 Indicator requests and ideas
12709Hereandreacaerdna wrote: Mon Apr 26, 2021 4:47 am viewtopic.php?f=579496&t=8418142&p=1295 ... 1295416750
The indicator is on this page but I will also attach it. I think you may have responded and said it repaints, but I have been testing it and I haven’t seen it repaint. The only downside to this indicator is that the arrows come about a few seconds after the candle closes. Could you please fix the indicator to where the arrow comes while the candle is open? Thanks in advance!
Code: Select all
if(Buffer1[i] > Buffer2[i] && Buffer1[i-1] < Buffer2[i-1]&& Close[i+CloseBar]>Open[i+CloseBar] )
Re: MT4 Indicator requests and ideas
12710Hello teacher! Is there a way to make the color of the Dynamic Zone StepMA pdf nmc 3.3 ahtf main trend line (here Aqua, Magenta) look like the jurik smooth ribbon-zones indicator, and fill the color into the main chart (without displaying the indicator line)?mrtools wrote: Mon Apr 26, 2021 5:22 am Here
it's going both left to right and right to left, so not getting an accurate reading from the indicator plus it makes it repaint, the version I posted think it was the next post, the arrow will try to form while the bar is open but won't be complete until the bar is complete, far as I know you can't do it any other way without making it repaint again. Also on the version i posted if you set alerts on current = true you should get alerts on the bar while the arrow is forming, but in my experience this is dangerous.Code: Select all
if(Buffer1[i] > Buffer2[i] && Buffer1[i-1] < Buffer2[i-1]&& Close[i+CloseBar]>Open[i+CloseBar] )