Forex
Google

Go Back   Forex Trading > Discussion Areas > Suggestions for Trading Systems
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 (18) Thread Tools Display Modes
  #101 (permalink)  
Old 02-14-2008, 12:58 AM
FXBabe FXBabe is offline
Senior Member
 
Join Date: Oct 2006
Posts: 171
FXBabe is on a distinguished road
Quote:
Originally Posted by OzFx View Post
Yes, you can register at Subscribe | OzFx Forex System

You would receive an email next time I update my blog. If you are having trouble receiving email then add admin@ozfx.com.au to your contact list.

Hi, thanks for the system. How long have you been trading this method?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #102 (permalink)  
Old 02-14-2008, 05:17 AM
OzFx OzFx is offline
Member
 
Join Date: Nov 2007
Posts: 84
OzFx is on a distinguished road
Smile

Quote:
Originally Posted by FXBabe View Post
Hi, thanks for the system. How long have you been trading this method?
Over a year now
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #103 (permalink)  
Old 02-14-2008, 05:57 AM
adewale adewale is offline
Member
 
Join Date: Nov 2007
Posts: 36
adewale is on a distinguished road
Programmers needed here

Hello,

Can somebody program the squeeze more to EA. I discover that its more profitable.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #104 (permalink)  
Old 02-14-2008, 06:19 AM
azmel's Avatar
azmel azmel is offline
Senior Member
 
Join Date: Dec 2007
Location: United Kingdom
Posts: 193
azmel is on a distinguished road
Quote:
Originally Posted by adewale View Post
Hello,

Can somebody program the squeeze more to EA. I discover that its more profitable.

Thanks
I haven't properly read nor tried the Squeeze-More strategy yet, but I will put it in my "to-do" list.

Last edited by azmel : 02-21-2008 at 11:44 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #105 (permalink)  
Old 02-14-2008, 01:08 PM
aquila aquila is offline
Junior Member
 
Join Date: May 2007
Posts: 16
aquila is on a distinguished road
Post problem...

Quote:
Originally Posted by OzFx View Post
Yes, you can register at Subscribe | OzFx Forex System

You would receive an email next time I update my blog. If you are having trouble receiving email then add admin@ozfx.com.au to your contact list.
Hello I have problems receiving email...
my email: marcidibe@hotmail.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #106 (permalink)  
Old 02-14-2008, 01:33 PM
meda meda is offline
Junior Member
 
Join Date: Aug 2006
Posts: 6
meda is on a distinguished road
AC/Stoch zero line

Quote:
Originally Posted by pegasus200 View Post
Azmel,

Regarding the Stoch crossing at 0 of AC, you can do the following:

Calculate the maximum and minimum values of the AC indicator for a determined number of bars (this number of bars can be an external variable parameter). Now having the min and max value, you can then calculate the % of shift you have on the indicator window by doing:

x%=(100*Max)/(Max+Min)

This tells you the space % used by the the positive AC value in the indicator window. Now take 50% - x% and this gives you by how much you must move the stoch crossing value. It simulates the visual reading ! If the x% value is below 50, the stoch cross line will be above 50% and if the x% value is above 50, the stoch cross line will be below 50% which is what we see in visual mode !! The only problem is to have the good number of bars i.e. what is the zooming of the chart that is optimal for a good stoch signal. Maybe an optimization in the strategy tester could help

Hope it is clear and maybe you can code this also in the new version, just to see if it helps with the results.

Cheers!

pegasus,
am i right? Sorry for my English .

ACspace = vertical space for AC in the indicator window
we have (maybe) 62 bars from ozfx.tpl after F11

algorithm:

if ACmin<0, ACmax>0 then ACspace=abs(ACmin)+ACmax
if ACmin<0, ACmax<0 then ACspace=abs(ACmax)-abs(ACmin)
if ACmin>0, ACmax>0 then ACspace=ACmax-ACmin

x% = 100*abs(ACmax)/ACspace

stochzero = 100% - x%

if stoch>stochzero then BUY
if stoch<stochzero then SELL

Is it better than "stochzero"=50? Can you, Azmel, code it?

thx, meda
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #107 (permalink)  
Old 02-15-2008, 07:19 AM
meda meda is offline
Junior Member
 
Join Date: Aug 2006
Posts: 6
meda is on a distinguished road
ooops, reality is window with both negative and positive values of AC, so that
ACspace=abs(ACmin)+ACmax
the others are uncorrect

meda
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #108 (permalink)  
Old 02-16-2008, 11:28 AM
FXBabe FXBabe is offline
Senior Member
 
Join Date: Oct 2006
Posts: 171
FXBabe is on a distinguished road
Quote:
Originally Posted by aegis View Post
If you manually backtest this system over the course of a few years, it does not turn a profit. The trending periods don't make up for the drawdowns you will encounter during choppy periods.

Anyone trading this strategy should keep that in mind.
hi,
are you still trading the same method that you sent me the statements of?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #109 (permalink)  
Old 02-16-2008, 10:16 PM
Big Be Big Be is offline
Member
 
Join Date: Oct 2006
Posts: 68
Big Be is on a distinguished road
to PyeR2

You were right. I must have been tired.
This issue I was concerned with is trading hours, mentioned on this thread page 1. It is part of the strategy.

Big Be
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #110 (permalink)  
Old 02-16-2008, 11:27 PM
azjeff's Avatar
azjeff azjeff is offline
Member
 
Join Date: Sep 2007
Posts: 90
azjeff is on a distinguished road
Hi Azmel,

How is the update going on this ea? Thank you for your hard work on this.

Jeff

Quote:
Originally Posted by azmel View Post
I notice there is a small bug on v1.4 today.

At 0000 GMT, USDCAD opens a new candle and a valid short signal is received from all three indicators. Five trades were opened as expected. The first trade hit TP 50 pips at 1128 GMT and all remaining four trades have their SL move to BE.

Unfortunately, the market reverses and the four trades hit SLs at 2135 GMT.

However, because of all this happens in a period of one day, the EA opens another five trades at 2135 GMT. The signal is late and therefore it should have stayed idle until the next candle at 0000 GMT.

I will fix this bug, but give me until the end of the week as I am currently involved with another project.

Regards,

Azmel.
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/suggestions-trading-systems/12175-ozfx-system-100-800-pips-per-trade.html
Posted By For Type Date
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 system newdigital Expert Advisors - Metatrader 3 239 12-12-2007 06:38 AM
20 pips scalp system out_kold Post and compare Trades 22 11-18-2007 08:10 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 06:33 AM.