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
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.