|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
||||
|
Elliott Wave Indicator Set
I have started looking into trading the elliott wave however i would like an indicator set for MT4.
Here is some formulas that i found on another site: 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). There are three indicator sets and the trading rules are as follows: Long when: 1. EWN is a 'new' 3 or 5 2. EWTrend is a 0 or 1 3. EWO is positive These 3 things must happen simultaneously Short when: 1.EWN is a 'new' 4 2.EWTrend is a 0 or -1 3.EWO is negative These 3 things must happen simultaneously Exit when: 1.EWO goes from - to + or from + to - This should work in any time frame : 15 mins seem to work very well, but try other ones e.g. 5 mins and 1 hr. Thanx for any and all help, Graham |
|
|||
|
Quote:
![]() This cannot be the complete formula for EWTREND there must be some relationship with EWO you might have missed something can you check again Jack ![]() |
|
|||
|
EW TREND
inputs: period(numeric),trigger(numeric); vars trend(0), osc(0); osc = EWO if osc = @highest(osc,period) and trend = 0 then trend = 1 if osc = @lowest(osc-period) and trend = 0 then trend = -1 if @lowest(osc,period) < 0 and trend = -1 and osc < and trend -1 and osc > -1*trigger*lowest(osc,period) then trend = -1 vice versa for highest EWTREND=trend; this might help Last edited by FXJJ : 03-15-2006 at 08:46 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/harmonic-trading/5716-elliot-wave-indicators.html
|
|||
| Posted By | For | Type | Date |
| Elliott Wave Indicators | This thread | Refback | 02-09-2008 11:06 AM |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Elliot Wave EA | sadaloma | Expert Advisors - Metatrader 4 | 25 | 06-30-2008 06:45 AM |
| Elliot Wave Oscillator | newdigital | Indicators - Metatrader 4 | 16 | 03-09-2007 10:28 AM |
| Elliot Wave.......... | babarmughal | General Discussion | 2 | 10-23-2006 06:17 PM |
| elliot wave indicators | ajk | Indicators - Metatrader 4 | 2 | 07-31-2006 10:51 PM |
| Looking for Elliot wave oscillator | choosenOne | Indicators - Metatrader 4 | 2 | 02-25-2006 12:22 PM |