Elliot Wave Indicators needed

 
I am hoping somebody could help me to add some Elliot Wave indicators to my MT studies.

1. Elliot Wave oscillator (EWO)
Parameters: hasn’t parameter.
Calculation: EWO (i) = MVA((high + low) / 2, 5) - MVA((high + low) / 2,
35).


2. Elliot Wave trend (EWTREND)
Parameters: N - number of periods, TR - trigger.
Calculation: EWTREND (i) = f (last(i), high(i), low(i), TR), where f is
logical expression,
high(i) = max (last(j)), low(i) = min (last(j)), j = [i - N, i],
last(j) = MVA((high + low) / 2, 5) - MVA((high + low) / 2, 35).


3. Elliot Wave number (EWN)
Parameters: N - number of periods, TR - trigger.
Calculation: EWN (i) = f (last(i), high(i), low(i), TR), where f is
logical expression,
high(i) = max (last(j)), low(i) = min (last(j)), j = [i - N, i],
last(j) = MVA((high + low) / 2, 5) - MVA((high + low) / 2, 35).
Reason: