Page 1040 of 2041

Re: MT4 Indicator requests and ideas

Posted: Tue Jul 21, 2020 10:48 pm
by chris006
Hi mrtools,

I have taken the standard MACD (attached) from MT4 and managed (by copy-paste) to add 2 EMAs to it with view in trading the intersection of the 2 EMAs.

I would like to do a version by using two LWMAs but I do not have a clue how to proceed:

In MovingAverages.mqh, LinearWeightedMAOnBuffer has an additional switch at the end, "int &weightsum".
Could you demonstrate how to use LinearWeightedMAOnBuffer instead of ExponentialMAOnBuffer in the "MACD with 2 EMAs" below (line 104)?

Re: MT4 Indicator requests and ideas

Posted: Wed Jul 22, 2020 7:05 am
by CHMelih
Dear Coders , Mrtools, Banzai ; If there is any chance to update attached indicator and please, make as option horizontal lines a bit thicker. Thank you for your kindly support and wish you have an excellent day.

Re: MT4 Indicator requests and ideas

Posted: Wed Jul 22, 2020 9:51 am
by Amunra5
dear mrtools,

kindly add divergence on your spare time.
endless thanks.

A

Re: MT4 Indicator requests and ideas

Posted: Wed Jul 22, 2020 12:27 pm
by Banzai
CHMelih wrote: Wed Jul 22, 2020 7:05 am Dear Coders , Mrtools, Banzai ; If there is any chance to update attached indicator and please, make as option horizontal lines a bit thicker. Thank you for your kindly support and wish you have an excellent day.
FractalSupportResistance.mq4
I did it on July 11th, 2020.
It's over here:
viewtopic.php?p=1295414554#p1295414554

Re: MT4 Indicator requests and ideas

Posted: Wed Jul 22, 2020 1:04 pm
by mrtools
Amunra5 wrote: Wed Jul 22, 2020 9:51 am dear mrtools,

kindly add divergence on your spare time.
endless thanks.

A
Try it out.

Re: MT4 Indicator requests and ideas

Posted: Wed Jul 22, 2020 4:59 pm
by mrtools
chris006 wrote: Tue Jul 21, 2020 10:48 pm Hi mrtools,

I have taken the standard MACD (attached) from MT4 and managed (by copy-paste) to add 2 EMAs to it with view in trading the intersection of the 2 EMAs.

I would like to do a version by using two LWMAs but I do not have a clue how to proceed:

In MovingAverages.mqh, LinearWeightedMAOnBuffer has an additional switch at the end, "int &weightsum".
Could you demonstrate how to use LinearWeightedMAOnBuffer instead of ExponentialMAOnBuffer in the "MACD with 2 EMAs" below (line 104)?
Me personally prefer the iMaOnArray, just easier for me.

Re: MT4 Indicator requests and ideas

Posted: Wed Jul 22, 2020 6:09 pm
by CHMelih
Banzai wrote: Wed Jul 22, 2020 12:27 pm

I did it on July 11th, 2020.
It's over here:
viewtopic.php?p=1295414554#p1295414554
Dear Banzai ; excellent , thank you .

Re: MT4 Indicator requests and ideas

Posted: Wed Jul 22, 2020 7:27 pm
by Amunra5
mrtools,

attached is mladen's old but gold indicator with divergence (tm_smoothed_dtoch).
i was hoping you can change the conditions for its divergence.

in the picture the Highs and Lows are connected by a straight line, creating a channel (refer to signal_channel indicator - green red arrows)
The lines will be patterned to the indicator on subwindow (mladens), thus the divergence will be created out of that.

The price is the independent variable instead.

The white arrows in the pic will be the byproduct/synthesized divergence.

I think this has potential.

Re: MT4 Indicator requests and ideas

Posted: Wed Jul 22, 2020 8:33 pm
by MayaxatL
mrtools wrote: Wed Jul 22, 2020 4:59 pm

Me personally prefer the iMaOnArray, just easier for me.
H1-H4

1. MACD
2. 25 EMA (Apply to high)
3. 25 EMA (Apply to low)

Such a strategy is based on EMA and MACD

Example of Buy & Sell Setup:

Re: MT4 Indicator requests and ideas

Posted: Wed Jul 22, 2020 8:40 pm
by Kiwi
Hi Mr Tools,

Any chance i could have these inputs (picture attached) into this regression indicator or at least have 3 different deviations inputs
Many thanks