| New signals service! | |
|
|||||||
| 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 |
|
||||
|
Hello Traders,
I continue the test of this EA with 4 charts. not to take the 3 first I have cloturer by faulte the N°3635031 order to -690. but all the other order are positive and without interventions. In spite of this loss, today there remains positive. I has just put in comparison the version v1-1 in H1. Someone else he would have tested this EA and will deliver its opinion of use? |
|
||||
|
Quote:
I tested it too and here are my observations: -Even if we attach the EA on multiple Currencies, it will not trade more then 1 trade per session (no matter how many currency pairs we attach it to). So I had to install it on 4 different platform on 4 different account for the 4 major pairs (1 currency per platform per account) -The EA will always open up a trade right after the last one ended without waiting for the opposite signal. "Always in play" kind of EA. Is it suppose to do that? -No manual stoploss setting input is kind of dangerous. I understand that the EA will close the trade automatically but it will be nice to be able to put a SL just in case there is a power failure for few hours at a critical moment in trade or the broker connection goes down etc,,,(murphy's law come to mind) The EA has potential and it would be great if someone could look it over and improve it somehow...the SL&TP and multiple currencies would be a great start. Thank you in advance I attach the statements for your viewing pleasure. ![]() PS: please ignore the first 3 trades of the GBP statement. (it was when I thought the EA could put multiple trades with multiple currencies) |
|
|||
|
// it is important to enter the market correctly,
// but it is more important to exit it correctly... for(cnt=0;cnt<total;cnt++) { OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES); if(OrderType()<=OP_SELL && // check for opened position OrderSymbol()==Symbol()) // check for symbol { if(OrderType()==OP_BUY) // long position is opened { // should it be closed? if((StochasticGreen<StochasticRed)) { OrderClose(OrderTicket(),OrderLots(),Bid,3,Violet) ; // close position return(0); // exit } The exit don't check for magic number so the EA tend to close other trade open by other EA(I think). Can somebody fix this please. |
|
|||
|
i did back test. it give very nice results on 4hr and even better on daily chart
how can i use it for multipule pairs i mean eurusd, gbpusd, usdchf same time. is it possible if i open seprate account from each pair but all accounts running on same PC. |
![]() |
| Bookmarks |
| Tags |
| stochastic, stochastic ea |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Stochastic | swall | Indicators - Metatrader 4 | 10 | 09-09-2007 08:58 PM |
| Stochastic ea | ajk | Metatrader 4 | 4 | 02-13-2007 01:03 AM |
| stochastic | danu | Expert Advisors - Metatrader 4 | 1 | 06-21-2006 06:47 AM |
| rsi and stochastic | One | Indicators - Metatrader 4 | 5 | 04-01-2006 06:12 AM |
| Stochastic | newdigital | Expert Advisors - Metatrader 4 | 1 | 12-09-2005 04:27 PM |