Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Tools and utilities


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 (2) Thread Tools Display Modes
  #31 (permalink)  
Old 01-04-2008, 09:12 AM
Administrator
 
Join Date: Sep 2005
Posts: 16,323
Blog Entries: 108
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Look at those threads:

icustom

iCustom function

And this thread to the links to all Codersguru lessons
http://www.forex-tsd.com/general-dis...der-forex.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #32 (permalink)  
Old 03-12-2008, 08:03 PM
umarannur's Avatar
Member
 
Join Date: Nov 2007
Location: Malaysia
Posts: 51
umarannur is on a distinguished road
Red face Help please. Finding EA builder.

Is anyone know any free software that has friendly user interface that we can put certain logic trading method on it so it can create us an EA. Typing codes is very hard. Seems I know nothing about coding.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #33 (permalink)  
Old 03-12-2008, 10:32 PM
Senior Member
 
Join Date: Sep 2007
Posts: 274
jturns23 is on a distinguished road
Here you go:

Expert Advisor Builder for MetaTrader 4
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #34 (permalink)  
Old 03-28-2008, 03:52 PM
mr.trader's Avatar
Senior Member
 
Join Date: Jun 2006
Location: Birthcountry california´s guvaneur
Posts: 153
mr.trader is on a distinguished road
What did i wrong ???

Hello Guy´s,

please take a look to the attached Expert Advisor. I build them with the expert advisor builder but it won´t work...

It is a simple EA wich buys when the close is under the lower Bolinger Band line, and sells when the bar closes upper the higher bollinger band line.

I want to try this scalper with FDAX in the 1 and 5 minutes chart, the FDAX don´t take any spread (only commisions), so it should work not to bad for the beginning. Well, it should be more adjusted, sure, but i can´t beginn adjusting when the EA don´t works...

Hope there is somebody with more coding experience than me...

Thanks for your help !
Attached Files
File Type: mq4 YourExpertAdvisor_D_FUTURE_BB.mq4 (9.2 KB, 30 views)
__________________
For a 5 digit yearly income you have to work hard, for a 6 digit you only need an idea...

Last edited by mr.trader; 03-28-2008 at 04:09 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #35 (permalink)  
Old 03-28-2008, 05:53 PM
sivach's Avatar
Senior Member
 
Join Date: Jun 2006
Posts: 108
sivach is on a distinguished road
Here is a working EA with similar idea and advanced features, look into the code, maybe useful for you to combine both.



Quote:
Originally Posted by mr.trader View Post
Hello Guy´s,

please take a look to the attached Expert Advisor. I build them with the expert advisor builder but it won´t work...

It is a simple EA wich buys when the close is under the lower Bolinger Band line, and sells when the bar closes upper the higher bollinger band line.

I want to try this scalper with FDAX in the 1 and 5 minutes chart, the FDAX don´t take any spread (only commisions), so it should work not to bad for the beginning. Well, it should be more adjusted, sure, but i can´t beginn adjusting when the EA don´t works...

Hope there is somebody with more coding experience than me...

Thanks for your help !
Attached Files
File Type: mq4 BollTrade_Ron_MT4_v05c.mq4 (22.5 KB, 41 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #36 (permalink)  
Old 04-24-2008, 03:01 PM
Member
 
Join Date: Sep 2006
Posts: 64
fxwealth is on a distinguished road
Expert Advisor Builder Help

Hi

Could anyone show me how to code an EA using Expert Advisor Builder to do the following.

The EA must have two inputs BUY Price and SELL Price. I need to be able to type in a price for BUY and SELL and when that price is reached EA must place instant order. Thats it.

I cannot use pending orders as the price is sometimes within 10 pips of the market price. Any help apprciated

Best rgds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #37 (permalink)  
Old 04-24-2008, 03:10 PM
MiniMe's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Montréal
Posts: 1,187
MiniMe is on a distinguished road
Quote:
Originally Posted by fxwealth View Post
Hi

Could anyone show me how to code an EA using Expert Advisor Builder to do the following.

The EA must have two inputs BUY Price and SELL Price. I need to be able to type in a price for BUY and SELL and when that price is reached EA must place instant order. Thats it.

I cannot use pending orders as the price is sometimes within 10 pips of the market price. Any help apprciated

Best rgds
try TrendMeLeaveMe from waddah, that expert you need to draw two lines and the expert will trade the break of the lines
__________________
Risk comes from not knowing what you're doing
Never argue with an idiot. They drag you down to their level then beat you with experience
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #38 (permalink)  
Old 04-24-2008, 03:59 PM
Member
 
Join Date: Sep 2006
Posts: 64
fxwealth is on a distinguished road
Thanks minime will try it..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #39 (permalink)  
Old 04-24-2008, 06:31 PM
Member
 
Join Date: Sep 2006
Posts: 64
fxwealth is on a distinguished road
Hi

TrendMeLeaveMe not really working for me. Just need a simple EA in which I can specify the price at which to buy and sell.

Best rgds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #40 (permalink)  
Old 04-25-2008, 05:45 AM
GoingForward's Avatar
Member
 
Join Date: Jan 2008
Location: St. Petersburg, FL
Posts: 49
GoingForward is on a distinguished road
Could you please do me a favor?

Hi CodersGuru.

First of all, thank you for all of your valuable contributions.

I would like to ask you to please modify your "Close All" script by adding one more option to close all open orders when the TOTAL monetay value is Plus or Minus "x". In other words, it would have an 8th option similar to: Close all when total is "X"

You currently have an option which is: "Close orders in profit" but there is no option to specify the amount limit.

I don't know if the script currently does keep track of all the open orders or not since I am not a coder. But, if it doesn't, that would be really helpful. That way, if I opened another order it would factor the new order's value into the total calculation.

If you are limited to 7 options, then, as far as I am concerned I could do without the "comments" option.

Thank you for your time.

Regards,
Attached Files
File Type: mq4 CloseAll.mq4 (5.4 KB, 8 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
expert advisor builder, expert adviser builder, Expert Advisor Builder for MetaTrader 4, expert advisor

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/tools-utilities/658-expert-advisor-builder.html
Posted By For Type Date
ÈÑäÇãÌ íÕäÚ áß ÇáÇßÓÈíÑÊ ÇáÐí ÊÑíÏå - ãäÊÏíÇÊ ÇáãÊÏÇæá ÇáÚÑÈí This thread Refback 03-08-2008 02:19 PM
ÈÑäÇãÌ íÕäÚ áß ÇáÇßÓÈíÑÊ ÇáÐí ÊÑíÏå - ãäÊÏíÇÊ ÇáãÊÏÇæá ÇáÚÑÈí This thread Refback 07-22-2007 08:05 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
RSI Expert Advisor TF2K Suggestions for Trading Systems 4 03-21-2007 12:52 PM
50-34 Expert advisor geisebhum Suggestions for Trading Systems 4 12-20-2006 05:45 PM


All times are GMT. The time now is 07:29 PM.



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