Page 62 of 78
Re: Step Indicators for MT4
Posted: Fri Jun 09, 2023 1:00 am
by sylvester21
kvak wrote: Sat Mar 04, 2023 10:00 am
Non-linear Kalman Filter for MT4 with Step function
Here is nonlinear kalman filter from Mladens MT5 version.
Updated with step function.....There are several method how calculate step....
Arrows, alerts and button....
The description by John Ehlers
- Take EMA of price (better, a 3 Pole filter).
- Take the difference (delta) between Price and its EMA.
- Take an EMA of delta (or a 3 Pole filter):
- Smoothing will help reduce whipsaws.
- Ideally, smoothing introduces no major trend mode lag because delta is detrended.
- Add the smoothed delta to EMA for a zero lag curve.
- Add 2*(smoothed delta) to EMA for a smoother predictive line.
Settings to try
- Filter Order: First Order (EMA)
- Fast Filter Period: 14
- Pre-smoothing Period: 3
- MA Type: Linear Weighted MA
- Step calculate on: EMA Deviation
- Step size: 100.0
- Calculation period of Step: 51.0
Dear KVak and MrTools,
just an idea of mine, I was reading through the description of Kalman Filter and its benefits, I would like to seek your expertise if you can create a 3xKalman Filter cross with Candles/Button function. Something like below screenshot of 3xMA.
Preferably with the option of Neutral Candles (Need to wait for Fast to cross both Medium and Slow lines).
If this can be created, it might lead to some very interesting result, as I see there is potential for the crosses to highlight certain hidden weak/strong swings in the market.
Thanks and much appreciated
Re: Step Indicators for MT4
Posted: Fri Jun 09, 2023 6:18 am
by mrtools
RodrigoRT7 wrote: Fri Jun 09, 2023 4:09 am
hello my friends, how are you? Is there a possibility to include that averages magic kit here? An ATR indicator is always a good option as an exit, so I would like to explore other options in it.
Thanks a lot in advance
Added all the averages hopefully it's close to the original, had to redo it.
Re: Step Indicators for MT4
Posted: Fri Jun 09, 2023 7:12 am
by RodrigoRT7
mrtools wrote: Fri Jun 09, 2023 6:18 am
Added all the averages hopefully it's close to the original, had to redo it.
I just compared with step PDFMA with 1.0 variance. it's just perfect (as always). I thought it turned out amazing!
a big tks you again and a bigger hug!!
Re: Step Indicators for MT4
Posted: Wed Jun 21, 2023 8:34 pm
by fxmoney
RodrigoRT7 wrote: Fri Jun 09, 2023 7:12 am
I just compared with step PDFMA with 1.0 variance. it's just perfect (as always). I thought it turned out amazing!
a big tks you again and a bigger hug!!
Thanks for your sharing! What's that price number levels indicator? It seems work well as SR.
Thank you.
Re: Step Indicators for MT4
Posted: Thu Jun 22, 2023 8:03 am
by RodrigoRT7
fxmoney wrote: Wed Jun 21, 2023 8:34 pm
Thanks for your sharing! What's that price number levels indicator? It seems work well as SR.
Thank you.
hello everything is fine? I'm without my pc with the templates and indicators. but I believe this is it.
viewtopic.php?p=1295494523#p1295494523
Re: Step Indicators for MT4
Posted: Thu Jun 22, 2023 9:01 am
by fxmoney
Really helpful to me! Thank you very much!
Re: Step Indicators for MT4
Posted: Tue Jul 04, 2023 11:50 am
by simon_n3z
Hello.
This is the older Advanced Step RSI 2.3 DZ MTF Arrows, with one little tweak:
-I added the " "timeFrameToString(timeFrame)" function to the alert, push and email. Nothing else
I use 2 step rsi's on my setup and at times it's hard to tell what one is sending the alert. Mine is h1 and m30
Code is error free, it was a little journey into the code, but that's as far as my skills go.
Again THiS is the oLD (v.2.3 ADVANCED STEP RSI)
If not allowed, mods please delete
Keep on rocking @ FS!!!
Re: Step Indicators for MT4
Posted: Tue Jul 04, 2023 3:58 pm
by mrtools
This is kind of an updated version of dynamic zone step rsi with 9 rsi types and uses fill between the rsi and the fast step. If using the slow rsi the step fast and slow need to be adjusted slower.
Re: Step Indicators for MT4
Posted: Wed Jul 05, 2023 4:38 pm
by Banzai
Step T3 Average Guppy Long
Guppy Long = MA(30), MA(35), MA(40), MA(45), MA(50), MA(60).
It's not a holy grail. But it will you an idea of what the trend is.
Re: Step Indicators for MT4
Posted: Thu Jul 06, 2023 12:45 pm
by Steam1
mrtools wrote: Tue Jul 04, 2023 3:58 pm
This is kind of an updated version of dynamic zone step rsi with 9 rsi types and uses fill between the rsi and the fast step. If using the slow rsi the step fast and slow need to be adjusted slower.
Hi Mr Tools, Is it possible to filters please