Forex



Go Back   Forex Trading > Trading systems > Harmonic trading
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web 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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web 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, 692 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web 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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web 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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web 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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web 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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web 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, 1935 views)
File Type: mq4 EWTREND.mq4 (4.3 KB, 3053 views)
File Type: mq4 EWN.mq4 (4.1 KB, 2981 views)
__________________
No Signature
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web 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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web 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, 4193 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

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


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
elliot wave indicators ajk Indicators - Metatrader 4 13 09-13-2009 11:57 AM
Elliot Wave EA sadaloma Expert Advisors - Metatrader 4 27 06-24-2009 01:25 PM
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
Looking for Elliot wave oscillator choosenOne Indicators - Metatrader 4 2 02-25-2006 01:22 PM


All times are GMT. The time now is 01:01 AM.



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