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 Thread Tools Display Modes
  #21 (permalink)  
Old 04-25-2008, 06:20 PM
mushy999 mushy999 is offline
Junior Member
 
Join Date: Apr 2008
Posts: 23
mushy999 is on a distinguished road
Quote:
Originally Posted by MiniMe View Post
the expert only buy , its doesn't enter any sell !!

what I would suggest is that you add more intelligence to the expert for example
now the expert open a trade whenever it close a trade which is fine and is good for a trend following idea, but why not accept a loss of lets say 200 pips and when a loss happens , this means there is a trend change so you switch from only buy to only sell.
meaning you remember the last trade and if that trade is a winning trade you keep trading on the same direction , if it was a losing trade you swicth
Hi, I'm away at the moment so don't have access to my files, but I have made some more modifications and will post soon. I hope that Azmel can check this out for me. I have found that if you open much smaller lot sizes but more trades, so sticking to 0.1 * 10 over 10 or more days, then this has the effect of reducing the drawdown significantly from 70% to 28% but with the same profits. Now my idea would be to detect when the first small lot looses and then buy a sell instantly to hedge some of the loss that will occur. This is a bit more complex, but I am sure this is a true winner.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22 (permalink)  
Old 04-25-2008, 06:26 PM
lolpie lolpie is offline
Member
 
Join Date: Apr 2008
Posts: 29
lolpie is on a distinguished road
I get "EURUSD Breakout v0.2 EURUSDFXF,M5: OrderSend error 131"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 04-26-2008, 11:00 AM
mushy999 mushy999 is offline
Junior Member
 
Join Date: Apr 2008
Posts: 23
mushy999 is on a distinguished road
Quote:
Originally Posted by lolpie View Post
I get "EURUSD Breakout v0.2 EURUSDFXF,M5: OrderSend error 131"
Could be a couple of things.

1.) Have you got enough starting cash? $10,000 would be a good start or reduce the lot size.

2.) Probably best to use a standard broker account like "Alpari" as the format of the pips is sometimes important such as 4 decimal points instead of the 5 you get with some brokers.

Other than those two points, you shouldn't have a problem with it.

Regards,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24 (permalink)  
Old 04-27-2008, 04:27 PM
forexmoments's Avatar
forexmoments forexmoments is offline
Senior Member
 
Join Date: Dec 2007
Posts: 337
forexmoments is on a distinguished road
Quote:
Originally Posted by mushy999 View Post
Hope you like.

Azmel, Not sure if my coding of the lot size increase is right.? Wasn't sure how to do this.

EUR/USD. Take profit 80, Stop loss 1000, High periods 65.

Regards,
Man, look at that drawdown!
__________________
ASH'S SIGNALS
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25 (permalink)  
Old 04-27-2008, 07:10 PM
mushy999 mushy999 is offline
Junior Member
 
Join Date: Apr 2008
Posts: 23
mushy999 is on a distinguished road
Quote:
Originally Posted by forexmoments View Post
Man, look at that drawdown!
Give this a go. I've made lots of modifications. :-)

Leave all the default settings and apply to EUR/USD 5M.

Regards :-)
Attached Files
File Type: mq4 EURUSD Negative Breakout v0.1.mq4 (3.5 KB, 80 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26 (permalink)  
Old 04-27-2008, 09:26 PM
GoingForward's Avatar
GoingForward GoingForward is offline
Member
 
Join Date: Jan 2008
Location: St. Petersburg, FL
Posts: 49
GoingForward is on a distinguished road
Anybody for a 6.97% DD?

Quote:
Originally Posted by mushy999 View Post
Give this a go. I've made lots of modifications. :-)

Leave all the default settings and apply to EUR/USD 5M.

Regards :-)

Hi All.

I've been testing the EURUSD as suggested. I have found that the higher the TF the lower the DD. Mind you, these tests are for the first quarter. I have attached a single statement but I have others which I will post later. Shouldn't this EA be tested on other pairs as well since the EURUSD has been increasing and this EA is going long only?

Can you modify the EA to place Sell orders as well?

So far so good.

