Well working Trading System ! - page 33

 

Updated statements for TrendEnvelopeExpert_v2.2 and TrendStrengthExpert_v2 (see post #20 of this thread for EAs and settings).

 

Some good trades were closed today (TrendEnvelopeExpert_v2.2 EA).

 

Please find updated statements for TrendEnvelopeExpert_v2.2 and TrendStrengthExpert_v2.

 

Please find updated statements.

 

Please find updated statements.

The other EA did not trade this week.

 

TrendEnvelopeExpert_v2.2. Results since 19th of August 2007 (attached):

EURUSD: -141 pips.

GBPUSD: +93 pips.

USDJPY: +347 pips.

USDCHF: -383 pips.

TrendStrengthExpert_v2. Results since 02nd of September 2007 (attached):

EURUSD: -18 pips.

This EA did not trade this week (no any orders were open/close).

 

Please find updated statements for those EAs I am testing.

 

Please find updated statement for TrendStrengthExpert_v2. Results since 02nd of September 2007. This EA is not trading often. EURUSD only.

 

TrendStrengthExpert_v2 statements updated.

Just one open trade (EURUSD) with +45 pips up to now. Still open.

This TrendStrengthExpert_v2 version is not trading often and for EURUSD only.

 

Good day

Found a little bug in TSv2

if (CurrBar != PrevBar)

{

if(TrailingMode==2)

{

UpLine = iCustom(Symbol(),VS_TimeFrame,"VoltyChannel_Stop_v2.1",VS_Price,VS_MALength,VS_MAMode,VS_ATRLength,VS_Kv,MoneyRisk,0,0,0,VS_CurBar);

DnLine = iCustom(Symbol(),VS_TimeFrame,"VoltyChannel_Stop_v2.1",VS_Price,VS_MALength,VS_MAMode,VS_ATRLength,VS_Kv,MoneyRisk,0,0,1,VS_CurBar);

}

else

if(TrailingMode==2)

{

UpLine = iCustom(Symbol(),TE_TimeFrame,"TrendEnvelopes_v2",TE_MAPeriod,TE_MAMode,0,0,0,TE_CurBar);

DnLine = iCustom(Symbol(),TE_TimeFrame,"TrendEnvelopes_v2",TE_MAPeriod,TE_MAMode,0,0,1,TE_CurBar);

}

Trailing mode is stuck to: 2, we normally can choose between VS and TE