Forex
Google

Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


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
 
LinkBack (10) Thread Tools Display Modes
  #21 (permalink)  
Old 12-08-2005, 05:36 PM
BrunoFX's Avatar
BrunoFX BrunoFX is offline
Senior Member
 
Join Date: Sep 2005
Posts: 807
BrunoFX will become famous soon enough
Hello,

I am not a programmer but logical and I saw that in the mq4 file :


extern int trade_sides = 1; // buy only = 1, sell only = 2, both options = 3

Here is your answer

Do you have to test this EA and have you of Statements?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22 (permalink)  
Old 12-08-2005, 05:47 PM
cmartin cmartin is offline
Junior Member
 
Join Date: Dec 2005
Location: Michigan, USA
Posts: 3
cmartin is on a distinguished road
I put that logic in so that I can have it skip the SELL trades which were proving to be poor. I have tested it and I'll include the results. Here.

Bars in test 4035
Ticks modelled 123590
Modelling quality 69.77%
Initial deposit 25000.00
Total net profit 5120.00
Gross profit 8420.00
Gross loss -3300.00
Profit factor 2.55
Expected payoff 116.36
Absolute drawdown 300.00
Maximal drawdown (%) 600.00 (2.1%)
Total trades 44
Short positions (won %) 0 (0.00%)
Long positions (won %) 44 (75.00%)
Profit trades (% of total) 33 (75.00%)
Loss trades (% of total) 11 (25.00%)
Largest
profit trade 260.00
loss trade -300.00
Average
profit trade 255.15
loss trade -300.00
Maximum
consecutive wins (profit in money) 7 (1820.00)
consecutive losses (loss in money) 2 (-600.00)
Maximal
consecutive profit (count of wins) 1820.00 (7)
consecutive loss (count of losses) -600.00 (2)
Average
consecutive wins 3
consecutive losses 1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 12-08-2005, 06:13 PM
BrunoFX's Avatar
BrunoFX BrunoFX is offline
Senior Member
 
Join Date: Sep 2005
Posts: 807
BrunoFX will become famous soon enough
hello,

I don't think that: Modelling quality 69.77% that it is sufficient to validate this EA correctly.
Of which date on which date, you did test this EA?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24 (permalink)  
Old 12-08-2005, 06:42 PM
cmartin cmartin is offline
Junior Member
 
Join Date: Dec 2005
Location: Michigan, USA
Posts: 3
cmartin is on a distinguished road
Quote:
Originally Posted by BrunoFX
hello,

I don't think that: Modelling quality 69.77% that it is sufficient to validate this EA correctly.
Of which date on which date, you did test this EA?
It uses the Every Tick model and I did it for all dates that I could get which was 2 months of minute by minute data (October 11 - December 8).

How do I get the modelling quality up higher?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25 (permalink)  
Old 12-09-2005, 09:10 AM
BrunoFX's Avatar
BrunoFX BrunoFX is offline
Senior Member
 
Join Date: Sep 2005
Posts: 807
BrunoFX will become famous soon enough
Hello,
Thx for this anwser
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26 (permalink)  
Old 12-13-2005, 10:22 PM
kasmodiah kasmodiah is offline
Junior Member
 
Join Date: Nov 2005
Posts: 15
kasmodiah is on a distinguished road
Quote:
Originally Posted by cmartin
It uses the Every Tick model and I did it for all dates that I could get which was 2 months of minute by minute data (October 11 - December 8).

How do I get the modelling quality up higher?
http://www.strategybuilderfx.com/for...&postcount=636
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27 (permalink)  
Old 12-14-2005, 10:15 AM
newdigital newdigital is online now
Administrator
 
Join Date: Sep 2005
Posts: 14,340
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by kasmodiah
Not everybody is a member of strategybuilderfx forum so I just copied this post of Katzenhai2:

Quote:
For all which want reliable backtest:
- Download 1 minute data for EUR/USD from 2004.06.16 to 2005.10.11 (at "Formats - MT, XPO, MetaStock" the monthly datas):
http://www.alpari-idc.com/en/dc/databank.php

