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
  #1 (permalink)  
Old 12-15-2006, 04:43 AM
Junior Member
 
Join Date: Oct 2006
Posts: 17
Kiup00 is on a distinguished road
Utility EA's

Does anyone have or know of any "Utility" EA's that do simple things like Close All Trades when a certain profit level has been reached? Specifically, I like to enter all my trades manually and sometime have a couple different trades going at once. My goal for each day is to make a certain amount of money. Some days I can do it quick, other days I grind it out. But an EA that closes all open trades when the equity has reached a certain point (hopefully settable by the user) above the balance would be great to have. Any pointers or ideas?

Thanks
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
  #2 (permalink)  
Old 12-15-2006, 05:33 AM
Mazoem's Avatar
Member
 
Join Date: Dec 2005
Location: Tulsa, OK USA
Posts: 59
Mazoem is on a distinguished road
Quote:
Originally Posted by Kiup00
Does anyone have or know of any "Utility" EA's that do simple things like Close All Trades when a certain profit level has been reached? Specifically, I like to enter all my trades manually and sometime have a couple different trades going at once. My goal for each day is to make a certain amount of money. Some days I can do it quick, other days I grind it out. But an EA that closes all open trades when the equity has reached a certain point (hopefully settable by the user) above the balance would be great to have. Any pointers or ideas?

Thanks
Here are some scripts that do that... you might use the code to make an EA for it.

http://www.forex-tsd.com/tools-utili...l-scripts.html
__________________
"Only those who dare to fail greatly can ever achieve greatly."
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
  #3 (permalink)  
Old 12-15-2006, 06:19 AM
igorad's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 963
igorad is on a distinguished road
Quote:
Originally Posted by Kiup00
Does anyone have or know of any "Utility" EA's that do simple things like Close All Trades when a certain profit level has been reached? Specifically, I like to enter all my trades manually and sometime have a couple different trades going at once. My goal for each day is to make a certain amount of money. Some days I can do it quick, other days I grind it out. But an EA that closes all open trades when the equity has reached a certain point (hopefully settable by the user) above the balance would be great to have. Any pointers or ideas?

Thanks
Hi,
In the Elite section you can find last version of MultiPositionExpert_v1.13.
It's what you need.
http://www.forex-tsd.com/66911-post39.html
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory
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
  #4 (permalink)  
Old 12-15-2006, 06:32 AM
Junior Member
 
Join Date: Oct 2006
Posts: 17
Kiup00 is on a distinguished road
Thanks Igorad,

I joined up and downlaoded the ea, couple of questions on the settings:

StopManageAcc : Does this have to do with just a Stop Loss? Or does it need to be checked "True" to work on all orders?

If Use Pips is set to false, do I just enter the amount of USD for Take Profit and when that is reached, the EA will close all of the orders?

Thanks for any additional information.
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
  #5 (permalink)  
Old 12-15-2006, 07:00 AM
Junior Member
 
Join Date: Oct 2006
Posts: 17
Kiup00 is on a distinguished road
I found the explanation for the settings for this EA but it is not closing any orders. Also, I have open orders but in the display that the EA prints out it reads "0 Open Orders". Any ideas?
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
  #6 (permalink)  
Old 12-15-2006, 07:08 AM
igorad's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 963
igorad is on a distinguished road
Quote:
Originally Posted by Kiup00
Thanks Igorad,

I joined up and downlaoded the ea, couple of questions on the settings:

StopManageAcc : Does this have to do with just a Stop Loss? Or does it need to be checked "True" to work on all orders?

If Use Pips is set to false, do I just enter the amount of USD for Take Profit and when that is reached, the EA will close all of the orders?

Thanks for any additional information.
When StopManageAcc=true all trades will close with any value of profit or loss,i.e. it works like CloseAll script.
UsePips=true - count of profit or loss in points;
UsePips=false - count of profit or loss in USD.
If ProfitTarget=0 and MaxLoss=0 you can monitor open positions only.
So try to test this EA with different settings to gain a better understanding.
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory

Last edited by igorad; 12-15-2006 at 07:10 AM.
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
  #7 (permalink)  
Old 12-15-2006, 07:33 AM
igorad's Avatar
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 963
igorad is on a distinguished road
Quote:
Originally Posted by Kiup00
I found the explanation for the settings for this EA but it is not closing any orders. Also, I have open orders but in the display that the EA prints out it reads "0 Open Orders". Any ideas?
Sorry I found small bug in the code.
I've fixed EA and uploaded to the Elite section.
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory
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
  #8 (permalink)  
Old 12-17-2006, 05:43 PM
C.E.O.'s Avatar
Member
 
Join Date: Nov 2006
Posts: 90
C.E.O. is on a distinguished road
Does this EA monitor your entire account or Just pairs attached to? I ask because I have longer term trades that would be nice to close with this, but I also do some shorter 1hr or less trades that I set and forget that have very high success rate so I would not want them included. Those are also on the same pairs as my longer term trades. So monitor my long term, but leave the short term. I would just go to elite section but somehow my subscription got cancelled, think my CC expired on paypal, guess I better sort that one huh.
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


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
Utility to convert MT3..... babarmughal Tools and utilities 3 07-07-2006 09:36 AM
Must have utility for MT coders who are not 100% perfect ycomp Tools and utilities 2 02-23-2006 11:45 PM
MT3 EA's forexpipmaster Metatrader 3 1 11-23-2005 08:15 AM


All times are GMT. The time now is 03:30 PM.



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