|
|||
|
|||||||
| Notices |
| 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 |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Quote:
|
|
||||
|
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. |
![]() |
| Bookmarks |
| Tags |
| awesome, elliot, elliot indicator, elliot indicator mt4, elliot vawe, elliot wave, elliot wave ex4, elliot wave formula, elliot wave indicator, elliot wave indicator mt4, elliot wave indicators, elliot wave number indicator, elliot wave oscillator, Elliot Wave Trend indicator, elliot waves indicator, elliott, Elliott indicator, elliott wave, Elliott Wave indic, Elliott Wave indic.mq4, Elliott Wave INDICATOR, elliott wave indicators, elliott wave mt4, EWN.mq4, EWO indicator, EWTrend, forex elliot wave indicator, forex wave indicator, PTI mq4, wave indicator, Awesome, elliot wave mt4, WaveTrend indicator, EWN indicator, pti indicator, eliot wave indicator, elliot wave indicator mq4, elliott wave indicator metatrader, elliot wave mt4 indicator, indicator elliot wave, ewtrend.mq4, elliott wave indicator mt4, elliott wave oscillator mt4, eliot indicator, Elliott Waves, elliot wave indicator for mt4 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Elliot Wave EA | sadaloma | Expert Advisors - Metatrader 4 | 27 | 06-24-2009 12:25 PM |
| elliot wave indicators | ajk | Indicators - Metatrader 4 | 10 | 06-04-2009 02:53 PM |
| 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 |
| Looking for Elliot wave oscillator | choosenOne | Indicators - Metatrader 4 | 2 | 02-25-2006 12:22 PM |