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 Thread Tools Display Modes
  #1 (permalink)  
Old 02-13-2006, 02:55 AM
mj10 mj10 is offline
Member
 
Join Date: Oct 2005
Posts: 39
mj10 is on a distinguished road
Unhappy Expert Question and Expert

I been writing this EA
Code:
//+------------------------------------------------------------------+
//|                                                      Eurobuy.mq4 |
//|                                         http://www.forex-tsd.com |
//+------------------------------------------------------------------+
#property copyright "Copyright © 2006, Metaqoute.com"
#property link      ""
void deinit() {
   Comment("");
}
int start()
  {

   if ((Close[0]>=Close[3]) && (Close[3]<=Open[2]))
   OrderSend(Symbol(),OP_BUY,0.1,Ask,2,Ask-30*Point,Ask+6*Point,"eurobuying",0,0,Blue);
   
    return(0);
  }
the problem i am having is there any way i can close this EA when ever it gain 1pip or in profit and closes position
i been thinking very long and tryed many things but nothing if u can help
EA is for 30 min time frame
AND ONLY FOR EURO/USD

Last edited by mj10 : 02-13-2006 at 03:47 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-13-2006, 07:30 PM
mj10 mj10 is offline
Member
 
Join Date: Oct 2005
Posts: 39
mj10 is on a distinguished road
ok today testing as i am not alway ON by the way still a good result 20% of the account and round about 1000 pip in only Euro/USd so any help and improvment may help it build a great thing by the way any one able to find my 1st answer it gain 1pip or in profit and closes position if can let me know i will try to write short but tommarow ok than c u

by the way these type of Ea are dangerous
Attached Files
File Type: htm fx.htm (106.0 KB, 81 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-16-2006, 03:44 AM
mj10 mj10 is offline
Member
 
Join Date: Oct 2005
Posts: 39
mj10 is on a distinguished road
Code:
//+------------------------------------------------------------------+
//|                                                      Eurobuy.mq4 |
//|                                         http://www.forex-tsd.com |
//+------------------------------------------------------------------+
#property copyright "Copyright © 2006, Metaqoute.com"
#property link      ""
void deinit() {
   Comment("");
}
int start()
  {
if ((Open[5]<=Close[0]) && (Close[1]>High[4]))
    OrderSend(Symbol(),OP_SELL,0.1,Bid,2,Bid+30*Point,Bid-6*Point,"Euroisselling",0,0,Red);
   
    return(0);
  }
ok people i made the short one to
well testing shows that no loss As i am not always On and the profit are still good

update on eurobuy i had losses but than retain back the losses and it was due to stoploss if it would not there it would be in profit
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-16-2006, 03:53 AM
mj10 mj10 is offline
Member
 
Join Date: Oct 2005
Posts: 39
mj10 is on a distinguished road
Ah forget to update the result
there are 2 order done by me of 0.01 lot just experiment
rest is done by the EA
Attached Files
File Type: htm fx.htm (247.9 KB, 68 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-16-2006, 08:45 AM
halfasleep's Avatar
halfasleep halfasleep is offline
Member
 
Join Date: Nov 2005
Location: Vancouver
Posts: 49
halfasleep is on a distinguished road
Could you post your EA in mq4 format so we can download it and try it aswell ?

Thanx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-16-2006, 10:10 AM
mj10 mj10 is offline
Member
 
Join Date: Oct 2005
Posts: 39
mj10 is on a distinguished road
ok no problem it is easything
Attached Files
File Type: mq4 Eurobuyfx.mq4 (590 Bytes, 86 views)
File Type: mq4 eurosellfx.mq4 (587 Bytes, 73 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-16-2006, 02:11 PM
BrunoFX's Avatar
BrunoFX BrunoFX is offline
Senior Member
 
Join Date: Sep 2005
Posts: 819
BrunoFX will become famous soon enough
Hellomj10,

Good work. if I summarize, 2 diagrams with ea Buy on the first and EA Sell on the second, and FT=30.
Exact ?

Thx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-16-2006, 07:26 PM
BrunoFX's Avatar
BrunoFX BrunoFX is offline
Senior Member
 
Join Date: Sep 2005
Posts: 819
BrunoFX will become famous soon enough
Hello

Are you that these EA function?
Here more than 6 hours that they are in place and still not trades
I will leave them in place in the night and will wait tomorrow.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-17-2006, 01:41 PM
mj10 mj10 is offline
Member
 
Join Date: Oct 2005
Posts: 39
mj10 is on a distinguished road
well it is working
c the pic i still hoping to improve it
by the way
Attached Images
File Type: gif eurobuyfx.GIF (42.3 KB, 177 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-17-2006, 05:01 PM
BrunoFX's Avatar
BrunoFX BrunoFX is offline
Senior Member
 
Join Date: Sep 2005
Posts: 819
BrunoFX will become famous soon enough
Quote:
Originally Posted by BrunoFX
Hello

Are you that these EA function?
Here more than 6 hours that they are in place and still not trades
I will leave them in place in the night and will wait tomorrow.
Hello,

I confirm that the platform of Neurex, the ea never worked. I will now attach it on another platform

Last edited by BrunoFX : 02-17-2006 at 05:05 PM.
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
Question About Expert Advisors mikejody Expert Advisors - Metatrader 4 5 01-27-2007 07:57 PM
Need help in Expert n7drazen Suggestions for Trading Systems 13 01-27-2007 08:10 AM
need help in expert saas Metatrader 4 16 05-03-2006 01:41 AM
My Expert jacoba Metatrader 4 1 01-11-2006 05:29 AM


All times are GMT. The time now is 09:36 AM.