Re: Ehlers Indicators for MT4

463
kvak 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.
Image

Image


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

464
太虚一毫 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?
First is ift of rsi with updates methods....
These users thanked the author kvak for the post (total 6):
太虚一毫, vvFish, erynade, camisa, Jimmy, Mundu19


Re: Ehlers Indicators for MT4

467
converted 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

Re: Ehlers Indicators for MT4

470
太虚一毫 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! :thumbup:
Thanks 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.

ps) it has adxvma as a ma method
These users thanked the author mrtools for the post (total 5):
太虚一毫, erynade, kvak, camisa, RodrigoRT7


Who is online

Users browsing this forum: Bing [Bot], ChatGPT [Bot], Grapeshot [Bot], Intrest 1 and 101 guests