
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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).
my result
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.
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
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%) ?
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;
}
byeHi 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
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