Page 55 of 75

Re: Ehlers Indicators for MT4

Posted: Sun Sep 18, 2022 1:55 pm
by hoanggiaquang87
mrtools wrote: Mon Apr 08, 2019 5:34 am Added the divergence with divergence alerts.
Image
Do these divergence arrows have a buffer?

Re: Ehlers Indicators for MT4

Posted: Sun Sep 18, 2022 2:32 pm
by mrtools
hoanggiaquang87 wrote: Sun Sep 18, 2022 1:55 pm Do these divergence arrows have a buffer?
If the values are not showing in the data window, then would say no, don't have the source so can't say for sure.

Re: Ehlers Indicators for MT4

Posted: Tue Sep 20, 2022 10:29 am
by hoanggiaquang87
mrtools wrote: Sun Sep 18, 2022 2:32 pm If the values are not showing in the data window, then would say no, don't have the source so can't say for sure.
So can you add Divergence and Alert at current bar for this indicator?

Re: Ehlers Indicators for MT4

Posted: Sat Oct 01, 2022 7:30 pm
by yoake
This is Bandpass filter Indicator.
I looked for Mq4 code but could not find it before.
Therefore, I made MT4 version with reference to EasyLanguage ,PineScript, and Mladen's Bandpass filter code.

Cycle Analytics for Trader John F. Ehlers p56-57

Several types of Bandpass filter exist. The characteristics of this filter are Auto Gain Control, Leading Trigger line, and Roofing Filter.

This is rough description. If you want to understand it properly, read the citation.

Roofing Filter improves the performance of Bandpass filter. No set value.

Leading Trigger line predicts the movement of the waveform, not a signal line. No set value.

Bandwidth(Q) adjusts the waveform. If it is made smaller, the waveform will be better, but less likely to reflect price movements. If it is made larger, it will be more responsive to price movements, but the waveform will collapse. The default setting is 30% (0,3).
Example1 ( Period20 Upper : 0.3 Lower :0.01)

Auto Gain Control displays the waveform as a relative value based on the most recent maximum or minimum value. The default setting is 99,1% (0,991).
This function stretches the small waveform to make it easier to see.
Example2 ( Period40 Upper : 0.991 Lower :0.900)
Example3 ( Period40 Upper : MTF Lower : Current)

When AutoGain is switched on, Gain is calculated automatically from the MaxCycle and MinCycle settings.


If you like, I would like to hear your ideas.
Yoake

Re: Ehlers Indicators for MT4

Posted: Sat Oct 01, 2022 11:15 pm
by Chickenspicy
yoake wrote: Sat Oct 01, 2022 7:30 pm This is Bandpass filter Indicator.
I looked for Mq4 code but could not find it before.
Therefore, I made MT4 version with reference to EasyLanguage and PineScript.

Cycle Analytics for Trader John F. Ehlers p56-57

i doesn't match price very well ,, but maybe im using it wrong or have wrong settings

Re: Ehlers Indicators for MT4

Posted: Sun Oct 02, 2022 12:53 am
by yoake
chickensword wrote: Sat Oct 01, 2022 11:15 pm i doesn't match price very well ,, but maybe im using it wrong or have wrong settings

Of those I tried, Period was 14, Bwidth was 0.6, Gain 0.991, and MTF, it seemed useful.
Example(Upper :D1 Lower :4H on 1H Chart)

However, I feel there are other possibilities.
If you find any good ideas, please let me know.

Thanks in advance.
Yoake

Re: Ehlers Indicators for MT4

Posted: Sat Oct 15, 2022 9:59 pm
by ionone

Re: Ehlers Indicators for MT4

Posted: Sun Oct 16, 2022 12:26 am
by pfxi
ionone wrote: Sat Oct 15, 2022 9:59 pm new phasor from Ehlers

https://www.tradingview.com/chart/zcJktZrW/

Jeff
Hi , Can you repair the link? thanks
https://prnt.sc/Vx28h04sN3G6

Re: Ehlers Indicators for MT4

Posted: Sun Oct 16, 2022 3:07 am
by ionone
pfxi wrote: Sun Oct 16, 2022 12:26 am Hi , Can you repair the link? thanks
https://prnt.sc/Vx28h04sN3G6
fixed
https://www.tradingview.com/script/rU7W ... -Analysis/

Re: Ehlers Indicators for MT4

Posted: Wed Oct 26, 2022 10:13 am
by kvak
Mama + fama oscillator , original file is from MT5 .....viewtopic.php?p=1295493734#p1295493734

Enhanced with MTF, alerts and arrows....