Xor3 ea (H4) - page 8

 

my result xo5 with nf

this is my result .

bye

 

Attached is another small modification to the EA with the option to:

1. Close trades when account profit reaches a certain amount, an amount that you can choose yourself

- (it is currently set at $300).

2. Wait for some minutes before new trades are opened, after all the trades on your account have been closed

- (it is currently set at 10 minutes).

Files:
 

my result

 
moneymaxs:
my result

Hello, the Modelling quality is too low (37.56),

and the EA works better in H4

backtest with H4 and try to have a better modeling quality (90%)

 

seb,

what are your settings for USDJPY?

thanks.

 
BluePearl:
seb,

what are your settings for USDJPY?

thanks.

hello BluePearl,

here is the settings for USDJPY :

put this code in the EA in the Setup_variables() functions:

if (Symbol()=="USDJPY" || Symbol()=="USDJPYm")

{

maxtrades=6;

SecureProfit=100;

MinProfit=50;

maxloss=80;

trailing=50;

niveau1=100;

niveau2=400;

risk=10;

}

bye

 
seb:
Hello, the Modelling quality is too low (37.56),

and the EA works better in H4

backtest with H4 and try to have a better modeling quality (90%)

how to get modeling quality (90%) ?

 
seb:
hello BluePearl,

here is the settings for USDJPY :

put this code in the EA in the Setup_variables() functions:

if (Symbol()=="USDJPY" || Symbol()=="USDJPYm")

{

maxtrades=6;

SecureProfit=100;

MinProfit=50;

maxloss=80;

trailing=50;

niveau1=100;

niveau2=400;

risk=10;

}

bye

Hi Seb!

Thanks for your EA. It works very well.

I am no programmer, so please excuse my dumb questions.

Could you send the ea with the modification for usd/jpy, because I don't know where I should write this: if (Symbol()=="USDJPY" || Symbol()=="USDJPYm")

{

Second question: What is Niveau1= 100 and Niveau2=400? where can I find that?

Thanks for this fantastic EA and your help.

Regards Erkro

 
moneymaxs:
how to get modeling quality (90%) ?

hello money maxs,

you have to download history data from alpari :

http://www.alpari-idc.com/en/dc/databank.php

and read the doc i attach

you have to do this to backtest an ea

 
Reason: