EasyLMA_v6 - page 3

 

updated statements

easyLMA_v6.

M30 timeframe.

EURUSD: pips this week 5; pips in total -189.

GBPUSD: pips this week 36; pips in total 196.

USDJPY: pips this week -63; pips in total -235.

USDCHF: pips this week -64; pips in total -61.

AUDUSD: pips this week 0; pips in total 189.

USDCAD: pips this week 0; pips in total 25.

Files:
 

easyLMA_v6.

M30 timeframe.

EURUSD: pips this week 0; pips in total -189.

GBPUSD: pips this week 2; pips in total 198.

USDJPY: pips this week 0; pips in total -235.

USDCHF: pips this week 0; pips in total -61.

AUDUSD: pips this week -42; pips in total 147.

USDCAD: pips this week 0; pips in total 25.

Files:
 

easyLMA_v6.

M30 timeframe.

EURUSD: pips this week 0; pips in total -189.

GBPUSD: pips this week 103; pips in total 301.

USDJPY: pips this week 17; pips in total -218.

USDCHF: pips this week 61; pips in total 0.

AUDUSD: pips this week 0; pips in total 147.

USDCAD: pips this week 47; pips in total 72.

Files:
easylma_v6.zip  30 kb
 

updated statements

easyLMA_v6.

M30 timeframe.

EURUSD: pips this week 100; pips in total -89.

GBPUSD: pips this week 0; pips in total 301.

USDJPY: pips this week 0; pips in total -218.

USDCHF: pips this week 100; pips in total 100.

AUDUSD: pips this week 17; pips in total 164.

USDCAD: pips this week 0; pips in total 72.

Files:
 

For updated statements, updated weekly/total results please see this post https://www.mql5.com/en/forum/173383/page27

 

The same EA with 3 kinds of Money Management:

place I_XO_A_H indicator in /indicator folder, place b-Lots file in /include folder (do not compite this b-Lots file), place easyLMA_v6MM EA in /experts folder.

Some explanation of the settings:

LotsWayChoice = 1; // MM mode:

// 0-fixed lot size (without any changing),

// 1-lot size is changed as % from deposit,

// 2-fractional proportionate lot size,

// 3-fractional fixed lot size.

Lots = 1; // fixed lot size

LotsPercent = 10; // % from deposit

LotsDeltaDepo = 500; // factor of deposit increment

LotsDepoForOne = 500; // deposit size for 1 minilot

LotsMax = 1000; // Max number of minilots

b-Lots file was taken from this website https://www.mql5.com/ru/code/8048

Files:
 

This EA is very slow to back-test. It took me about 4 hours to test it for 1 yr on eurusd m30 data, using a 3MHz computer, and it made a loss. The slow speed makes it impractical to optimise in order to try to find profitable settings. Is it possible to make it operate faster?

 
barry:
This EA is very slow to back-test. It took me about 4 hours to test it for 1 yr on eurusd m30 data, using a 3MHz computer, and it made a loss. The slow speed makes it impractical to optimise in order to try to find profitable settings. Is it possible to make it operate faster?

I think I_XO_A_H indicator is the reason.

Because logic is very simple:

55 EMA is crossing 200 EMA filtered by Stochastic (KPeriod=14; DPeriod=5; Slowing=5), Parabolic SAR (Step=0.008; Maximum=0.05), Parabolic SAR once again (Step2=0.02; Maximum2=0.2) and I_XO_A_H indicator (BoxSize=34) on M30 timeframe.

I think the slow speed is because I_XO_A_H indicator.

I can not do anything.

It is the same with Scalp_net_v1.5: this EA is using I_XO_A_H indicator and it is very difficult to backtest because of that.

 

But I am creating excel template for each EA with MM already. With many kinds of MM. Because we have pips (we are counting by pips so it is easy to apply some formula in excel to simulate any kind of MM). I am changing something in Metatraders to create the statements easy and in the same time I am creating this excel template. So it will be easy to find the settings with MM.

If some settings/MM is very good for particular EA so we will change the EA to use this MM (based on forward testing data).

 

Thanks NewDigital, I thought it would probably be the indicator that was slowing it down.

Reason: