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
10392
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
10393dear mrtools,
kindly add divergence on your spare time.
endless thanks.
A
kindly add divergence on your spare time.
endless thanks.
A
fractals inside fractals
Re: MT4 Indicator requests and ideas
10394I did it on July 11th, 2020.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
It's over here:
viewtopic.php?p=1295414554#p1295414554
Re: MT4 Indicator requests and ideas
10395Try it out.Amunra5 wrote: Wed Jul 22, 2020 9:51 am dear mrtools,
kindly add divergence on your spare time.
endless thanks.
A
- These users thanked the author mrtools for the post (total 4):
- Amunra5, Jimmy, camisa, pipsquirrel
Re: MT4 Indicator requests and ideas
10396Me personally prefer the iMaOnArray, just easier for me.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)?
- These users thanked the author mrtools for the post (total 3):
- Jimmy, chris006, pipsquirrel
Re: MT4 Indicator requests and ideas
10397Dear Banzai ; excellent , thank you .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
Re: MT4 Indicator requests and ideas
10398
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.
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.
fractals inside fractals
Re: MT4 Indicator requests and ideas
10399H1-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
10400Hi 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
Any chance i could have these inputs (picture attached) into this regression indicator or at least have 3 different deviations inputs
Many thanks
- These users thanked the author Kiwi for the post:
- pipsquirrel