Regards,
Attached Images
File Type: gif EURUSDNegativeBreakout_M30_80TP.gif (6.3 KB, 348 views)
Attached Files
File Type: htm EURUSDNegativeBreakout_M30_80TP.htm (115.7 KB, 42 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27 (permalink)  
Old 04-27-2008, 10:20 PM
Michel Michel is offline
Senior Member
 
Join Date: Feb 2006
Posts: 502
Michel is on a distinguished road
Quote:
Originally Posted by mushy999 View Post
Give this a go. I've made lots of modifications. :-)

Leave all the default settings and apply to EUR/USD 5M.

Regards :-)
from where comes that the orders must be closed after 310000 ticks ??? (counter2 is incremented at each tick).

Also, this is not a real breakout, as you compare the Ask price with High100 (the highest high of the 100 last bars) + 1 point, but High100 is a Bid price ! You should use if(Bid > High100 + Point ...) even if you buy at Ask price.

Also, why to open 20 orders at the same time ?

Last edited by Michel : 04-27-2008 at 10:48 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28 (permalink)  
Old 04-27-2008, 10:54 PM
Dreamliner's Avatar
Dreamliner Dreamliner is offline
Senior Member
 
Join Date: Jul 2007
Posts: 118
Dreamliner is on a distinguished road
Quote:
Originally Posted by GoingForward View Post
Hi All.

I've been testing the EURUSD as suggested. I have found that the higher the TF the lower the DD. Mind you, these tests are for the first quarter. I have attached a single statement but I have others which I will post later. Shouldn't this EA be tested on other pairs as well since the EURUSD has been increasing and this EA is going long only?

Can you modify the EA to place Sell orders as well?

So far so good.

Regards,
Does this EA only go long? Or can it be programmed to go short, too?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29 (permalink)  
Old 04-27-2008, 11:32 PM
GoingForward's Avatar
GoingForward GoingForward is offline
Member
 
Join Date: Jan 2008
Location: St. Petersburg, FL
Posts: 49
GoingForward is on a distinguished road
More test results

Hi

Here are more results. The TF and TP are part of the file name...

++++++++++++++++++++++++++++++++++++++++++++++++


Does this EA only go long? Or can it be programmed to go short, too?


Dreamliner: I have posed the same question and cannot offer an answer.

Regards,
Attached Images
File Type: gif EURUSDNegativeBreakout_M30_90TP.gif (6.3 KB, 329 views)
File Type: gif EURUSDNegativeBreakout_M15_80TP.gif (5.5 KB, 336 views)
Attached Files
File Type: htm EURUSDNegativeBreakout_M30_90TP.htm (115.7 KB, 33 views)
File Type: htm EURUSDNegativeBreakout_M15_80TP.htm (87.1 KB, 14 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30 (permalink)  
Old 04-28-2008, 07:24 AM
mushy999 mushy999 is offline
Junior Member
 
Join Date: Apr 2008
Posts: 23
mushy999 is on a distinguished road
Quote:
Originally Posted by Michel View Post
from where comes that the orders must be closed after 310000 ticks ??? (counter2 is incremented at each tick).

Also, this is not a real breakout, as you compare the Ask price with High100 (the highest high of the 100 last bars) + 1 point, but High100 is a Bid price ! You should use if(Bid > High100 + Point ...) even if you buy at Ask price.

Also, why to open 20 orders at the same time ?

I'm just on my way to work, but I'll try and answer a few of your questions quickly.

1.) Point taken with your breakout question so I should rename the EA :-).
2.) I open 20 orders as it tends to average out the risk and prodiuces a lower drawdown in the longterm. I plan to detect when the first order fails and then make some kind of a hedge in the future to limit losses, but that will come in the next month or so.
3.) The 310000 is to close orders where they have been open too long as this is usually due to being in a long term sideways movement or downtrend. It is much better for this system to close these and limit losses and start trading at a more realistic level. The difference this makes is phenominal.
4.) This could also be programmed to short too but not got around to this yet. I think ATR could be used to improve things and also a trailing stop could be used in some cases but this would have to be on the fly decision based on some other things Ihave discovered. In most cases a fixed stop is the answer.

Regards,
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Isn't start() supposed to run on every tick? Flirrrt Metatrader 4 7 05-18-2007 07:57 AM
Forex brokers with best positive swap rates nezinu Metatrader brokers 7 01-17-2007 06:30 AM
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 10:13 AM.