Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #11 (permalink)  
Old 01-11-2006, 12:41 PM
BrunoFX's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 816
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #12 (permalink)  
Old 01-11-2006, 02:36 PM
sadaloma's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 344
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 03:44 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #13 (permalink)  
Old 01-12-2006, 11:55 AM
BrunoFX's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 816
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, 167 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #14 (permalink)  
Old 01-12-2006, 12:30 PM
sadaloma's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 344
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, 122 views)
File Type: htm Statement stochastic1.1 EUR.htm (5.8 KB, 126 views)
File Type: htm Statement stochastic1.1 GBP.htm (8.6 KB, 115 views)
File Type: htm Statement stochastic1.1 JPY.htm (5.7 KB, 104 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #15 (permalink)  
Old 01-12-2006, 12:56 PM
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #16 (permalink)  
Old 01-16-2006, 05: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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #17 (permalink)  
Old 01-17-2006, 08: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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
stochastic, stochastic ea


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

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 ea ajk Metatrader 4 6 01-24-2009 12:43 AM
Stochastic swall Indicators - Metatrader 4 10 09-09-2007 09:58 PM
stochastic danu Expert Advisors - Metatrader 4 1 06-21-2006 07: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 05:27 PM


All times are GMT. The time now is 01:27 PM.



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