Envelope 2.11 - page 26

 

Open trades now:

 

Few trades were closed:

Files:
 

And it is open trades right now:

Files:
 

Few trades were closed so please find updated statements.

Files:
 

This trade were close in profit.

--------------

Please note: i am updating all the statements and excel files during the weekend. Please read this thread https://www.mql5.com/en/forum/174416 about where to find updated results.

Files:
envelope1_1.jpg  37 kb
envelope2.jpg  44 kb
 

I am making the statements now as usually very weekend. All the statements and excel files will be posted today by the evening. And I see very good results for this EA so please find the statements attached:

EURUSD: pips this week 889; pips in total 1549.

GBPUSD: pips this week -144; pips in total 2852.

(since April 2006 forward testing).

or $13,198 for this week for EURUSD.

Files:
 

Open trades right now:

Files:
 

Those trades were closed in loss:

and the other 3 trades were opened and closed in profit (totally for all 3):

Files:
loss.jpg  44 kb
profit.jpg  43 kb
 

Hi Newdigital,

I have joined today and very interesting with this EA, can you help for answer my question?

this EA work for live real account?

This EA work if broker charge commission?

This EA only work in EURO/USD and GBP/USD only?

I use fxopen.com and northfinance.com broker that no problem?

How if i want trade 1 lot? can you provide setting file for playing 1 lot ?

many thank you for all answer, i`m really appreciate.

Kind Regard

 

It works with any broker and pairs. You can see excel files - read this thread first https://www.mql5.com/en/forum/174416

I am forward testing on demo account.

As to 1 lot size so I am using MM =true so lot size is the subject to MM. You can use permanent lot size if you want for example.

https://www.mql5.com/en/forum/173366/page13

In set.text file we can see the following (i wrote it about 2 years ago):

Change MaximumRisk to zero

if you are using deposit no more than $1,000.

In this case the EA will open the orders with 0.1 lot only.

Increasing the risk you are increasing the lots:

it is more profitable but more risky of course.

But more profitable.[/CODE]

https://www.mql5.com/en/forum/173366

As to permanent 1 lot size (instead of permanenet 0.1 lot size for example) so I think it is something about thos part of the code:

[CODE]lot=NormalizeDouble(AccountFreeMargin()*MaximumRisk/1000.0,1);

So sorry: I don't know ...

Some coders can say about what to change in the code for 1 permanent lot size.

Or read this thread from the page #1 - I am sure many people asked already and may be I (or someone) replied about it 2 years ago ...

My settings is different from this file https://www.mql5.com/en/forum/173366/page13 : I am using

Lots=1;

MaximumRisk=0.03;

DecreaseFactor=3.

Other settings are the same one.

So, this Lots, MaximumRisk and DecreaseFactor are depends on your deposit size and it is very individually.

In my case starting deposit size was 50,000 so I selected those Lots, MaximumRisk and DecreaseFactor according to 50,000 deposit. If your deposit is different so you can do the same with me: backtest EA with different Lots, MaximumRisk and DecreaseFactor using you demo deposit size with many variations of this one (Lots, MaximumRisk and DecreaseFactor) just to find your lot size.

Reason: