Page 1117 of 2045

Re: MT4 Indicator requests and ideas

Posted: Sat Oct 03, 2020 4:14 am
by Alfaridzi000
Please can u made arrow with buffer after each candle color after close ? And shift option too for arrow.

So it will be, Green Color candle = up arrow - Red Color Candle = down arrow, Gray Color Candle = Gray Dot. And have separated shift option for that arrow and dot ?

I want made it become auto entry for EA. 🙏 Thanks to our great coder and this community

Re: MT4 Indicator requests and ideas

Posted: Sat Oct 03, 2020 9:39 am
by mosape
Alfaridzi000 wrote: Sat Oct 03, 2020 4:14 am Please can u made arrow with buffer after each candle color after close ? And shift option too for arrow.

So it will be, Green Color candle = up arrow - Red Color Candle = down arrow, Gray Color Candle = Gray Dot. And have separated shift option for that arrow and dot ?

I want made it become auto entry for EA. 🙏 Thanks to our great coder and this community
cant do anything with the code using (exe) file.

Re: MT4 Indicator requests and ideas

Posted: Sat Oct 03, 2020 4:18 pm
by ionone
mosape wrote: Sat Oct 03, 2020 9:39 am

cant do anything with the code using (exe) file.
actually you don't need the code : you can create another indicator that uses signals from the ex4 indicator. and do exactly what he want :)

Re: MT4 Indicator requests and ideas

Posted: Sat Oct 03, 2020 6:37 pm
by mosape
ionone wrote: Sat Oct 03, 2020 4:18 pm

actually you don't need the code : you can create another indicator that uses signals from the ex4 indicator. and do exactly what he want :)
yes but there is a possibility that icustom (code) maybe protected and i think most of newcomers demand these kind of similar stuff from the forum coders minute they register.
🤗

Re: MT4 Indicator requests and ideas

Posted: Sat Oct 03, 2020 8:12 pm
by lucmat
lucmat wrote: Wed Sep 30, 2020 4:57 am

trying to explain with an example with a moving average - period 12:
A= price - moving average of 12 period;
B= (A - min(A1:A12))*100;
C= (A - max(A1:A12))*100;
B is the line of oversold and C is the line of overbought; then we need two moving average of B and C.
Hope I'm clear.
Thanks in advance

Lucmat
Hi mrtools, hi other all,
I poste an image of the output of the indicator: it draws two lines, oversold and overbought.
Usually the buy signal is when oversold line has touched 0 line and then overbought crosses its moving average and also price crosses its moving average. Viceversa for the sell signal.
I think the formula should be the base for some new indicators.
Thanks

Re: MT4 Indicator requests and ideas

Posted: Sat Oct 03, 2020 8:34 pm
by TOMO
Hi.mrtools

I want the dynamic-cycle-explorer-indicator to have a function to find divergence.

And, Is it possible to change the distance or sensitivity of the divergence?

Thanking you in advance.

Re: MT4 Indicator requests and ideas

Posted: Sun Oct 04, 2020 1:12 am
by mitalpatel
Hi all,
I was looking at this RSI smoothed Candles for mt5 made. Was curious if we have this for mt4 as well.!!
Tried searching here but couldnt found on forum.

Plz Guide if we can have for mt4 converted.

Mod edit: Link removed, please follow the rules

Re: MT4 Indicator requests and ideas

Posted: Sun Oct 04, 2020 1:10 pm
by mrtools
TOMO wrote: Sat Oct 03, 2020 8:34 pm Hi.mrtools

I want the dynamic-cycle-explorer-indicator to have a function to find divergence.

And, Is it possible to change the distance or sensitivity of the divergence?

Thanking you in advance.
Divergence added.

PS: For the DSL (Discontinued Signal Lines) version by Kvak, please see: DCE DSL indicator.

Re: MT4 Indicator requests and ideas

Posted: Sun Oct 04, 2020 1:42 pm
by TOMO
mrtools wrote:

Divergence added.
Thank you as always!!!!!!!!!!!
I really appreciate it.

Re: MT4 Indicator requests and ideas

Posted: Sun Oct 04, 2020 2:48 pm
by Nbats7979
Hi,
Any chance to add an alert to this indicator on close please? It is the highlight bar in the image. Cheers