Page 79 of 90

Re: Ehlers Indicators for MT4

Posted: Thu Oct 24, 2024 1:09 am
by Cagliostro
Tradehunter wrote: Thu Oct 24, 2024 12:52 am not great, looks like it still repaints
EURUSDM5.png
Thanks, I will look into it again. I was sure the formula was ok as changed the lookback logic. Perhaps its the smoothing.

PS: test it in live, it could be ok in live environment and bad in backtesting due to the smoothing.

Re: Ehlers Indicators for MT4

Posted: Thu Oct 24, 2024 2:11 am
by Akela
i tried this indicator and i think it doesn't redraw, just the arrow shows back one candle and not on the current candle, otherwise everything ok

Re: Ehlers Indicators for MT4

Posted: Sat Nov 16, 2024 7:04 am
by mrtools
Hi Mrtools, Kvak

Could you please modify this indicator? I know it has similar name as the famous Solar Wind Joy indicator but they are actually different. This particular version behaves more like WPR for certain settings.

Currently, the indicator plots as histograms -> individual bars with no line running around the edges of the bars. However, I want a line to go around the histogram bars like other indicators

What I want is for you to add two options to display the indicator:
1. Display as line
2. Display as histogram + line

Thanks.
Hello, did this version.

Re: Ehlers Indicators for MT4

Posted: Sat Nov 16, 2024 9:27 am
by traderokey
mrtools wrote: Sat Nov 16, 2024 7:04 am Hello, did this version.
Thanks Mrtools!!

Re: Ehlers Indicators for MT4

Posted: Sun Dec 08, 2024 10:36 pm
by Cagliostro
KINGFISHER'S NET WITH HTF FILTER NRP

VERSION 1.1 UPDATED ALERT LOGIC AND CORE LOGIC


Improved version with embedded HTF filter. It does not repaint as:
  • It uses sequential calculation from only historical data, no future data is present in any code loop
  • The HTF filter is solely used as a filter, and does not show any MTF signals that could potentially bring re-calculation issues
  • The code does not overwrite closed candles
  • Unused buffers are set to zero in the indicator loops and calculations to avoid possible interferences.
It can show abnormal spikes, if the market is super volatile and the smoothing is low, but it should not repaint at all.

Love

+C+

Re: Ehlers Indicators for MT4

Posted: Sun Dec 08, 2024 11:58 pm
by Tradehunter
Cagliostro wrote: Sun Dec 08, 2024 10:36 pm
the top is strategy tester letting it run (small arrows)
the bottom is just thrown on the chart after i stopped it
repaints badly
the harsh truth is better than a delicate lie

Re: Ehlers Indicators for MT4

Posted: Mon Dec 09, 2024 12:15 am
by Cagliostro
Tradehunter wrote: Sun Dec 08, 2024 11:58 pm the top is strategy tester letting it run (small arrows)
the bottom is just thrown on the chart after i stopped it
repaints badly
the harsh truth is better than a delicate lie
repaints.png
The code has nothing that enables repainting. I suggest you test it live, the strategy tester does not work well with all the indicators, specifically the MT4 tester.

Re: Ehlers Indicators for MT4

Posted: Mon Dec 09, 2024 12:28 am
by vzulaks
There are some minor issues with the arrows, but I can handle them with my strategy because I don’t rely on the arrows to make entry decisions. I’m already accustomed to them repainting at certain times, but it doesn’t affect my trading decisions.

Thank you, Cagliostro, for this indicator! 😊

Re: Ehlers Indicators for MT4

Posted: Mon Dec 09, 2024 3:20 am
by Fionwins
Cagliostro wrote: Sun Dec 08, 2024 10:36 pm KINGFISHER'S NET WITH HTF FILTER NRP


image_2024-12-08_123224041.png


Improved version with embedded HTF filter. It does not repaint as:

-It uses sequential calculation from only historical data, no future data is present in any code loop
-The HTF filter is solely used as a filter, and does not show any MTF signals that could potentially bring re-calculation issues
-The code does not overwrite closed candles
-Unused buffers are set to zero in the indicator loops and calculations to avoid possible interferences.

It can show abnormal spikes, if the market is super volatile and the smoothing is low, but it should not repaint at all.

Love

+C+
It's a nice indicator, but is it possible add an alert notification for mobile? thank in advance

Re: Ehlers Indicators for MT4

Posted: Mon Dec 09, 2024 9:48 am
by Cagliostro
Fionwins wrote: Mon Dec 09, 2024 3:20 am It's a nice indicator, but is it possible add an alert notification for mobile? thank in advance
Added, please re-download it from the original post.