Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4


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
  #11 (permalink)  
Old 01-11-2006, 11:41 AM
BrunoFX's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 819
BrunoFX will become famous soon enough
Hello,

I continue this subject by asking to all the programmers of this forum, if one of them could translate this EA for mt3 (mql).
By advance thank you of your contribution
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 01-11-2006, 01:36 PM
sadaloma's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 343
sadaloma is on a distinguished road
Quote:
Originally Posted by BrunoFX
I attach statement this EA but you will have not to take into account the first 3 orders, they did not work with this EA.
It would also seem that statement has preoccupations with an alignement between the columns and "swap" corresponds to the "profit"
Isn't it weird that the EA only have SELL trades? no BUY?

Is something wrong with the code or it's how the market is at the moment?

Sada


-------EDIT-------

My bad, I just tested the Ea and there was a BUY order

Last edited by sadaloma; 01-11-2006 at 02:44 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 01-12-2006, 10:55 AM
BrunoFX's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 819
BrunoFX will become famous soon enough
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?
Attached Files
File Type: htm Statement_EAstoch_01.12.06.htm (12.8 KB, 130 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 01-12-2006, 11:30 AM
sadaloma's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 343
sadaloma is on a distinguished road
Quote:
Originally Posted by BrunoFX
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?

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)
Attached Files
File Type: htm Statement stochastic1.1 CHF.htm (5.3 KB, 97 views)
File Type: htm Statement stochastic1.1 EUR.htm (5.8 KB, 100 views)
File Type: htm Statement stochastic1.1 GBP.htm (8.6 KB, 92 views)
File Type: htm Statement stochastic1.1 JPY.htm (5.7 KB, 78 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 01-12-2006, 11:56 AM
Member
 
Join Date: Dec 2005
Posts: 32
zuhainis is on a distinguished road
// 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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 01-16-2006, 04:06 PM
Senior Member
 
Join Date: Jan 2006
Posts: 153
kumawat is on a distinguished road
Smile back testing

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 01-17-2006, 07:15 AM
Member
 
Join Date: Dec 2005
Posts: 32
zuhainis is on a distinguished road
No Trade

EA didn't open any trade since I upgrade to build 188, anybody else have the same problem?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
stochastic, stochastic ea


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

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


All times are GMT. The time now is 10:55 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.