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.
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
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
Hello everyone
attached find the indicators of so called elliotwaves as available on FXCM charting service advertised by rapid forex trading i guess ..
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.
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.