learn how to earn money villagers [Episode 2] ! - page 26

 
Heroix:


Of course not. His trades are identical, only the lot is not as aggressive. Here's what I have at the end of the week:

Handsome! Trading a similar EA, or an EA made from material kindly provided byBeerGod ?
 
At the moment, yes.
 
Heroix:
At the moment, yes.
Does it leak on the tester?
 
BeerGod, you have a bug or a chip in your order closing, it closes all orders, no comparison on majik.
 

The updated version (in the file attached in this post) already has a check for mejic.

https://www.mql5.com/ru/code/10773

Files:
beergodea.mq4  12 kb
 
BeerGod:

The updated version (in the file attached in this post) already has a check for mejic.

https://www.mql5.com/ru/code/10773

God of beer, have you tried to test the system on minutes? for example on opening prices (you have to edit the code there)
 
YOUNGA:
The Beer God, have you tried to test the system on minutes? for example on opening prices (you have to edit the code there)
I am not able to do a proper test on minutes, the quotes are loaded, updated, but in the interval of a few months there are no trades, and the opening algorithm is designed for H1.
 
one line I can't think of to redo - how to catch 15 minutes from the start of the hour on the M1
 

Still wrote a martin (ilan) under mt5 with dual direction (can trade both ways at the same time)

Here's a test of two pairs at once

Still with glitches - I am fixing them.

Expert Advisor: Exp_Ilan
Symbol: EURUSD
Period: M1 (2012.01.01 - 2012.07.08)
Input parameters:
Broker: Alpari FS
Currency: USD
Initial deposit: 10 000.00
Leverage: 1:100

Results:
Quality of story: 99%
Bars: 189115 Tiki: 753399 Characters: 2
Net profit: 7 030.94 Absolute drawdown on balance sheet: 23.53 Absolute drawdown on funds: 2 896.27
Total profit: 9 798.48 Maximum drawdown on balance: 221.95 (1.74%) Maximum drawdown of funds: 3 015.16 (29.80%)
Total loss: -2 767.54 Relative drawdown on balance: 1.74% (221.95) Relative drawdown of funds: 29.80% (3 015.16)

Profitability: 3.54 Expected payoff: 1.27 Margin Level: 169.30%
Recovery Factor: 2.33 Sharpe Ratio: 0.10 Z-score: -28.82 (99.74%)
AHPR: 1.00 (0.01%) LR Correlation: 1.00 OnTester Result: 0
GHPR: 1.00 (0.01%) LR Standard Error: 129.48


Total trades: 5547 Short trades (% of winners): 2576 (68.28%) Long trades (% wins): 2971 (67.79%)
Total trades: 13151 Profitable trades (% of all trades): 3773 (68.02%) Loss trades (% of all trades) 1774 (31.98%)

Largest profitable trade 474.29 Largest losing trade: -7.26

Average profitable trade: 2.60 Average losing trade: -1.56

Maximum number of continuous wins (profit): 51 (54.34) Maximum number of continuous losses (loss): 41 (-119.35)

Maximum number of continuous profits (number of wins): 538.78 (4) Maximum continuous loss (number of losses): -119.35 (41)

Average continuous winnings: 5 Average Continuous Losses: 2



Files:
nlbmkw.zip  693 kb
 

All others seem to be no problem

MA_1_t=iMA(NULL,PERIOD_H1,Period_MA,0,MODE_SMA,PRICE_CLOSE,0); // MA_1 current
MA_1_p=iMA(NULL,PERIOD_H1,Period_MA,0,MODE_SMA,PRICE_CLOSE,1);
TimeBar_t = (TimeCurrent()-Time[0])/60; // time in minutes from the candle opening - here it is not clear yet

sv_close = iClose(NULL,PERIOD_H1,1)



How about this? TimeBar_t = (TimeCurrent()-iTime(NULL,PERIOD_H1,0))/60;

here is the figure from the report ("basement" is not needed) of EURUSD from the beginning of the year


Reason: