Mandarine - page 2

 

Mandarine EA, H1 timeframe, defalut profit level

newdigital:
- detailed statements by pairs from the beginning of the testing (all__12feb_alpari.zip);

- detailed statements by pairs from the beginning of the testing for the all the orders opened from 8 till 18 alpari server time (all__12feb_8_18time_alpari.zip).

The figures below are from the forward testing statements attached (it is forward testing from the beginning of the testing):

- EURUSD ......................... -82

- EURUSD with timefilter...... -16

- GBPUSD ......................... -172

- GBPUSD with timefilter....... -17

- USDJPY ......................... 203

- USDJPY with timefilter....... 165

- USDCHF ......................... 140

- USDCHF with timefilter....... 229

As we see we may use timefilter for USDCHF.

Anyway this EA should be tested more.

Statement was updated.

Files:
 

Mandarine EA, H1 timeframe, defalut profit level, timefilter

newdigital:
- detailed statements by pairs from the beginning of the testing (all__12feb_alpari.zip);

- detailed statements by pairs from the beginning of the testing for the all the orders opened from 8 till 18 alpari server time (all__12feb_8_18time_alpari.zip).

The figures below are from the forward testing statements attached (it is forward testing from the beginning of the testing):

- EURUSD ......................... -82

- EURUSD with timefilter...... -16

- GBPUSD ......................... -172

- GBPUSD with timefilter....... -17

- USDJPY ......................... 203

- USDJPY with timefilter....... 165

- USDCHF ......................... 140

- USDCHF with timefilter....... 229

As we see we may use timefilter for USDCHF.

Anyway this EA should be tested more.

Statement was updated for Mandarine EA, H1 timeframe, defalut profit level, timefilter.

Files:
 

Mandarine EA, H1 timeframe, 100 profit level

newdigital:
- detailed statements by pairs from the beginning of the testing (all__12feb_alpari.zip);

- detailed statements by pairs from the beginning of the testing for the all the orders opened from 8 till 18 alpari server time (all__12feb_8_18time_alpari.zip).

The figures below are from the forward testing statements attached (it is forward testing from the beginning of the testing):

- EURUSD ......................... -232

- EURUSD with timefilter...... 54

- GBPUSD ......................... -476

- GBPUSD with timefilter....... -286

- USDJPY ......................... -5

- USDJPY with timefilter....... 88

- USDCHF ......................... -197

- USDCHF with timefilter....... 148

As we see we may use timefilter and this EA with 100 profit level is the profitable.

Look at the forward testing statements attached.

Updated statements for this 100 profit level version.

Files:
 

Mandarine EA, H1 timeframe, 100 profit level, timefilter

newdigital:
- detailed statements by pairs from the beginning of the testing (all__12feb_alpari.zip);

- detailed statements by pairs from the beginning of the testing for the all the orders opened from 8 till 18 alpari server time (all__12feb_8_18time_alpari.zip).

The figures below are from the forward testing statements attached (it is forward testing from the beginning of the testing):

- EURUSD ......................... -232

- EURUSD with timefilter...... 54

- GBPUSD ......................... -476

- GBPUSD with timefilter....... -286

- USDJPY ......................... -5

- USDJPY with timefilter....... 88

- USDCHF ......................... -197

- USDCHF with timefilter....... 148

As we see we may use timefilter and this EA with 100 profit level is the profitable.

Look at the forward testing statements attached.

Updated statements for this 100 profit version with timefilter.

 
newdigital:
-

- detailed statements by pairs from the beginning of the testing for the all the orders opened from 8 till 18 alpari server time

Hello Newdigital,

How to apply these serveurs times in the ea?

 
BrunoFX:
Hello Newdigital, How to apply these serveurs times in the ea?

I am using this script (attached).

But if we want to code the EA with this time we may use the following.

In the beginning of EA should be the following:

extern bool UseHourTrade = True;

extern int FromHourTrade = 8;

extern int ToHourTrade = 18;[/CODE]

And in the beginning of "int start" block insert the following:

[CODE]if (UseHourTrade){

if(!(Hour()>=FromHourTrade&&Hour()<=ToHourTrade)){

Comment("Non-Trading Hours!");

return(0);

}

}
Files:
 

Thank you Newdigital for this complete explanation. Thanks to that, I come to modify the EA.

 
BrunoFX:
Thank you Newdigital for this complete explanation. Thanks to that, I come to modify the EA.

We will do it and weill post here.

Our plan is to test during the two months and ethen modify everything as a result of the testing. And after than we will test already profitable EAs. So everything should be profitable.

 

Mandarine EA, H1 timeframe, default profit level

Updated Statements for Mandarine EA, H1 timeframe, defalut profit level, with and without timefilter.

 

Mandarine EA, H1 timeframe, 100 profit level

Please find the statements for Mandarine EA, H1 timeframe, 100 profit level, with and without timefilter.

Reason: