Elliot Wave Indicators

eingram

Newbie
Messages
5
Likes
0
I purchased the "Clever Profits Package" from RapidForex.com. One of their systems used three indicators that they call 1.Elliot Wave Oscillator(EWO), 2.Elliot Wave Trend(EWT), 3.Elliot Wave Number(EWN).
I haven't found the right software to provide these indicators, and wonder if anyone could direct me. (Note: I was supposed to be given a free month access to their resources section, which gives that information, but it took longer than that just to get their e-book to work on my computer)
 
FXCM Marketscope has it.

Free download at FXCM, no expiry.

I used this software for about 6 months last year.

It became a little unreliable so switched to Meta Trader.
 
i use MT 4 and have also RapidForex but 2.Elliot Wave Trend(EWT), 3.Elliot Wave Number(EWN) indicators not available only 1.Elliot Wave Oscillator(EWO) :(
 
microsoft said:
FXCM Marketscope has it.

Free download at FXCM, no expiry.

I used this software for about 6 months last year.

It became a little unreliable so switched to Meta Trader.
I have found several references to the mentioned software in this forum, all negative.
 
this is MetaStock code via: http://trader.online.pl/MSZ/!-MSZ-index-en.html

Elliott Oscillator v.I
Mov((H+L)/2,5,S)-Mov((H+L)/2,34,S)

Elliott Oscillator v.II
Mov(C,5,S)-Mov(C,34,S)

Elliott Oscillator
ShortMA:= Input("Wartość krótkiej średniej -",2,15,5);
LongMA:= Input("Wartość długiej średniej -",5,100,35);
Mov((H+L)/2,ShortMA,S)-Mov((H+L)/2,LongMA,S)

Elliott Wave Identification
Mov(OscP(5,34,E,$),5,S)
 
the best Elliott Wave package is to learn to eyball the formations yourself and the utilize risk to reward sound mangement skils because it all comes down to averages .

You can't win at evrey Wave setup ..... maybe Elliott Waves is only right 50 % of time


Can you make money only being right 50 % of the time ?

thinlk ? man , think !
 
Top