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
  #41 (permalink)  
Old 02-06-2008, 08:02 PM
Member
 
Join Date: Nov 2007
Posts: 84
OzFx is on a distinguished road
Smile

Quote:
Originally Posted by azmel View Post

The 200SMA filter that OzFx uses could also help, but I haven't used it yet. What is the success rate of using this filter to isolate the "false signals", OzFx?

Regards,

Azmel.
Hi Azmel,
Since the introduction of 200SMA we had 18/21 successful trade.
I think that speaks for itself.

Thanks again
Oz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #42 (permalink)  
Old 02-06-2008, 09:20 PM
Senior Member
 
Join Date: Nov 2006
Posts: 224
jbfx is on a distinguished road
Azmel,

You can just use the backtester to simulate the trade, and watch it visually. No need to wait days to figure out if your code is working as expected. That's how I troubleshoot, and it works well especially for slow traders.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #43 (permalink)  
Old 02-06-2008, 10:47 PM
Junior Member
 
Join Date: Mar 2007
Posts: 2
pegasus200 is on a distinguished road
Hello OzFx,

I just want to recall the fxbs remarks about the Stoch crossing the 0 line of AC. The problem I see is that the 0 crossing point depends on the range, the zoom and the chart shift of your display since moving the chart to another bar moves the 0 crossing of the Stoch up or down!!! Try it you will see. It does not move much when AC is quite in the same range but when big bumps happens, the entry signal can be way off from one person to another.

I don't know if you were aware and understand the problem and I just want to bring this up to make sure there is no mistakes here.... If there are EAs working out there, then they must take into account the range of the AC for a certain amount of bars (how many?) and then adjust the Stoch relative position accordingly and then compare it to 0 of the AC. Otherwise it is not working pretty well.

Have a look at the charts. They are the exact same charts but one has more bars than the other on the display. See the Stoch crossing moved a little to the left on the second one and the relative position is different...

Maybe this is part of your setup but then we need to know how many bars you have on your screen !!

