Forex
Google
New signals service!

Go Back   Forex Trading > Trading systems > Harmonic trading


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
  #11 (permalink)  
Old 03-15-2006, 10:24 PM
Member
 
Join Date: Mar 2006
Posts: 49
RedJack is on a distinguished road
Quote:
Originally Posted by FXJJ
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
Ok lets see if this helps

Jack..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 03-15-2006, 10:28 PM
Member
 
Join Date: Mar 2006
Posts: 49
RedJack is on a distinguished road
Quote:
Originally Posted by RedJack
Ok lets see if this helps

Jack..
I think still not complete i try with some friends to make this indicator i post when i finish it.

Jack
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 03-16-2006, 01:47 AM
MFX's Avatar
MFX MFX is offline
Member
 
Join Date: Oct 2005
Posts: 92
MFX is on a distinguished road
Hi,

I found Elliot Wave Oscillator.i don't know if this help you.


Regards
MFX
Attached Files
File Type: mq4 Elliott Wave Oscillator.mq4 (1.8 KB, 376 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 03-16-2006, 01:57 AM
Member
 
Join Date: Mar 2006
Posts: 49
RedJack is on a distinguished road
Quote:
Originally Posted by MFX
Hi,

I found Elliot Wave Oscillator.i don't know if this help you.


Regards
MFX

Hello From Jack

I tell you problem i face elliotwave oscillator is not the problem
problem is this

* both the EWTREND and EWNUMBER will take it's values from EWO(Elliotwave oscillator) the first code written has no information about this and the second code posted is very old easy language code i believe also not complete i think
now i try to find reference for checking the language.

also fxcm has all these indicators running as most of the people know
i still try to find reference for the second code posted

Jack
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 03-16-2006, 08:09 PM
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 again
Can you direct me to the link where you get this code from

jack.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 06-20-2006, 05:24 AM
Junior Member
 
Join Date: Jun 2006
Posts: 22
ddoc is on a distinguished road
40 + wave

Actually, what I'm try to do is to find the latest 40+ wave then draws fibo lines on the top and bottom of that wave. (draws the lines)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 07-13-2006, 12:56 AM
Junior Member
 
Join Date: Jun 2006
Posts: 22
ddoc is on a distinguished road
40 Plus Wave INDICATOR

Actually, what I'm try to do is Find an indicator that looks for the latest 40+ wave then draws fibo lines on the top and bottom of that wave.

Any help is appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 01-29-2007, 04:53 AM
Senior Member
 
Join Date: Jun 2006
Posts: 313
EACAN is on a distinguished road
Arrow Elliot Wave Indicators

Hello everyone
attached find the indicators of so called elliotwaves as available on FXCM charting service advertised by rapid forex trading i guess ..

anyways indicators


1. ElliotWave oscillator
2. Ew trend
3. Ew number


regards
Eacan
Attached Files
File Type: mq4 Elliott Wave Oscillator.mq4 (1.8 KB, 1311 views)
File Type: mq4 EWTREND.mq4 (4.3 KB, 1866 views)
File Type: mq4 EWN.mq4 (4.1 KB, 1816 views)
__________________
No Signature
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 02-07-2007, 09:38 PM
Senior Member
 
Join Date: Jun 2006
Posts: 313
EACAN is on a distinguished road
Quote:
Originally Posted by EACAN
Hello everyone
attached find the indicators of so called elliotwaves as available on FXCM charting service advertised by rapid forex trading i guess ..

anyways indicators


1. ElliotWave oscillator
2. Ew trend
3. Ew number


regards
Eacan
ok for people expecting this would create numbers on the chart!!
no it wont --- it is basically the same as provided on FXCM charting and the theory behind it was advertised by rapid forex .. it has nothing to do with elwave,mtpredictor or advanceGet sorry for that !!.


and i have not made these .. the author's email is inside the MQL file .. i'm guessing it is the author.

regards
EACAN..
__________________
No Signature
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 08-22-2007, 02:47 PM
Junior Member
 
Join Date: Oct 2006
Posts: 11
Khamoosh is on a distinguished road
Elliott Wave Oscillator

Hi Dears,

This is a sample picture of Advanced GET software. Elliott Wave Oscillator has two Lines. what are these lines? can i draw these lines on "Elliott Wave Oscillator.mq4" in MetaTrader4 ? i have one indicator (Elliott Wave Oscillator.mq4) but no any line appeares on it.

Thanks for your help,
Khamoosh
Attached Images
File Type: jpg OscLines.JPG (46.9 KB, 2015 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
awesome, elliot, elliot indicator, elliot vawe, elliot wave, elliot wave indicator, Elliot Wave Trend indicator, elliott wave, Elliott Wave indic, Elliott Wave indic.mq4, Elliott Wave INDICATOR, EWTrend, wave indicator, Awesome, elliot wave indicators, EWO indicator, elliot wave oscillator, elliott, elliot wave number indicator, Elliott indicator


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
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 12:06 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Elliot Wave EA sadaloma Expert Advisors - Metatrader 4 25 06-30-2008 07:45 AM
Elliot Wave Oscillator newdigital Indicators - Metatrader 4 16 03-09-2007 11:28 AM
Elliot Wave.......... babarmughal General Discussion 2 10-23-2006 07:17 PM
elliot wave indicators ajk Indicators - Metatrader 4 2 07-31-2006 11:51 PM
Looking for Elliot wave oscillator choosenOne Indicators - Metatrader 4 2 02-25-2006 01:22 PM


All times are GMT. The time now is 10:14 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.