10points 3.mq4 - page 318

 

I am sorry I have not posted here for a while, but i am still forward test this EA and it looks good!

Keep in good luck.

 

Hi David, this one is for you...

richest:
Yep David, probably it's even better when we can select how many currency pairs maximum allowed to enter the trade. It will definitely save us the trouble from the martingale effect since we can estimate the maximum drawdown resulted from the trade entered.

Yes David that's it.

With this version we have to wait some time before MACD indicator allows the first trade. So you are tempted to have several charts running because you never know which one starts first. Nevertheless after that happen it is better to avoid the other charts to open new trades before the first chart closes all open lots.

 

10p3 v0.03 seven pairs

10p3 v0.03 seven pairs results

Files:
 

10p3

On the 27th November I started forward testing David's 10p3v0.01 and later changed over to the 02 updated version.

I posted here that I was starting with a $78 IBFX mini account using 1c pips trading only eurusdm and subsequently have posted a couple of updates.

This is the latest detailed statement and the account has risen to $125 not very spectacular one may say but it represents a lot of pips gained based on 1c per pip. It also demonstrated the relative safety of the EA if it can be used on such a small account.

John

Files:
10p3d.htm  137 kb
10p3d.gif  5 kb
 
yeoeleven:
On the 27th November I started forward testing David's 10p3v0.01 and later changed over to the 02 updated version.

I posted here that I was starting with a $78 IBFX mini account using 1c pips trading only eurusdm and subsequently have posted a couple of updates.

This is the latest detailed statement and the account has risen to $125 not very spectacular one may say but it represents a lot of pips gained based on 1c per pip. It also demonstrated the relative safety of the EA if it can be used on such a small account.

John

would you mind explaining the settings you used along with the tf?

 

10p3v0.02

My preset is as follows:

Magic=772188

TakeProfit=10.00000000

Lots=0.01000000

InitialStop=160.00000000

TrailingStop=0.00000000

MaxTrades=10

Multiplier=3.00000000

Pips=5

OrderstoProtect=4

Money_management=1

AccountType=1

risk=0.50000000

ReverseSignal=0

Fast_EMA=12

Slow_EMA=26

Signal_SMA=9

Shift=1

TradingRange=0

UseTimeFilter=1

StopTrade=13

StartTrade=18

My TF is M15 and the only pair being used is EURUSDm.

Default from the code of the EA follows:

extern int Magic = 772188;

extern double TakeProfit = 10;

extern double Lots = 0.01;

extern double InitialStop = 160;

extern double TrailingStop = 0;

extern int MaxTrades = 10;

extern double Multiplier = 3;

extern int Pips = 5;

extern int OrderstoProtect = 4;

extern bool Money_management = true;

extern int AccountType = 1; //0: Standard account(NorthFinance,MiG,Alpari) 1: Normal account(FXLQ,FXDD) 2:InterbankFX's NANO Account

extern double risk = 0.5;

extern bool ReverseSignal = false;

extern int Fast_EMA = 12;

extern int Slow_EMA = 26;

extern int Signal_SMA = 9;

extern int Shift = 1;

extern int TradingRange = 0;

extern bool UseTimeFilter=true;

extern int StopTrade = 13;

extern int StartTrade = 18;

Early on I had one progression that went too far for the small account but I just left it run and eventually the price returned and profit was taken.

John

Files:
10p3.set  1 kb
 

look this ea is interesting... whos the author of it??

 
yeoeleven:
My preset is as follows:

Magic=772188

TakeProfit=10.00000000

Lots=0.01000000

InitialStop=160.00000000

TrailingStop=0.00000000

MaxTrades=10

Multiplier=3.00000000

Pips=5

OrderstoProtect=4

Money_management=1

AccountType=1

risk=0.50000000

ReverseSignal=0

Fast_EMA=12

Slow_EMA=26

Signal_SMA=9

Shift=1

TradingRange=0

UseTimeFilter=1

StopTrade=13

StartTrade=18

My TF is M15 and the only pair being used is EURUSDm.

Default from the code of the EA follows:

extern int Magic = 772188;

extern double TakeProfit = 10;

extern double Lots = 0.01;

extern double InitialStop = 160;

extern double TrailingStop = 0;

extern int MaxTrades = 10;

extern double Multiplier = 3;

extern int Pips = 5;

extern int OrderstoProtect = 4;

extern bool Money_management = true;

extern int AccountType = 1; //0: Standard account(NorthFinance,MiG,Alpari) 1: Normal account(FXLQ,FXDD) 2:InterbankFX's NANO Account

extern double risk = 0.5;

extern bool ReverseSignal = false;

extern int Fast_EMA = 12;

extern int Slow_EMA = 26;

extern int Signal_SMA = 9;

extern int Shift = 1;

extern int TradingRange = 0;

extern bool UseTimeFilter=true;

extern int StopTrade = 13;

extern int StartTrade = 18;

Early on I had one progression that went too far for the small account but I just left it run and eventually the price returned and profit was taken.

John

thanks man, i'll see the performance thru fwd testing

 

10p3 v0.03 seven pairs

10p3 v0.03 seven pairs results

Files:
 

10p3v0.02

Carrying on from post #3175 the EA is continuing to profit.

I have attached a gif showing how the EA trades in relation to price movement. Also the detailed statement and balance levels.

John

Files:
10p3.gif  42 kb
10p3e.htm  147 kb
10p3e.gif  5 kb
Reason: