And while you're learning the language, you forget you were going to trade. )))
Chicken and egg, for those who are trying to dig and for those who have a stainless steel shovel - start digging hard for codes or first, which way?
I'm sorry if anyone can be so bad at remembering.
Let me explain without chickens, eggs and shovels which way: take any working EA/input from kodobase or standard MT4 delivery and start to consciously change something in the code and compile it. As soon as we have learned how to make sufficiently serious changes, while catching errors as quickly as possible, we can consider that we have learned something. The only thing left to do is to breathe in some more air and start writing something from scratch. Better, of course, if you already have the idea of the system in mind.
But this way is good if you already have at least some experience in programming in a language similar to MQL4 (I had it). If you don't have any experience - it's better to start from a textbook.
Control points (very rough method, results cannot be taken into account)
Parameters
Stepen=0;
Bars in history
1188
Modelled ticks
10442
Simulation quality
n/a
Chart mismatch errors
179
Initial deposit
200000.00
Net profit
168582.66
Total profit
261941.24
Total loss
-93358.58
Profitability
2.81
Expected payoff
176.71
Absolute drawdown
67950.21
Maximum drawdown
214943.14 (47.93%)
Relative drawdown
47.93% (214943.14)
Total trades
954
Short positions (% win)
519 (60.89%)
Long positions (% win)
435 (58.16%)
Profitable trades (% of all)
569 (59.64%)
Loss trades (% of all)
385 (40.36%)
Largest
profitable trade
3006.85
losing transaction
-1688.71
Average
profitable deal
460.35
losing deal
-242.49
Maximum
continuous wins (profit)
135 (37592.98)
Continuous losses (loss)
84 (-29316.94)
Maximum
continuous profits (number of wins)
89968.69 (88)
Continuous loss (number of losses)
-29316.94 (84)
Average
continuous winnings
21
continuous loss
14
Throw it in the trash before it drains the deposit. Take the Expert Advisor in the attached file and do not deceive yourself with illusions. Ilans have an uncomplicated idea: accumulate loss-making trades and drain them.
Just compare the parameters of your EA and mine in terms of parameters:
1. Initial deposit
2. Maximum drawdown
3. maximum amount of continuous losses
I am not saying that my Expert Advisor is optimizing the first 344 trades, and the rest is a forward testing.
Strategy Tester Report
RNN_v4_m
Alpari-Demo (Build 409)
Symbol
EURUSD (Euro vs US Dollar)
Period
1 Hour (H1) 2011.03.30 18:00 - 2012.01.30 22:59
Model
By open prices (only for Expert Advisors with explicit bar opening control)
// Оптимизировать советник нужно по Maximal Drawdown// На участке оптимизации должно быть не менее 300 сделок// После оптимизации отсортировать по профит фактору и // начиная с самого крупного пф, искать тестировать // на предмет наиболее гладкой кривульки баланса//---- input parametersexternint x0 = 0; // Настройка от 0 до 100 с шагом 1externint x1 = 0; // Настройка от 0 до 100 с шагом 1externint x2 = 0; // Настройка от 0 до 100 с шагом 1externint x3 = 0; // Настройка от 0 до 100 с шагом 1externint x4 = 0; // Настройка от 0 до 100 с шагом 1externint x5 = 0; // Настройка от 0 до 100 с шагом 1 externint x6 = 0; // Настройка от 0 до 100 с шагом 1 externint x7 = 0; // Настройка от 0 до 100 с шагом 1externdouble sl = 900.0; // Уроверь стоплосса и тейкпрофита в пунктахexternint d = 2; // Количество знаков после запятой для лотностиexternint mn = 888; // Магический номерexterndouble VirtualMoney = 0.0; // Виртуальные деньги. Плюсуются к депозиту.
You should dump it on the trash before it drains the deposit. You should take the Expert Advisor in the attached file and do not deceive yourself at least with illusions. The Ilans have an uncomplicated idea: accumulate losing trades and drain them.
Just compare the parameters of your EA and mine in terms of parameters:
1. Initial deposit
2. Maximum drawdown
3. maximum amount of continuous losses
I am not saying that my Expert Advisor is optimizing the first 344 trades, and the rest is a forward testing.
Strategy Tester Report
RNN_v4_m
Alpari-Demo (Build 409)
Symbol
EURUSD (Euro vs US Dollar)
Period
1 Hour (H1) 2011.03.30 18:00 - 2012.01.30 22:59
Model
By open prices (only for Expert Advisors with explicit bar opening control)
It means proopted from 1 November and a run from the beginning of the year.
But IMHO it is not particularly good. I personally would be sorry for 100 quid) For every day I see how Ilan knows how to grow drawdowns. Despite having a few extra features to break the series.
But IMHO it's not particularly good. I personally would have been sorry for 100 quid) For Ilan's ability to grow the drawdowns is something I see every day. Despite having a few extra features to ruin the series.
What about a non-trivial approach? Didn't the flower of stone come out?
It means proopted from 1 November and a run from the beginning of the year.
But IMHO it's not particularly good. I personally would be 100 quid sorry) For every day I see how Ilan knows how to grow the drawdowns. Despite having a few extra features to break the series.
Can we risk it with 50 quid, or do you think risk is not a noble thing?)
And while you're learning the language, you forget you were going to trade. )))
Chicken and egg, for those who are trying to dig and for those who have a stainless steel shovel - start digging hard for codes or first, which way?
I'm sorry if anyone can be so bad at remembering.
Let me explain without chickens, eggs and shovels which way: take any working EA/input from kodobase or standard MT4 delivery and start to consciously change something in the code and compile it. As soon as we have learned how to make sufficiently serious changes, while catching errors as quickly as possible, we can consider that we have learned something. The only thing left to do is to breathe in some more air and start writing something from scratch. Better, of course, if you already have the idea of the system in mind.
But this way is good if you already have at least some experience in programming in a language similar to MQL4 (I had it). If you don't have any experience - it's better to start from a textbook.
Cronts forex, I finally solved this problem )))) The adviser is being finalised.
Ilana not to be thrown out but to be finished, BUT!!!! Just take the idea!!!
This is the kind of thing you need to do, it's just the beginning, but the idea is already sitting there:
Throw it in the trash before it drains the deposit. Take the Expert Advisor in the attached file and do not deceive yourself with illusions. Ilans have an uncomplicated idea: accumulate loss-making trades and drain them.
Just compare the parameters of your EA and mine in terms of parameters:
1. Initial deposit
2. Maximum drawdown
3. maximum amount of continuous losses
I am not saying that my Expert Advisor is optimizing the first 344 trades, and the rest is a forward testing.
For settings:
You should dump it on the trash before it drains the deposit. You should take the Expert Advisor in the attached file and do not deceive yourself at least with illusions. The Ilans have an uncomplicated idea: accumulate losing trades and drain them.
Just compare the parameters of your EA and mine in terms of parameters:
1. Initial deposit
2. Maximum drawdown
3. maximum amount of continuous losses
I am not saying that my Expert Advisor is optimizing the first 344 trades, and the rest is a forward testing.
For settings:
Can be compared with the Ilano version. Optimisation from 01.11.2011. The rest is forward backward.
Forward back - what's that?
Forward backwards is what?
Back to the future)
It means proopted from 1 November and a run from the beginning of the year.
But IMHO it is not particularly good. I personally would be sorry for 100 quid) For every day I see how Ilan knows how to grow drawdowns. Despite having a few extra features to break the series.
Yuri, if Igor is right, you are sculpting an invariant TC. Like in the movie: I bow, but I don't envy :)
But IMHO it's not particularly good. I personally would have been sorry for 100 quid) For Ilan's ability to grow the drawdowns is something I see every day. Despite having a few extra features to ruin the series.
Out.
Root.
Back to the future)
It means proopted from 1 November and a run from the beginning of the year.
But IMHO it's not particularly good. I personally would be 100 quid sorry) For every day I see how Ilan knows how to grow the drawdowns. Despite having a few extra features to break the series.
Yuri, if Igor is right, you are sculpting an invariant TC. Like in the movie: I bow, but I don't envy :)