[Archive] Learn how to make money villagers! - page 605

 
RekkeR:

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.

 
new-rena:

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:

Strategy Tester Report
GRAAL
EGlobal-Demo (Build 409)

SynonymEURCAD (Euro vs Canadian Dollar)
Period4 Hour (H4) 2011.01.03 00:00 - 2011.02.15 00:00 (2011.01.01 - 2011.02.15)
ModelControl points (very rough method, results cannot be taken into account)
ParametersStepen=0;

Bars in history1188Modelled ticks10442Simulation qualityn/a
Chart mismatch errors179




Initial deposit200000.00



Net profit168582.66Total profit261941.24Total loss-93358.58
Profitability2.81Expected payoff176.71

Absolute drawdown67950.21Maximum drawdown214943.14 (47.93%)Relative drawdown47.93% (214943.14)

Total trades954Short 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%)
Largestprofitable trade3006.85losing transaction-1688.71
Averageprofitable deal460.35losing deal-242.49
Maximumcontinuous wins (profit)135 (37592.98)Continuous losses (loss)84 (-29316.94)
Maximumcontinuous profits (number of wins)89968.69 (88)Continuous loss (number of losses)-29316.94 (84)
Averagecontinuous winnings21continuous loss14




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)

SymbolEURUSD (Euro vs US Dollar)
Period1 Hour (H1) 2011.03.30 18:00 - 2012.01.30 22:59
ModelBy open prices (only for Expert Advisors with explicit bar opening control)
Parametersx0=60; x1=88; x2=1; x3=68; x4=48; x5=68; x6=49; x7=44; sl=750; d=2; mn=888; VirtualMoney=9000;

Bars in history5323Modelled ticks10546Simulation qualityn/a
Chart mismatch errors0




Initial deposit1000.00



Net profit6969.91Total profit22239.58Total loss-15269.67
Profitability1.46Expected payoff8.68

Absolute drawdown200.07Maximum drawdown1013.20 (15.48%)Relative drawdown44.57% (794.44)

Total trades803Short positions (% win)482 (68.05%)Long positions (% win)321 (70.72%)

Profitable trades (% of all)555 (69.12%)Loss trades (% of all)248 (30.88%)
Largestprofitable trade360.15losing deal-313.65
Averageprofitable deal40.07Deal loss-61.57
Maximum numbercontinuous wins (profit)11 (545.88)Continuous losses (loss)3 (-452.48)
MaximumContinuous Profit (number of wins)1065.53 (9)Continuous loss (number of losses)-452.48 (3)
Averagecontinuous winnings3Continuous loss1



For settings:

// Оптимизировать советник нужно по Maximal Drawdown
// На участке оптимизации должно быть не менее 300 сделок
// После оптимизации отсортировать по профит фактору и 
// начиная с самого крупного пф, искать тестировать 
// на предмет наиболее гладкой кривульки баланса

//---- input parameters
extern int          x0 = 0; // Настройка от 0 до 100 с шагом 1
extern int          x1 = 0; // Настройка от 0 до 100 с шагом 1
extern int          x2 = 0; // Настройка от 0 до 100 с шагом 1
extern int          x3 = 0; // Настройка от 0 до 100 с шагом 1
extern int          x4 = 0; // Настройка от 0 до 100 с шагом 1
extern int          x5 = 0; // Настройка от 0 до 100 с шагом 1 
extern int          x6 = 0; // Настройка от 0 до 100 с шагом 1 
extern int          x7 = 0; // Настройка от 0 до 100 с шагом 1
extern double       sl = 900.0; // Уроверь стоплосса и тейкпрофита в пунктах
extern int          d = 2; // Количество знаков после запятой для лотности
extern int          mn = 888; // Магический номер
extern double       VirtualMoney = 0.0; // Виртуальные деньги. Плюсуются к депозиту.
Files:
rnn_v4_m.ex4  8 kb
 
Reshetov:




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)

SymbolEURUSD (Euro vs US Dollar)
Period1 Hour (H1) 2011.03.30 18:00 - 2012.01.30 22:59
ModelBy open prices (only for Expert Advisors with explicit bar opening control)
Parametersx0=60; x1=88; x2=1; x3=68; x4=48; x5=68; x6=49; x7=44; sl=750; d=2; mn=888; VirtualMoney=9000;

Bars in history5323Modelled ticks10546Simulation qualityn/a
Chart mismatch errors0




Initial deposit1000.00



Net profit6969.91Total profit22239.58Total loss-15269.67
Profitability1.46Expected payoff8.68

Absolute drawdown200.07Maximum drawdown1013.20 (15.48%)Relative drawdown44.57% (794.44)

Total trades803Short positions (% win)482 (68.05%)Long positions (% win)321 (70.72%)

Profitable trades (% of all)555 (69.12%)Loss trades (% of all)248 (30.88%)
Largestprofitable trade360.15losing deal-313.65
Averageprofitable deal40.07Deal loss-61.57
Maximum numbercontinuous wins (profit)11 (545.88)Continuous losses (loss)3 (-452.48)
MaximumContinuous Profit (number of wins)1065.53 (9)Continuous loss (number of losses)-452.48 (3)
Averagecontinuous winnings3Continuous loss1



For settings:

Can be compared with the Ilano version. Optimisation from 01.11.2011. The rest is forward backward.

SymbolGBPUSD (Great Britain Pound vs US Dollar)
Period1 Minute (M1) 2011.01.03 00:00 - 2012.01.27 23:59 (2011.01.01 - 2012.02.01)
ModelBy open prices (only for Expert Advisors with explicit bar opening control)
ParametersFast=16; Slow=22; Signal=9; LotExponent=1.2; Lots=0.01; TakeProfit=190; Pipstep=60; Quant="Pitch Change Mode On/Off. TRUE enabled"; QuantumStep=true; StartStepExpSrting="After which knee the step starts to increase by PipStepExponent"; StartStepExp=1; MagicNumber=133; MaxTrades=100;

Bars in history401827Modelled ticks802585Modeling qualityn/a
Chart mismatch errors0




Initial deposit100.00



Net profit5069.79Total profit7765.73Total loss-2695.94
Profitability2.88Expected payoff3.03

Absolute drawdown20.75Maximum drawdown872.23 (37.25%)Relative drawdown67.64% (165.68)

Total trades1672Short positions (% win)843 (72.12%)Long positions (% win)829 (74.67%)

Profitable trades (% of all)1227 (73.39%)Loss trades (% of all)445 (26.61%)
Largestprofitable trade161.48losing deal-34.21
Averageprofitable deal6.33Deal loss-6.06
Maximum numbercontinuous wins (profit)25 (51.53)Continuous losses (loss)12 (-273.66)
MaximumContinuous Profit (number of wins)508.32 (10)Continuous loss (number of losses)-273.66 (12)
Averagecontinuous winnings7Continuous loss
 

Forward back - what's that?

 
tara:

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 :)

 
OnGoing:

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?
 

Out.

Root.

 
OnGoing:

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.

Can we risk it with 50 quid, or do you think risk is not a noble thing?)
 
tara:

Yuri, if Igor is right, you are sculpting an invariant TC. Like in the movie: I bow, but I don't envy :)

I haven't seen the film. I'm just spoiling it, to say the least.
Reason: