Forex
Google

Go Back   Forex Trading > Trading systems > Harmonic trading
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


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

Reply
 
LinkBack (1) Thread Tools Display Modes
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 11-08-2005, 02:54 PM
Alex.Piech.FinGeR's Avatar
Alex.Piech.FinGeR Alex.Piech.FinGeR is offline
Senior Member
 
Join Date: Oct 2005
Location: Germany
Posts: 305
Alex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud of
Elliot Wave Indicators

request Wave Indicator or Elliott Wave

--
Attached Images
File Type: jpg WAVE.JPG (96.0 KB, 3561 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-08-2005, 03:00 PM
Alex.Piech.FinGeR's Avatar
Alex.Piech.FinGeR Alex.Piech.FinGeR is offline
Senior Member
 
Join Date: Oct 2005
Location: Germany
Posts: 305
Alex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud ofAlex.Piech.FinGeR has much to be proud of
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
Attached Images
File Type: jpg dd.JPG (96.3 KB, 3295 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-15-2006, 09:23 AM
grunge's Avatar
grunge grunge is offline
Junior Member
 
Join Date: Jan 2006
Posts: 18
grunge is on a distinguished road
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.
Attached Images
File Type: jpg EURUSD 1H.jpg (71.2 KB, 3126 views)

Last edited by grunge : 01-15-2006 at 09:37 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-15-2006, 10:27 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,174
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
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).
Attached Files
File Type: mq4 Elliott Wave Oscillator.mq4 (1.8 KB, 890 views)
File Type: mq4 EVWMA.mq4 (2.4 KB, 1124 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-15-2006, 10:30 AM
knvsantosh knvsantosh is offline
Member
 
Join Date: Nov 2005
Location: India
Posts: 51
knvsantosh is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-18-2006, 12:10 AM
grunge's Avatar
grunge grunge is offline
Junior Member
 
Join Date: Jan 2006
Posts: 18
grunge is on a distinguished road
Wink

Quote:
Originally Posted by newdigital
I am not sure that it is indicators you need (attached).
It might be
,
anyway

thank you .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-15-2006, 05:32 PM
gkozlyk's Avatar
gkozlyk gkozlyk is offline
Senior Member
 
Join Date: Feb 2006
Posts: 202
gkozlyk is on a distinguished road
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
Attached Images
File Type: gif elliott.GIF (48.3 KB, 3247 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 03-15-2006, 05:49 PM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,174
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
I moved this thread to the "Suggestions for Trading Systems" area to find it easy.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 03-15-2006, 07:39 PM
RedJack RedJack is offline
Member
 
Join Date: Mar 2006
Posts: 49
RedJack is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 03-15-2006, 08:38 PM
FXJJ FXJJ is offline
Junior Member
 
Join Date: Feb 2006
Posts: 10
FXJJ is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

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


All times are GMT. The time now is 10:55 PM.