Attached Images
File Type: gif ch1.gif (16.9 KB, 1063 views)
File Type: gif ch2.gif (17.9 KB, 1057 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #44 (permalink)  
Old 02-07-2008, 12:08 AM
Member
 
Join Date: Nov 2007
Posts: 84
OzFx is on a distinguished road
Quote:
Originally Posted by pegasus200 View Post
Hello OzFx,

I just want to recall the fxbs remarks about the Stoch crossing the 0 line of AC. The problem I see is that the 0 crossing point depends on the range, the zoom and the chart shift of your display since moving the chart to another bar moves the 0 crossing of the Stoch up or down!!! Try it you will see. It does not move much when AC is quite in the same range but when big bumps happens, the entry signal can be way off from one person to another.

I don't know if you were aware and understand the problem and I just want to bring this up to make sure there is no mistakes here.... If there are EAs working out there, then they must take into account the range of the AC for a certain amount of bars (how many?) and then adjust the Stoch relative position accordingly and then compare it to 0 of the AC. Otherwise it is not working pretty well.

Have a look at the charts. They are the exact same charts but one has more bars than the other on the display. See the Stoch crossing moved a little to the left on the second one and the relative position is different...

Maybe this is part of your setup but then we need to know how many bars you have on your screen !!

Hi pegasus200,
You have a valid point. That is a challenge when you do visual backtest. However when you forward test it becomes much more clear. Also read through my AES post on my blog where we enter trades when Stot crossed below 0 line.

Advance Entry Signals (AES)

Hope it is not against the rules to post links here.

Cheers,
OzFx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #45 (permalink)  
Old 02-07-2008, 06:44 AM
azmel's Avatar
Senior Member
 
Join Date: Dec 2007
Location: United Kingdom
Posts: 194
azmel is on a distinguished road
Stochastic crossing AC

It is quite difficult to code an EA that knows when the Stochastic line crosses the AC zero line, unfortunately. Visually it is very easy to see, but ask a computer to see it, and it can't.

For a computer, the Stochastic value ranges from 0 to 100 as fxbs has pointed out. Therefore for the EA, I take the average value, which is 50 as the zero line. For optimisation, I also put the option to adjust the upper and lower values just to see what the effects of those will be on the trades.

Talking about the EA, it is almost ready. Last night, I tested it against a smaller timeframe to see what happens when a new signal appears. As expected, the fifth trade closes and a new set of five trades re-appears.

I will post the EA today for everyone to test. However, DO NOT GO LIVE with this EA yet as I have not incorporate the 200SMA filter.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #46 (permalink)  
Old 02-07-2008, 06:50 AM
Banned
 
Join Date: Nov 2007
Posts: 374
oilfxpro is on a distinguished road
Quote:
Originally Posted by azmel View Post
It is quite difficult to code an EA that knows when the Stochastic line crosses the AC zero line, unfortunately. Visually it is very easy to see, but ask a computer to see it, and it can't.

For a computer, the Stochastic value ranges from 0 to 100 as fxbs has pointed out. Therefore for the EA, I take the average value, which is 50 as the zero line. For optimisation, I also put the option to adjust the upper and lower values just to see what the effects of those will be on the trades.

Talking about the EA, it is almost ready. Last night, I tested it against a smaller timeframe to see what happens when a new signal appears. As expected, the fifth trade closes and a new set of five trades re-appears.

I will post the EA today for everyone to test. However, DO NOT GO LIVE with this EA yet as I have not incorporate the 200SMA filter.
Hi

Just use 1 or 5 or some small number INSTEAD OF ZERO

OILFXPRO
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #47 (permalink)  
Old 02-07-2008, 08:06 AM
Banned
 
Join Date: Nov 2007
Posts: 374
oilfxpro is on a distinguished road
Quote:
Originally Posted by azmel View Post
Thanks for the clarification, OzFx. The reason why I asked is that I've downloaded the EA from Forex Factory and find that it doesn't do a short.

When digesting the code, I found out that the author has put something like if Stot<0, go short - thus the no-trade as the Stot value never goes below zero.

fxbs' explanation is much clearer if one's intention is to write the EA.

I am currently re-writing OzFx's EA from scratch with the money management feature as per his original methodology. I am forward-testing it now for bugs. Once it is certified as working, I will post it here.
Hi

Are you going to post MQ4files or just ex4 files?If the latter will it have expiry date?

OILFXPRO
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #48 (permalink)  
Old 02-07-2008, 10:08 AM
azmel's Avatar
Senior Member
 
Join Date: Dec 2007
Location: United Kingdom
Posts: 194
azmel is on a distinguished road
OzFx v1.0 Expert Advisor

Here is the EA for the OzFx daily system. It has been tested on the EURUSD D1 chart with success. It follows the initial OzFx's methodology, thus it lacks the 200SMA filter. That will be incorporated in future versions.

Here are the settings:

Magic. This is the unique ID for this EA to differenciate it from other EAs. If you using multiple EAs in one account, make sure that each magic number is unique.

Lots. This the amount of lots you want to trade if MoneyManagement is not used (see below). If MoneyManagement is used, the EA will calculate this value for you.

MoneyManagement. (Not to be confused with OzFx's definition of Money Management). This feature will let the EA calculate how much lots to trade based on how much you want to use your free margin (or account balance). If not used, the amount of lots to trade will be based on the Lots value above.

UseFreeMargin. If MoneyManagement is set to true, then the EA will use the percentage of free margin based on this setting. For example, if you put 100 here, the EA will use all of your available free margin. If you put 50 here, the EA will use half of your free margin available, and so on. Enter anywhere between 1 to 100 depending on how big or small risk/profit you want to take.

AccountType. Set this to the type of account you are currently using:
0 for large accounts where min lot is 1 and pip price per lot is $10.
1 is for mini accounts where min lot is 0.1 and pip price per lot is $10 (for example North Finance)
2 is for micro accounts where min lot is 0.01 and pip price per lot is $10 (for example Alpari UK)
3 is for Interbank FX nano accounts where min lot is 0.01 and pip price per lot is $1.

Leverage. Set this to the amount of leverage your broker has given you. If you have 1:100 leverage, enter 100 here. If you don't know, leave it as default.


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

Last edited by azmel; 02-27-2008 at 08:29 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #49 (permalink)  
Old 02-07-2008, 10:11 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 OzFx View Post
Hi Azmel,
Since the introduction of 200SMA we had 18/21 successful trade.
I think that speaks for itself.

Thanks again
Oz
Hi OzFx,

That is a good ratio. What is the success rate without the 200SMA filter in place?

The EA that I have released above just uses the AC and Stochastic indicators for the time being.

Regards,

Azmel.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #50 (permalink)  
Old 02-07-2008, 10:23 AM
azmel's Avatar
Senior Member
 
Join Date: Dec 2007
Location: United Kingdom
Posts: 194
azmel is on a distinguished road
Broker selection

Oh yes, I forgot to mention - when selecting your MT4 broker, best find a broker that uses GMT (or GMT+1 at worst) as its internal server clock.

The reason is that we want the new daily candle to preferably appear during this time. Selecting a broker with a different clock will cause the candle to appear late, thus missing a good signal.
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 05:59 PM.



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