Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4






Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
Thread Tools Display Modes
  #221 (permalink)  
Old 05-28-2008, 05:27 AM
Senior Member
 
Join Date: Feb 2006
Location: New Zealand
Posts: 249
Craig is on a distinguished road
gimme gimme gimme
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #222 (permalink)  
Old 05-28-2008, 06:16 AM
Senior Member
 
Join Date: Mar 2006
Posts: 1,064
barnix is on a distinguished road
Strategy Tester Report for SVM_v_05a_EURUSD EA
Settings:
//////////////////////////////////////////
#define NR_BARS1 2000
#define NR_BARS2 600
extern string Symb0 ="EURUSD";
extern double Lots =0.1;
extern int diff1 =true;
extern int decimalplace =14;
extern int svmtype =1; //0-libsvm,1-svmlight
extern int BasePeriod =PERIOD_M5;
extern int TrainPeriod =PERIOD_H4;
extern int class_type =2; //0-multiclass,1-class(0,1,-1), 2-class(-3,-2,-1,0,1,2,3)
extern int StopLoss =40; //30-50pips
extern int TakeProfit =40;
extern int FutureWindow =100;
extern int Signal =8;
extern bool UseRamDisk =true;
extern datetime BeginDate = D'2008.04.01 08:15';
//////////////////////////////////////////////////
///////////////////////////////////////

calc(r1,rv1);
calc(r2,rv1);
calc(r3,rv1);
calc(r4,rv1);
calc(r5,rv1);
calc(r6,rv1);
calc(r7,rv1);
calc(r8,rv1);
calc(r9,rv1);
/*
calc(r10,rv1);
calc(r11,rv1);
calc(r12,rv1);
calc(r13,rv1);
calc(r14,rv1);
calc(r15,rv1);
calc(r16,rv1);
calc(r17,rv1);
calc(r18,rv1);
calc(r19,rv1);
calc(r20,rv1);

calc(r21,rv1);
calc(r22,rv1);
calc(r23,rv1);
calc(r24,rv1);
calc(r25,rv1);
calc(r26,rv1);
calc(r27,rv1);
calc(r28,rv1);
calc(r29,rv1);
calc(r30,rv1);
*/
////////////////////////////////
Attached Images
File Type: gif StrategyTester_v05a_2.gif (7.3 KB, 1066 views)
Attached Files
File Type: htm StrategyTester_v05a_2.htm (163.1 KB, 28 views)

Last edited by barnix; 05-28-2008 at 07:57 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #223 (permalink)  
Old 05-28-2008, 07:40 AM
Junior Member
 
Join Date: Dec 2007
Posts: 4
viktor2008 is on a distinguished road
Strategy Tester Report for SVM_v_07_EURUSD EA
Settings:
///////////////////////////////////////
#define NR_BARS1 2000
#define NR_BARS2 600
extern string Symb0 ="EURUSD";
extern double Lots =0.1;
extern int diff1 =true;
extern int decimalplace =14;
extern int svmtype =1; //0-libsvm,1-svmlight
extern int BasePeriod =PERIOD_M5;
extern int TrainPeriod =PERIOD_H4;
extern int class_type =2; //0-multiclass,1-class(0,1,-1), 2-class(-3,-2,-1,0,1,2,3)
extern int StopLoss =40; //30-50pips
extern int TakeProfit =40;
extern int FutureWindow =100;
extern int Signal =8;
extern bool UseRamDisk =true;
extern datetime BeginDate = D'2008.04.01 08:15';
/////////////////////////////////////////////////

///////////////////////////////////////

calc(r1,rv1);
calc(r2,rv1);
calc(r3,rv1);
calc(r4,rv1);
calc(r5,rv1);
calc(r6,rv1);
calc(r7,rv1);
calc(r8,rv1);
calc(r9,rv1);

