11-08-2005, 03:54 PM
Senior Member
Join Date: Oct 2005
Location: Germany
Posts: 307
Elliot Wave Indicators
request Wave Indicator or Elliott Wave
--
11-08-2005, 04:00 PM
Senior Member
Join Date: Oct 2005
Location: Germany
Posts: 307
Recognition of the active wave
The active wave is the nearest market movement to the actual time of our trading with a
height greater than 40 pips. In order to find the active wave from the candlestick chart
the following steps are to be done:
First identify all possible upward and downward waves that seem to be close to or greater
than 40 pips on the candlestick chart
Wave 1:
High = 1.3493; Low = 1.3439;
Height = High – Low = 1.3493– 1.3439= 0.0054 = 54 pips
Wave 2:
High = 1.3495; Low = 1.3448;
Height = High – Low = 1. 3495– 1. 3448= 0.0047 = 47 pips
Wave 3:
High = 1.3499; Low = 1.3450;
Height = High – Low = 1. 3499– 1. 3450= 0.0049 = 49 pips
01-15-2006, 10:23 AM
Junior Member
Join Date: Jan 2006
Posts: 18
Anyone have Elliott Wave indicator for MT4.0
I just saw people using it .
Because I know that the ADVANCED GET 8.0 has this function.
MT4.0 is also supposed to.
Last edited by grunge; 01-15-2006 at 10:37 AM .
01-15-2006, 11:27 AM
Administrator
Join Date: Sep 2005
Posts: 20,016
Quote:
Originally Posted by grunge
I just saw people using it .
Because I know that the ADVANCED GET 8.0 has this function.
MT4.0 is also supposed to.
I am not sure that it is indicators you need (attached).
01-15-2006, 11:30 AM
Member
Join Date: Nov 2005
Location: India
Posts: 51
Quote:
Originally Posted by newdigital
I am not sure that it is indicators you need (attached).
do u have elliot wave oscillator explantion. if u have it then please give me sir
regards,
k.n.v.
01-18-2006, 01:10 AM
Junior Member
Join Date: Jan 2006
Posts: 18
Quote:
Originally Posted by newdigital
I am not sure that it is indicators you need (attached).
It might be
,
anyway
thank you .
03-15-2006, 06:32 PM
Senior Member
Join Date: Feb 2006
Posts: 203
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
03-15-2006, 06:49 PM
Administrator
Join Date: Sep 2005
Posts: 20,016
I moved this thread to the "Suggestions for Trading Systems" area to find it easy.
03-15-2006, 08:39 PM
Member
Join Date: Mar 2006
Posts: 49
Quote:
Originally Posted by gkozlyk
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
Hello From JACK
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
03-15-2006, 09:38 PM
Junior Member
Join Date: Feb 2006
Posts: 10
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 09:46 PM .
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
Linear Mode
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT. The time now is 10:43 PM .