Page 1327 of 2170
Re: MT4 Indicator requests and ideas
Posted: Sat Jul 10, 2021 5:04 am
by ujtrader
mrtools wrote: Sun Jun 16, 2019 1:20 pm
To me the whole indicator needed redoing, maybe this would be a start.
viewtopic.php?p=1295391111#p1295391111
Hello mrtools
can you make it mtf
thanks
Re: MT4 Indicator requests and ideas
Posted: Sat Jul 10, 2021 5:48 am
by mrtools
Re: MT4 Indicator requests and ideas
Posted: Sat Jul 10, 2021 7:01 am
by Kenrobert1
mrtools wrote: Sat Jul 10, 2021 3:49 am
I have no way of opening those files.
I acessed the code by opening the CS file with Wordpad. I don't know if that is helpful in any way. I don't know much about coding. Thank you so much.
Re: MT4 Indicator requests and ideas
Posted: Sat Jul 10, 2021 7:39 am
by mrtools
rudiarius wrote: Sun Jun 02, 2019 4:20 am
Dear Mrtools,
Could you add/make a histo version of this indicator (keeping the colouring options, so neutral colour can be used between levels) as it can be seen on the attached screenshot with Ravi FX Fisher. I think it would give a better visual representation but Ravi FX Fisher lacks many options which your ravi 1.01 already has.
Thanks in advance!
Try this one
Various specialist indicators
Re: MT4 Indicator requests and ideas
Posted: Sat Jul 10, 2021 10:36 am
by mello182
Can somebody please explain what this "Trend Signal" indicator is? It gives pretty decent entries.
Re: MT4 Indicator requests and ideas
Posted: Sat Jul 10, 2021 1:20 pm
by ujtrader
Re: MT4 Indicator requests and ideas
Posted: Sat Jul 10, 2021 2:12 pm
by ZZTop
mrtools wrote: Wed Apr 21, 2021 11:51 am
Have this version from Mladen, that I added mtf to.
Thank you, could you also please add alert when price close above/below line, thank you.
Re: MT4 Indicator requests and ideas
Posted: Sat Jul 10, 2021 4:11 pm
by ZZTop
Yet another request, sorry about that Mr Tools. Would it be possible only show arrows when slope change outside floating levels, and alerts too should work only there. Thanks for you work.
Re: MT4 Indicator requests and ideas
Posted: Sat Jul 10, 2021 4:19 pm
by ZZTop
ZZTop wrote: Sat Jul 10, 2021 2:12 pm
Thank you, could you also please add alert when price close above/below line, thank you.
Forget to add indicator, sorry.
Re: MT4 Indicator requests and ideas
Posted: Sat Jul 10, 2021 5:45 pm
by tempt
Greeting Mr. tools,
I'm searching for an indicator where it alerts me when price has it wick touched a dynamic support/resistance and got rejected and so far after searching the forum the closest indicator I found was ma touch.mq4 but this is still far from what I looking for because I'm looking for an indicator which alerts me after the current candle close and its wick has touch/cross and rejected from a dynamic support/resistance. I tried to code it myself but mq4 isn't that friendly to me and with limited coding knowledge I figured it would be wiser to request assistance from the professional as I believe with your assistance the outcome of this indicator would work flawlessly.
In order to make it clear here is the logic of my thought:
Dynamic support/resistance (DSR) = EMA
If new candle, check:
( if previous candle opening price & closing price is smaller than DSR
{ if previous candle high is equal or higher than DSR
Alert }
else if previous candle opening price & closing price is bigger than DSR
{ if previous candle low is equal or lower than DSR
Alert }
)
The idea of this concept is to alert if the price is confirmed respecting the dynamic support so we can start to look for potential pullback in the direction of impulsive wave after a corrective wave. Would be glad if you can add in other DSR options such as bollinger band/keltner channel standard deviation 1,2,3. Hope all is well.
Regards.