EWOCCI Method and EA - page 6

 

Hi,

last cross

did work on NEXTT backtest with Err4200, 1 winning trade

did not work on IBFX backtest with Err 4200

did not work on IBFX live without any activity on chart prompts or other vital signs

above version

did not work on IBFX backtest without Err4200 but with err0 (as far as I know this means "no Error")

Seems to be a "IBFX-thing".

 
bluehippo:
Hi,

last cross

did work on NEXTT backtest with Err4200, 1 winning trade

did not work on IBFX backtest with Err 4200

did not work on IBFX live without any activity on chart prompts or other vital signs

above version

did not work on IBFX backtest without Err4200 but with err0 (as far as I know this means "no Error")

Seems to be a "IBFX-thing".

Ok no errors is good.

try this for IBFX

Thanks

Dave

 
xxDavidxSxx:
Ok no errors is good.

try this for IBFX

Thanks

Dave

Hi David

It doesen't backtest. Error 0 in the journal tab (Interbank)

 

Same to me,

Standard, Mini - both demo or live

"clean" backtest

 

Ok here it is again.

its the eurusdm thing.

If this one works, it will only work on ibfx

Dave

 
xxDavidxSxx:
Ok here it is again.

its the eurusdm thing.

If this one works, it will only work on ibfx

Dave

alert: "We are not on EURUSD.Please place me on eurousd."

It was on EURUSD.

 
fxnewbie:
alert: "We are not on EURUSD.Please place me on eurousd." It was on EURUSD.

{

if (Symbol()!="EURUSDm")

Alert ( "We are not on EURUSD. Please place me on eurousd. ");

}

This is the code. If its on euro$ ibfx, it shouldn't give the alert.

Or is the EURUSDm written wrong?

Dave

 
xxDavidxSxx:
{

if (Symbol()!="EURUSDm")

Alert ( "We are not on EURUSD. Please place me on eurousd. ");

}

This is the code. If its on euro$ ibfx, it shouldn't give the alert.

Or is the EURUSDm written wrong?

Dave

David,

You can code it this way, so it will work with both normal EURUSD account and EURUSDm accounts.

{

if (Symbol()!=("EURUSDm" || "EURUSD" || "EURUSD."))

Alert ( "We are not on EURUSD. Please place me on eurousd. ");

}

EURUSDm=IBFX Nano account

EURUSD=normal account

EURUSD.=CrownFX

Regards

David(davidke20)

 

about timeframe

hi, david

i' ve a question about timeframe : in your ewocci method.doc you say :

"this only works on 1 hr chart and .....".

but when i attach ea on chart with tf=1 hr, ea gives message to change timeframe in D.

can you hepl to solve it ?

thanks in advance

giapel

 
giapel:
hi, david

i' ve a question about timeframe : in your ewocci method.doc you say :

"this only works on 1 hr chart and .....".

but when i attach ea on chart with tf=1 hr, ea gives message to change timeframe in D.

can you hepl to solve it ?

thanks in advance

giapel

First post...

xxDavidxSxx:

I have recently come up with an ea to compliment this manual method. But the only chart I can get it to work out well on is the daily. Because I cann't yet impliment the code for support/resistance levels for s/l placement.

The ea will not work on any other chart than daily, and only works on euro$. Set this ea and forget about it. One day you'll walk in and your big "EWOCCI" will be lit up and the account balance will be rising.

Alot of coders have tried to make an ea for the origonal 1hr chart method. But there is a problem. In the method I say to place s/l beyond the last major support/resistance. And To wach out for daily/weekly resistance. I cann't get that part into the ea, and is very critical to the method.

If I could code trend lines from daily/weekly charts and mabe use zig zag indicator for support/resistance s/l placement, I could make the ea for 1 hr charts.

Dave

Reason: