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 (11) Thread Tools Display Modes
  #81 (permalink)  
Old 01-12-2008, 02:01 PM
Administrator
 
Join Date: Sep 2005
Posts: 16,799
Blog Entries: 144
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
Attached in the post 64.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #82 (permalink)  
Old 01-12-2008, 06:31 PM
Junior Member
 
Join Date: Feb 2007
Posts: 5
venn is on a distinguished road
Quote:
Originally Posted by venn View Post
hello,

is there a script or ea available which will close all open positions if one of the trade hit sl/tp ?


thanks..


anyone? help needed....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #83 (permalink)  
Old 01-14-2008, 08:00 PM
Member
 
Join Date: Jun 2006
Posts: 74
daet is on a distinguished road
e-closebytime

The "e-closebytime" EA does not work properly in that it keeps on taking trades after the 1st trade closes out at a profit. It immediately then opens more trades using the original parameters.
I'm looking for a simple EA that takes one trade per day with defined SL and TP with slippage and retry...that's it.
Can anyone help..?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #84 (permalink)  
Old 01-16-2008, 08:28 PM
Member
 
Join Date: Sep 2007
Posts: 68
Ronald Raygun is on a distinguished road
Can an EA manage a trade?

I know that EAs use Magic Numbers to identify which trades are theirs.

How do I manually add a magic number to a trade?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #85 (permalink)  
Old 01-16-2008, 08:58 PM
Senior Member
 
Join Date: Feb 2006
Posts: 558
Michel is on a distinguished road
Quote:
Originally Posted by Ronald Raygun View Post
I know that EAs use Magic Numbers to identify which trades are theirs.

How do I manually add a magic number to a trade?
It is not possible, but what you can do is to add an extern bool to allow the EA to take care of the manual trades too (which have 0 as MagicNumber).
Then you should modify your EA like this: (just to show you the logic)
replace
PHP Code:
if(OrderMagicNumber() == Magic ... 
by
PHP Code:
extern bool ManageManualTrades true;
if(
OrderMagicNumber() == Magic || (ManageManualTrades && OrderMagicNumber() == 0
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #86 (permalink)  
Old 01-17-2008, 09:56 AM
Administrator
 
Join Date: Sep 2005
Posts: 16,799
Blog Entries: 144
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
Quote:
Originally Posted by Ronald Raygun View Post
I know that EAs use Magic Numbers to identify which trades are theirs.

How do I manually add a magic number to a trade?
There are 2 scripts created by Igorad. The scripts is used to opem manual orders with magic numbers.
Attached Files
File Type: mq4 AllBuyOrders.mq4 (2.6 KB, 107 views)
File Type: mq4 AllSellOrders.mq4 (2.6 KB, 89 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #87 (permalink)  
Old 01-17-2008, 11:55 AM
Junior Member
 
Join Date: Jul 2007
Posts: 18
sifoorex is on a distinguished road
Exclamation Looking for Autoclose order based on equity.

Hi

i am looking for a script (not an ea) to close all trade + pending orders + stop EA running if equity reached a certain value
this value is defined in Usd or in % of yesterday last registered equity value

********************
exemple yesterday: balance 16000 usd / equity : 13000 usd
If script get equity value : 11 000 usd
when this amount is reached script will :
- close all open trades
- delete pending trade
- stop ea's running

*********************


This is what i am looking for.

Please advise and assist.


TQ
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #88 (permalink)  
Old 01-22-2008, 07:05 AM
Member
 
Join Date: Jun 2006
Posts: 74
daet is on a distinguished road
e-bytime EA

Can anyone please assist me in fixing this EA. If you specify the "buy" time as 00:00 then the EA opens trades immendiately and continues to do so. If you specify "buy time" as 23:59, then it works fine. It seems that the "buy time" must be specified later then the current time of the MT4 platform.
I trade on the Daily chart and just need one trade a day at GMT 00:00.
Thanks in advance.!
Attached Files
File Type: rar e-OpenByTime.rar (2.6 KB, 25 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #89 (permalink)  
Old 01-22-2008, 12:14 PM
fx823's Avatar
Junior Member
 
Join Date: Oct 2007
Posts: 25
fx823 is on a distinguished road
EA to close all orders on specific pair

Hi.I need an EA that close all orders on specific pairs whit parameters to set eqity loss and profit.But what is the most important is to close them in order of size of trdes and first should close biggest lot sizes(both - and +).
I want to use it on hedge systems.I think this could be the most useful EA if it would be made.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #90 (permalink)  
Old 02-03-2008, 05:34 PM
Badguy's Avatar
Member
 
Join Date: Jan 2006
Posts: 46
Badguy is on a distinguished road
EA or tool needed

Hello altogether

i' m looking for a Advisor or a tool with only one function:

Open a long or a short order at open price new day ( it's midnight by me and i like to sleep ). No rules. I say what's doing ( short or long )

Somebody know a EA or tool with this function?

Thanks

Last edited by Badguy; 02-03-2008 at 06:00 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
close, close all, close all positions, close all positions in MT4, close all trades, open close, profit, stop, trades, trailing, script, Stomper, mt4 close all script

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/174-close-all-open-tools.html
Posted By For Type Date
Simple Trading Method with trader101 - Page 58 This thread Refback 09-29-2008 11:03 AM
Simple Trading Method with trader101 - Page 58 This thread Refback 09-29-2008 10:42 AM
Ind close sume post with one click? - Nogold.com This thread Refback 08-08-2008 12:34 PM
Close all trades with a push of a button? This thread Refback 07-21-2008 04:38 PM
Close all trades with a push of a button? This thread Refback 07-21-2008 04:28 PM
Close all trades !!! This thread Refback 06-24-2008 04:13 AM
Close all trades !!! This thread Refback 06-19-2008 11:53 AM
Close all trades !!! This thread Refback 06-19-2008 10:33 AM
Antara EA yang telah diLIVE test oleh MyMEFx Grup - Page 50 - Nogold.com This thread Refback 12-05-2007 04:58 PM
skrypty close i modify This thread Refback 08-07-2007 05:11 AM
Ind close sume post with one click? - Nogold.com This thread Refback 06-30-2007 04:02 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Open/close trade on same bar's close? WNW Expert Advisors - Metatrader 4 2 03-29-2007 06:37 AM
close all open trades ea G-Riper General Discussion 2 08-02-2006 10:41 PM
Close all open positions jonjonau Expert Advisors - Metatrader 4 6 07-12-2006 06:01 AM
Close All Open Positions? lonespruce Metatrader 4 9 06-22-2006 08:20 AM


All times are GMT. The time now is 03:28 AM.



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