Page 63 of 90

Re: Ehlers Indicators for MT4

Posted: Sun Mar 19, 2023 8:09 am
by andrei-1
Chickenspicy wrote: Sun Mar 19, 2023 5:19 am
1 is the first smoothing,
2 is the second.
ft_1 is the first smoothing of the red line,
ft_2 is the second smoothing of the red line.
:roll:

Re: Ehlers Indicators for MT4

Posted: Sun Mar 26, 2023 3:42 am
by Brac
mrtools wrote: Sat Aug 20, 2022 2:14 am Alerts added.
Can you be so kind as to code alerting after crossing OB/OS and after first pullback. Thank you.

Re: Ehlers Indicators for MT4

Posted: Mon Mar 27, 2023 11:03 am
by mrtools
Brac wrote: Sun Mar 26, 2023 3:42 am Can you be so kind as to code alerting after crossing OB/OS and after first pullback. Thank you.
Image
Sorry have no idea how to code that.

Re: Ehlers Indicators for MT4

Posted: Thu Mar 30, 2023 6:01 am
by andrei-1
Chickenspicy wrote: Sun Mar 19, 2023 5:19 am
If you flip the price, it will look like a TDFI.

Re: Ehlers Indicators for MT4

Posted: Mon Apr 03, 2023 4:29 pm
by kaiser48
Banzai wrote: Fri Sep 03, 2021 2:10 pm Ehlers FM Demodulation

Coder: Richard Poster
Released date: May 17th, 2021 from the official mql5 dot com

In a Technical Analysis of Stocks and Commodities article, May 2021, John Ehlers proposes a FM Demodulation Indicator that extracts the FM component of price movement. The AM portion of price movement represents volatility and the FM component contains market timing information. This indicator is an MQL4 implementation of the Easy Language indicator described by Ehlers in the TASC article.
-------------------------------------------------------------------
Here's the description from the magazine article:


-------------------------------------------------------------------
Also watch out for the divergences.
Image
Hello!, can anybody add an alert and arrow when cross the 0 line? Thanks

Re: Ehlers Indicators for MT4

Posted: Sat Apr 08, 2023 1:37 pm
by 太虚一毫
mrtools wrote: Tue Jun 21, 2022 11:03 am Thanks, should have dawned on me when i posted the picture that the arrows weren't there. :facepalm:

Anyway should be better now.
Image
This is a channel integrated with two Step EHLERS Optimal Tracking Filters:
1.The High channel only shows LimeGreen candles that indicate long;
2.The Low channel only displays Orange candles indicating empty;
3. Candles between the High channel - Low channel, shown in gray.

Teacher, is there a way to use an indicator to display the above channel?
That is, change the Step Ehlers optimal tracking filter to a "channel" indicator?

Re: Ehlers Indicators for MT4

Posted: Sat Apr 08, 2023 11:09 pm
by kvak
太虚一毫 wrote: Sat Apr 08, 2023 1:37 pm This is a channel integrated with two Step EHLERS Optimal Tracking Filters:
1.The High channel only shows LimeGreen candles that indicate long;
2.The Low channel only displays Orange candles indicating empty;
3. Candles between the High channel - Low channel, shown in gray.

Teacher, is there a way to use an indicator to display the above channel?
That is, change the Step Ehlers optimal tracking filter to a "channel" indicator?
You may try my step average indicator which EOTF is in average methods...

Re: Ehlers Indicators for MT4

Posted: Mon Apr 17, 2023 7:04 pm
by 太虚一毫
mrtools wrote: Tue Jun 21, 2022 11:03 am Thanks, should have dawned on me when i posted the picture that the arrows weren't there. :facepalm:

Anyway should be better now.
Image

! Step Ehlers Optimal Tracking Filter (MTF + ARROWS + ALERTS + CANDLES + BTN + LB) is the best indicator.

color change on :
= change color on slope change is a very important parameter.

Is slope change quantifiable? That is, by modifying slope = **, further improve the practicality of this indicator?

Re: Ehlers Indicators for MT4

Posted: Sat Apr 22, 2023 3:20 pm
by BeatlemaniaSA
mrtools wrote: Sat Dec 10, 2022 4:37 am Ehlers Fisher Transform Histogram with Jurik Smoothing & Slope Coloring options
Hi @mrtools :),

Your ability to quickly code all these indicator requests from forum members is just amazing. It is truly appreciated. :In Love:

I'm sure you are extremely busy, but I was wondering if you could find the time to implement forum member Ganesh's request from earlier this year,
Ganesh wrote: Sat Jan 07, 2023 1:00 pm hi, mrtools, kindly add chart background color option on slope line color change and if possible kindly add histogram color change option on slope line color change. Ehlers Fisher transform smoothed histo (alerts).ex4
The chart background color change is not really essential (my personal opinion :D) but the histogram color change would be great.

Warmest regards,
BeatlemaniaSA

Re: Ehlers Indicators for MT4

Posted: Sat Apr 22, 2023 4:19 pm
by mrtools
BeatlemaniaSA wrote: Sat Apr 22, 2023 3:20 pm Hi @mrtools :),

Your ability to quickly code all these indicator requests from forum members is just amazing. It is truly appreciated. :In Love:

I'm sure you are extremely busy, but I was wondering if you could find the time to implement forum member Ganesh's request from earlier this year,



The chart background color change is not really essential (my personal opinion :D) but the histogram color change would be great.

Warmest regards,
BeatlemaniaSA
Apologize to Ganesh for missing his request. Also haven't been able to do the background color in strict coding mode yet but was able to do the histogram color change on this version hope that's ok.