calc(r10,rv1);
calc(r11,rv1);
calc(r12,rv1);
calc(r13,rv1);
calc(r14,rv1);
calc(r15,rv1);
calc(r16,rv1);
calc(r17,rv1);
calc(r18,rv1);
calc(r19,rv1);
calc(r20,rv1);

calc(r21,rv1);
calc(r22,rv1);
calc(r23,rv1);
calc(r24,rv1);
calc(r25,rv1);
calc(r26,rv1);
calc(r27,rv1);
calc(r28,rv1);
calc(r29,rv1);
calc(r30,rv1);

////////////////////////////////
Attached Images
File Type: gif StrategyTester1.gif (6.9 KB, 1067 views)
Attached Files
File Type: htm StrategyTester1.htm (72.5 KB, 22 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #224 (permalink)  
Old 05-28-2008, 09:37 AM
Junior Member
 
Join Date: Aug 2006
Posts: 11
stef is on a distinguished road
results of my pnn

Here the results of my simple PNN M5, for the 2 first weeks of May.
The PNN learns with 70000 bars, and try to find the output 2 h later.
3 inputs are used (close - 3 differents EMA)

no optimisation, no sl, no tp
Attached Images
File Type: gif StrategyTester.gif (5.6 KB, 1057 views)
Attached Files
File Type: htm StrategyTester.htm (42.9 KB, 98 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #225 (permalink)  
Old 05-28-2008, 03:44 PM
Junior Member
 
Join Date: Mar 2008
Posts: 16
lvsefa is on a distinguished road
Quote:
Originally Posted by stef View Post
Here the results of my simple PNN M5, for the 2 first weeks of May.
The PNN learns with 70000 bars, and try to find the output 2 h later.
3 inputs are used (close - 3 differents EMA)

no optimisation, no sl, no tp

Hi Stef:
Your PNN ea indeed very good.Congratulations on your remarkable success.
(close - 3 differents EMA),here could you explain more?Or inputs of the PNN?

Show some code better, as barnix, again expressed my best congratulations.

Thanks,Lvsefa

Last edited by lvsefa; 05-28-2008 at 03:47 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #226 (permalink)  
Old 05-28-2008, 07:46 PM
Senior Member
 
Join Date: Mar 2006
Posts: 1,064
barnix is on a distinguished road
Strategy Tester Report for SVM_v_10a_EURUSD EA
Settings:
//////////////////////////////////////////
#define NR_BARS1 2000
#define NR_BARS2 600
extern string Symb0 ="EURUSD";
extern double Lots =0.1;
extern int diff1 =true;
extern int decimalplace =14;
extern int svmtype =0; //0-libsvm,1-svmlight
extern int BasePeriod =PERIOD_M5;
extern int TrainPeriod =PERIOD_H4;
extern int class_type =1; //0-multiclass,1-class(0,1,-1), 2-class(-3,-2,-1,0,1,2,3)
extern int StopLoss =40; //30-50pips
extern int TakeProfit =40;
extern int FutureWindow =100;
extern int Signal =8;
extern bool UseRamDisk =true;
extern datetime BeginDate = D'2008.04.01 08:15';
//////////////////////////////////////////////////
///////////////////////////////////////

calc2(r1,rv1);
calc2(r2,rv1);
calc2(r3,rv1);
calc2(r4,rv1);
calc2(r5,rv1);
/*
calc2(r6,rv1);
calc2(r7,rv1);
calc2(r8,rv1);
calc2(r9,rv1);

calc2(r10,rv1);
calc2(r11,rv1);
calc2(r12,rv1);
calc2(r13,rv1);
calc2(r14,rv1);
calc2(r15,rv1);
calc2(r16,rv1);
calc2(r17,rv1);
calc2(r18,rv1);
calc2(r19,rv1);
calc2(r20,rv1);

calc2(r21,rv1);
calc2(r22,rv1);
calc2(r23,rv1);
calc2(r24,rv1);
calc2(r25,rv1);
calc2(r26,rv1);
calc2(r27,rv1);
calc2(r28,rv1);
calc2(r29,rv1);
calc2(r30,rv1);
*/
////////////////////////////////
Attached Images
File Type: gif StrategyTester_v10a_1.gif (7.0 KB, 997 views)
File Type: gif strategytester_v10a_1_.gif (13.0 KB, 994 views)
File Type: gif strategytester_v10a_2_.gif (12.8 KB, 989 views)
File Type: gif strategytester_v10a_3_.gif (13.0 KB, 982 views)
Attached Files
File Type: htm StrategyTester_v10a_1.htm (140.3 KB, 35 views)

Last edited by barnix; 05-28-2008 at 07:56 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #227 (permalink)  
Old 05-29-2008, 05:08 AM
Senior Member
 
Join Date: Mar 2006
Posts: 1,064
barnix is on a distinguished road
Strategy Tester Report for SVM_v_11a_EURUSD EA
Settings:
//////////////////////////////////////////
#define NR_BARS1 2000
#define NR_BARS2 600
extern string Symb0 ="EURUSD";
extern double Lots =0.1;
extern int diff1 =true;
extern int decimalplace =14;
extern int svmtype =0; //0-libsvm,1-svmlight
extern int BasePeriod =PERIOD_M5;
extern int TrainPeriod =PERIOD_H4;
extern int class_type =1; //0-multiclass,1-class(0,1,-1), 2-class(-3,-2,-1,0,1,2,3)
extern int TrainStopLoss =60; //30-50pips
extern int TrainTakeProfit =60;
extern int TradeStopLoss =60; //30-50pips
extern int TradeTakeProfit =60;
extern int FutureWindow =70;
extern int Signal =8;
extern bool UseRamDisk =true;
extern datetime BeginDate = D'2008.04.01 08:15';
//////////////////////////////////////////////////
///////////////////////////////////////

calc2(r1,rv1);
calc2(r2,rv1);
calc2(r3,rv1);
calc2(r4,rv1);
calc2(r5,rv1);
/*
calc2(r6,rv1);
calc2(r7,rv1);
calc2(r8,rv1);
calc2(r9,rv1);

calc2(r10,rv1);
calc2(r11,rv1);
calc2(r12,rv1);
calc2(r13,rv1);
calc2(r14,rv1);
calc2(r15,rv1);
calc2(r16,rv1);
calc2(r17,rv1);
calc2(r18,rv1);
calc2(r19,rv1);
calc2(r20,rv1);

calc2(r21,rv1);
calc2(r22,rv1);
calc2(r23,rv1);
calc2(r24,rv1);
calc2(r25,rv1);
calc2(r26,rv1);
calc2(r27,rv1);
calc2(r28,rv1);
calc2(r29,rv1);
calc2(r30,rv1);
*/
////////////////////////////////
Attached Images
File Type: gif StrategyTester_v11a_1.gif (6.5 KB, 939 views)
File Type: gif strategytester_v11a_1_.gif (18.4 KB, 942 views)
File Type: gif strategytester_v11a_2_.gif (18.3 KB, 944 views)
File Type: gif strategytester_v11a_3_.gif (18.4 KB, 941 views)
Attached Files
File Type: htm StrategyTester_v11a_1.htm (59.3 KB, 30 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #228 (permalink)  
Old 05-29-2008, 05:09 AM
Senior Member
 
Join Date: Mar 2006
Posts: 1,064
barnix is on a distinguished road
Historical data used for all tests:
Attached Files
File Type: rar FXDD-MT4 DEMO Server.rar (167.9 KB, 149 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #229 (permalink)  
Old 05-29-2008, 07:34 PM
Senior Member
 
Join Date: Mar 2006
Posts: 1,064
barnix is on a distinguished road
Strategy Tester Report for SVM_v_12a_EURUSD EA
Settings:
//////////////////////////////////////////
#define NR_BARS1 2000
#define NR_BARS2 600
extern string Symb0 ="EURUSD";
extern double Lots =0.1;
extern int diff1 =true;
extern int decimalplace =14;
extern int svmtype =0; //0-libsvm,1-svmlight
extern int BasePeriod =PERIOD_M5;
extern int TrainPeriod =PERIOD_H1;
extern int class_type =1; //0-multiclass,1-class(0,1,-1), 2-class(-3,-2,-1,0,1,2,3)
extern int TrainStopLoss =60; //30-50pips
extern int TrainTakeProfit =60;
extern int TradeStopLoss =60; //30-50pips
extern int TradeTakeProfit =60;
extern int FutureWindow =70;
extern int Signal =8;
extern bool UseRamDisk =true;
extern datetime BeginDate = D'2008.04.01 08:15';
//////////////////////////////////////////////////
///////////////////////////////////////

calc2(r1,rv1);
calc2(r2,rv1);
calc2(r3,rv1);
calc2(r4,rv1);
calc2(r5,rv1);
/*
calc2(r6,rv1);
calc2(r7,rv1);
calc2(r8,rv1);
calc2(r9,rv1);

calc2(r10,rv1);
calc2(r11,rv1);
calc2(r12,rv1);
calc2(r13,rv1);
calc2(r14,rv1);
calc2(r15,rv1);
calc2(r16,rv1);
calc2(r17,rv1);
calc2(r18,rv1);
calc2(r19,rv1);
calc2(r20,rv1);

calc2(r21,rv1);
calc2(r22,rv1);
calc2(r23,rv1);
calc2(r24,rv1);
calc2(r25,rv1);
calc2(r26,rv1);
calc2(r27,rv1);
calc2(r28,rv1);
calc2(r29,rv1);
calc2(r30,rv1);
*/
////////////////////////////////
Attached Images
File Type: gif StrategyTester_v12a_1.gif (6.5 KB, 884 views)
File Type: gif strategytester_v12a_1_.gif (13.0 KB, 895 views)
File Type: gif strategytester_v12a_2_.gif (13.5 KB, 900 views)
File Type: gif strategytester_v12a_3_.gif (10.6 KB, 892 views)
Attached Files
File Type: htm StrategyTester_v12a_1.htm (97.8 KB, 18 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #230 (permalink)  
Old 05-29-2008, 08:30 PM
Senior Member
 
Join Date: Jun 2006
Posts: 278
giapel is on a distinguished road
Quote:
Originally Posted by stef View Post
Here the results of my simple PNN M5, for the 2 first weeks of May.
The PNN learns with 70000 bars, and try to find the output 2 h later.
3 inputs are used (close - 3 differents EMA)

no optimisation, no sl, no tp
hi, stef

i am impressed to see this result. could you share your Ea to forward-test ?
thanks in advance


giapel
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
better ea, neural network, svm forex, cache:Jtu9ppOwDvsJ:www.forex-tsd.com/expert-advisors-metatrader-4/11096-better-nn-ea-development.htm, better, nn ea, better ea development, forex better ea, cortex, forex, Better NN EA, better development, better NN development, wackena NN-EA, libsvm, ea better, kalman, auto-scalper, Forex Auto-Scalper, search, Abdul Rahman EA Forex, fapturbo, betterea, GaussPNN, neuro, MT4_FANN, Auto-Scalper.ex4, better nn, Matrix NN ea

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
BrainSystem: indicators development newdigital Brain Systems 58 08-22-2009 09:52 PM
Zigzag system development newdigital Indicators - Metatrader 3 14 05-20-2009 05:52 AM
StochThreshold | ... under development wibitiens Indicators - Metatrader 4 0 05-26-2007 03:26 AM
Brainwashing: system development newdigital Brain Systems 45 11-24-2006 12:55 PM
Help with simple EA idea development Spider4896 Metatrader 4 2 04-21-2006 02:23 PM


All times are GMT. The time now is 05:13 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.