- In Metatrader click on Tools/History Center and then on Forex/EURUSD/1 Minute (M1). Import all downloaded *.hst files

- Click on Tools/Options and then on Charts. Put in "Max bars in history" a very high number (99999999999999)

- Open a 1 Minute (M1) chart and doubleclick the "Period_converter" script from the left Navigator
Put at Inputs/ExtPeriodMultiplier the number 5 and hit OK. Now the 5 Minute history is created from the 1 minute history datas. It should be immediately completed. No notification about the completion. After some seconds, doubleclick "Period_converter" again and put at Inputs/ExtPeriodMultiplier the number 15 and hit OK. Now the 15 minute history is created from the 1 minute history data. Do this as often as needed for all the time periods you want run backtests. Have a look into the 'History Center' to make sure the convertions were successful. For example, click on '5 minute' and scroll down, the last date should be the 2004.06.16 where you have history data for the 5 minute period.

- Now in the Strategy-Tester choose the "Use date" option and put in the testperiod from 2004.06.16 to 2005.10.11, click on 'recalculation' and run the tests. After the test is completed you should see in the 'Report'-Tab a modelling quality about 90% which means very accurate results. You have then a backtest for 1.3 years.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28 (permalink)  
Old 12-16-2005, 04:21 PM
lomme lomme is offline
Member
 
Join Date: Nov 2005
Posts: 79
lomme is on a distinguished road
Quote:
Originally Posted by cmartin
It uses the Every Tick model and I did it for all dates that I could get which was 2 months of minute by minute data (October 11 - December 8).

How do I get the modelling quality up higher?

How did you get this file "chm - 15 min intraday.mq4" EA running in Strategy Tester?
I always get errors in SendOrder(): #138 (Requote).
I use M1 data converted to 15min with included Script of MT4.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29 (permalink)  
Old 12-20-2005, 04:54 PM
MFX's Avatar
MFX MFX is offline
Member
 
Join Date: Oct 2005
Posts: 87
MFX is on a distinguished road
Thumbs up

I'm posting Results of my Best EA.I will post the EA later.

Regards
MFX
Attached Files
File Type: htm BestEA.htm (49.6 KB, 2755 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30 (permalink)  
Old 12-20-2005, 05:18 PM
BrunoFX's Avatar
BrunoFX BrunoFX is offline
Senior Member
 
Join Date: Sep 2005
Posts: 807
BrunoFX will become famous soon enough
hello,

Very good results. One wants all to wait to see and test this EA.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/expert-advisors-metatrader-4/264-show-us-your-best-ea.html
Posted By For Type Date
Forex Internet Broker - Type Your Search Here This thread Refback 12-14-2007 12:44 PM
EA 自動売買プログラム - MetaTraderまとめWiki This thread Refback 12-06-2007 03:41 PM
ckowyong.com - finding the best expert advisor misc::forum thread links This thread Refback 11-01-2007 03:58 PM
eNjJpart2 This thread Refback 10-30-2007 08:38 AM
Back Test dan Forward Test EA This thread Refback 10-06-2007 02:49 PM
Back Test dan Forward Test EA This thread Refback 10-05-2007 06:41 AM
Back Test dan Forward Test EA This thread Refback 09-30-2007 11:15 AM
Rozczarowanie dziaaniem EA This thread Refback 08-03-2007 12:43 PM
稍墹 轌罹 罷 耡冉 旻 貰轌 煤殫辜琶 ASCTrend - 煤斈揺 6 - 邃箆軫 煤穡瀲 煤令輒 This thread Refback 06-27-2007 12:28 AM
Rozczarowanie dziaaniem EA This thread Refback 06-23-2007 04:27 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Only show smallest variable Jagg Metatrader 4 5 04-03-2007 08:56 AM
EA doesnt show symbols soundchild Setup Questions 5 09-26-2006 11:37 AM
How do you show buy and sell arrows on an EA rbowles Metatrader 4 1 07-31-2006 12:04 AM
MT4 demos wont show history don perry Expert Advisors - Metatrader 4 2 07-26-2006 11:15 PM


All times are GMT. The time now is 04:31 AM.