Added 20 averages pack with ADXvma....so try it. In picture compared with original indicator with same parameters...太虚一毫 wrote: Tue Mar 29, 2022 2:43 am Looking forward to adding ADXVMA to ift_wpr_mtf_shadow_1_2. Infinite merit!![]()
Re: Ehlers Indicators for MT4
462IFT of RSI with 6 types of rsi, full price options and 20 averages method for smoothing rsi and price.
- These users thanked the author kvak for the post (total 4):
- thomdel, camisa, 太虚一毫, jonnyfx4711
Re: Ehlers Indicators for MT4
463kvak wrote: Tue Mar 29, 2022 9:18 am IFT of RSI with 6 types of rsi, full price options and 20 averages method for smoothing rsi and price.
This indicator is very good!
Another: the teacher in DSL SZO BT 2.1, about the color change on method, very interesting.
If color-changing methods such as change color on opposite levels cross, change color on OBOS levels cross, etc. are transplanted into indicators such as RSI, CCI, WPR, stochastic, ift, ehlers optimal tracking filter, etc., what interesting effects will appear?
- These users thanked the author 太虚一毫 for the post (total 3):
- kvak, erynade, RodrigoRT7
Re: Ehlers Indicators for MT4
464First is ift of rsi with updates methods....太虚一毫 wrote: Wed Mar 30, 2022 2:22 pm This indicator is very good!
Another: the teacher in DSL SZO BT 2.1, about the color change on method, very interesting.
If color-changing methods such as change color on opposite levels cross, change color on OBOS levels cross, etc. are transplanted into indicators such as RSI, CCI, WPR, stochastic, ift, ehlers optimal tracking filter, etc., what interesting effects will appear?
Re: Ehlers Indicators for MT4
465
DSL Inverse Fisher Transform WPR Williams %R
IFT of WPR with levels and signal.
PS: For the Histogram version, please see: DSL Inverse Fisher Transform WPR Histogram.
IFT of WPR with levels and signal.
PS: For the Histogram version, please see: DSL Inverse Fisher Transform WPR Histogram.
- These users thanked the author kvak for the post (total 16):
- 太虚一毫, rudiarius, thomdel, Jimmy, moey_dw, Tradehunter, camisa, A_5, Mundu19, QSD, trailingedge, jonnyfx4711, erynade, Jedidiah, RodrigoRT7, arimma
Re: Ehlers Indicators for MT4
466INCREDIBLE............ love it kvak man its a real nice one bro



Official Forex-station GIF animator at your service 
See a GIF with Forex-station.com on it? I probably made it
The best divergence indicator in the world.
Real news exists: Infowars.com
See a GIF with Forex-station.com on it? I probably made it
The best divergence indicator in the world.
Real news exists: Infowars.com
Re: Ehlers Indicators for MT4
467converted from TradingView
Code: Select all
//@version=2
// https://www.tradingview.com/u/shayankm/
study("MESA Phase [SHK]")
DomCycle = input(15)
offsetNum = input(-2,"Offset")
RealPart = 0
ImagPart = 0
for J = 0 to DomCycle - 1
Weight = (close[J] + close[J] + high[J] + low[J]) * 10000
if DomCycle != 0
RealPart := RealPart + cos(90 * J / DomCycle) * Weight * 2
ImagPart := ((ImagPart + sin(90 * J / DomCycle) * Weight) + (ImagPart + sin(180 * J / DomCycle) * Weight)) / 2
Phase = ((atan(ImagPart / RealPart)) - 0.685) * 100
plot(0,color=gray)
plot(Phase,color=purple,linewidth=3,offset=offsetNum)
- These users thanked the author ionone for the post (total 3):
- erynade, heispark, RodrigoRT7
Scalping the Century TimeFrame since 1999
Re: Ehlers Indicators for MT4
468Looking forward to mrtools teacher adding ADXVMA to Step ehlers optimal tracking filter histo (mtf + alerts). Infinite merit!

Re: Ehlers Indicators for MT4
469For some reason can't find that version in my files anymore guess I coded it before my last computer crash.太虚一毫 wrote: Tue Apr 26, 2022 2:18 am Looking forward to mrtools teacher adding ADXVMA to Step ehlers optimal tracking filter histo (mtf + alerts). Infinite merit!![]()
Re: Ehlers Indicators for MT4
470Thanks to Kvak he did probably 98% of this one, I just added a few minor things, anyway, check if this version is close to the one you posted.太虚一毫 wrote: Tue Apr 26, 2022 2:18 am Looking forward to mrtools teacher adding ADXVMA to Step ehlers optimal tracking filter histo (mtf + alerts). Infinite merit!![]()
ps) it has adxvma as a ma method