|
|||||||
| 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 |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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);
}
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. |
|
|||
|
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 ![]() |
|
|||
|
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);
}
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 |
|
||||
|
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
__________________
@@--> All long voyages always start from the first small steps <--@@ |
|
||||
|
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.
__________________
@@--> All long voyages always start from the first small steps <--@@ |
|
||||
|
Quote:
I confirm that the platform of Neurex, the ea never worked. I will now attach it on another platform
__________________
@@--> All long voyages always start from the first small steps <--@@ Last edited by BrunoFX : 02-17-2006 at 05:05 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |