Forex
Google
New signals service!

Go Back   Forex Trading > Discussion Areas > Suggestions for Trading Systems


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 (19) Thread Tools Display Modes
  #61 (permalink)  
Old 02-08-2008, 04:35 AM
PyeR2's Avatar
Member
 
Join Date: Jan 2008
Posts: 36
PyeR2 is on a distinguished road
Backtest EUR/USD v1.1

Hi, I did a backtest using MM 20% from July04 to Dec07. The 200sma filter has certainly smoothed things out alot, however it's still not consistent.

I noticed it was buying below the 200sma and selling above the 200sma (predominantly - there were a few exceptions) - Is this correct? My recollection of the system was the opposite of that but I am not looking at OZFX's post where he stated the rules of his system. Check out the screenshot.

OzFxv1.1 MM20%.gif
Attached Images
File Type: gif screenshot of ozfx backtest v1.1.gif (90.3 KB, 794 views)
Attached Files
File Type: htm OzFxv1.1 MM20%.htm (181.8 KB, 27 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #62 (permalink)  
Old 02-08-2008, 05:41 AM
azmel's Avatar
Senior Member
 
Join Date: Dec 2007
Location: United Kingdom
Posts: 194
azmel is on a distinguished road
OzFx v1.2 EA

Thank you mrebersv for adding the 200SMA into the EA.

After looking at the codes, I'm afraid you got it in reverse.

I've modified the codes so that the 200SMA rules are correct as per OzFx's post on page 1.

I've also re-wrote the closing trades subroutine so the errors that PyeR2 encounter (should) no longer appear.

PyeR2, grateful if you could backtest this EA with and without MoneyManagement. I have not set my backtest facility to give a high modelling quality.

If this shows promise, we can start forward-testing this full time.

Regards,

Azmel.

UPDATE: THE LATEST & STABLE EA CAN BE FOUND ON POST#135, PAGE 14

Last edited by azmel; 02-27-2008 at 08:30 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #63 (permalink)  
Old 02-08-2008, 06:16 AM
Junior Member
 
Join Date: Feb 2008
Posts: 1
forextrader123321 is on a distinguished road
Backtested the EA

Hello,

Thank you for your great work with the EA.

I just did a back test of the EURUSD.
It seems like there is a problem with the way the EA close the open orders.
It open 5 buys at the beginning of the test. Close 4 of then in T/P but let the remaining stays open and never open more orders.

# Time Type Order Size Price S / L T / P Profit Balance
1 2007.09.07 00:00 buy 1 1.00 1.3694 1.3594 1.3744
2 2007.09.07 00:00 buy 2 1.00 1.3694 1.3594 1.3794
3 2007.09.07 00:00 buy 3 1.00 1.3694 1.3594 1.3844
4 2007.09.07 00:00 buy 4 1.00 1.3694 1.3594 1.3894
5 2007.09.07 00:00 buy 5 1.00 1.3694 1.3594 0.0000
6 2007.09.07 12:31 t/p 1 1.00 1.3744 1.3594 1.3744 500.00 145500.00
7 2007.09.07 12:31 modify 2 1.00 1.3694 1.3694 1.3794
8 2007.09.07 12:31 modify 3 1.00 1.3694 1.3694 1.3844
9 2007.09.07 12:31 modify 4 1.00 1.3694 1.3694 1.3894
10 2007.09.07 12:31 modify 5 1.00 1.3694 1.3694 0.0000
11 2007.09.07 13:40 t/p 2 1.00 1.3794 1.3694 1.3794 1000.00 146500.00
12 2007.09.11 15:03 t/p 3 1.00 1.3844 1.3694 1.3844 1493.00 147993.00
13 2007.09.12 15:30 t/p 4 1.00 1.3894 1.3694 1.3894 1989.50 149982.50
14 2008.02.04 23:58 close at stop 5 1.00 1.4826 1.3694 0.0000 10802.00 160784.50
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #64 (permalink)  
Old 02-08-2008, 06:49 AM
azmel's Avatar
Senior Member
 
Join Date: Dec 2007
Location: United Kingdom
Posts: 194
azmel is on a distinguished road
Quote:
Originally Posted by forextrader123321 View Post
Hello,

Thank you for your great work with the EA.

I just did a back test of the EURUSD.
It seems like there is a problem with the way the EA close the open orders.
It open 5 buys at the beginning of the test. Close 4 of then in T/P but let the remaining stays open and never open more orders.
As PyeR2 has successfully backtested this EA several times above, I suspect it is down to your modelling quality.

But just FYI, the 5th trade does not have a TP value. It is let loose until the next signal arrives.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #65 (permalink)  
Old 02-08-2008, 06:56 AM
forexmoments's Avatar
Senior Member
 
Join Date: Dec 2007
Posts: 364
forexmoments is on a distinguished road
Quote:
Originally Posted by azmel View Post
As PyeR2 has successfully backtested this EA several times above, I suspect it is down to your modelling quality.

But just FYI, the 5th trade does not have a TP value. It is let loose until the next signal arrives.
The problem is MT4 is not 100% reliable for backtesting.
__________________
Ash's Signals
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #66 (permalink)  
Old 02-08-2008, 07:07 AM
stace's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 518
stace is an unknown quantity at this point
Ea cant backtest
I have enough data but it writes me no margin nno money

i start from 10k and 100k still same

Quote:
Originally Posted by azmel View Post
Thank you mrebersv for adding the 200SMA into the EA.

After looking at the codes, I'm afraid you got it in reverse.

I've modified the codes so that the 200SMA rules are correct as per OzFx's post on page 1.

I've also re-wrote the closing trades subroutine so the errors that PyeR2 encounter (should) no longer appear.

PyeR2, grateful if you could backtest this EA with and without MoneyManagement. I have not set my backtest facility to give a high modelling quality.

If this shows promise, we can start forward-testing this full time.

Regards,

Azmel.
__________________
Wife's website
russian trader
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #67 (permalink)  
Old 02-08-2008, 07:27 AM
PyeR2's Avatar
Member
 
Join Date: Jan 2008
Posts: 36
PyeR2 is on a distinguished road
Backtest EUR/USD v1.2

Alrighty,
I think it is getting there but as someone pointed out above, it does not reopen any new positions whilst ever it still has that '5th' one still open - see screen shot.

Also I was only able to backtest with MM set to true. Setting it to false resulted in error messages in journal (EURUSD,Daily: OrderSend error 131). OxFx1.2 MM20%.gif

You can see from screenshot that there conditions where a short position should have been opened.
Attached Images
File Type: gif screenshot of ozfx backtest v1.2.gif (70.8 KB, 761 views)
Attached Files
File Type: htm OxFx1.2 MM20%.htm (81.8 KB, 20 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #68 (permalink)  
Old 02-08-2008, 07:29 AM
Member
 
Join Date: Nov 2007
Posts: 84
OzFx is on a distinguished road
Smile

Thanks everyone for spending your precious time to write and test the EA. I am really looking forward to the results.

Lets hope that we get somewhere before the start of next week so that we can start the forward test.


Thanks again. Really appreciate

Cheers,
Oz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #69 (permalink)  
Old 02-08-2008, 07:31 AM
Member
 
Join Date: Nov 2007
Posts: 84
OzFx is on a distinguished road
Smile

Quote:
Originally Posted by prasxz View Post
hi,

OZ how about effective SL for daily chart ?

===================
Forex Indicators Collection
Hi prasxz,
Effective SL is tricky and hence I've already a post on it on my blog. Try this: Advance Stop Loss (SL)

Cheers,
Oz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #70 (permalink)  
Old 02-08-2008, 08:34 AM
Junior Member
 
Join Date: Dec 2007
Posts: 6
Dezil is on a distinguished road
Quote:
Originally Posted by stace View Post
Ea cant backtest
I have enough data but it writes me no margin nno money

i start from 10k and 100k still same
The same problem EA try to open very big lot
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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 On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/suggestions-trading-systems/12175-ozfx-system-100-800-pips-per-trade.html
Posted By For Type Date
Zobacz temat - OzFX Squeeze-More Strategy - do wydruku Post #214 Refback 07-13-2008 07:07 PM
OzFx System:) - Page 633 This thread Refback 06-22-2008 07:54 PM
OzFx System:) - Page 633 This thread Refback 06-04-2008 12:31 AM
OzFx System:) - Page 290 This thread Refback 03-07-2008 10:24 AM
OzFx System:) - Page 290 This thread Refback 03-07-2008 05:37 AM
OzFx System:) - Page 290 This thread Refback 03-05-2008 05:04 AM
OzFx System:) - Page 290 This thread Refback 03-05-2008 04:10 AM
OzFx System:) - Page 290 This thread Refback 03-05-2008 03:54 AM
OzFx System:) - Page 290 This thread Refback 03-05-2008 03:52 AM
FX-Review :: View topic - ozfx This thread Refback 02-21-2008 03:53 AM
FX-Review :: View topic - ozfx This thread Refback 02-20-2008 03:44 PM
FX-Review :: View topic - ozfx This thread Refback 02-20-2008 03:57 AM
FX-Review :: View topic - ozfx This thread Refback 02-19-2008 06:41 AM
FX-Review :: View topic - ozfx This thread Refback 02-18-2008 08:03 PM
OzFx System :) 100-800 Pips Per Trade This thread Trackback 02-08-2008 02:46 PM
OzFx System :) 100-800 Pips Per Trade This thread Pingback 02-04-2008 07:23 AM
World of Forex Trading » OzFx System :) 100-800 Pips Per Trade This thread Pingback 02-04-2008 06:48 AM
OzFx System :) 100-800 Pips Per Trade This thread Trackback 02-04-2008 06:46 AM
Technorati: Discussion about “OzFx System :) 100-800 Pips Per Trade” This thread Refback 02-04-2008 05:56 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
20 pips scalp system out_kold Post and compare Trades 23 08-04-2008 09:32 AM
20 pips system newdigital Expert Advisors - Metatrader 3 239 12-12-2007 06:38 AM
MT4 30 pips system dazix Suggestions for Trading Systems 246 11-06-2007 06:49 PM
Old system (100 pips) aelimian Expert Advisors - Metatrader 4 11 01-22-2007 08:07 PM
3-5 pips per trade 80 + % positive trades colnc Suggestions for Trading Systems 18 07-11-2006 06:14 AM


All times are GMT. The time now is 12:37 AM.



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