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
  #71 (permalink)  
Old 12-28-2007, 01:26 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,174
matrixebiz is on a distinguished road
Quote:
Originally Posted by metastock View Post
Tnx for reply! Is it EA or script?
EA. Just attach it to any chart and it will watch all open orders.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #72 (permalink)  
Old 12-28-2007, 01:31 PM
Senior Member
 
Join Date: Jan 2006
Posts: 125
metastock is on a distinguished road
Quote:
Originally Posted by matrixebiz View Post
EA. Just attach it to any chart and it will watch all open orders.
Wow!!! Really a beutiful EA....

I use it on Hedge system based on GJ /UJ....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #73 (permalink)  
Old 01-03-2008, 06:43 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,174
matrixebiz is on a distinguished road
Quote:
Originally Posted by newdigital View Post
'Close all' scripts for MT4.
Can someone modify the Close all pending orders EA so it is able to close only on a certain time, like Friday at 5PM

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #74 (permalink)  
Old 01-04-2008, 12:14 AM
Junior Member
 
Join Date: Oct 2007
Posts: 17
scottiepip is on a distinguished road
open-a-trade-with-Xpips-stoploss-from-bid/ask-line script

hello ma friends do you know of any metatrader "open-a-trade-with+Xpips-stoploss-from-bid/ask-line" script?

because right now i am manually placing market order trades. it's cumbersome to also manually type-in the stoploss. if there's a script out there that i could use to still manually enter a trade but automatically place a stoploss(say, +5pips from the bid/ask line. it's also good if i can modify this number of pips), that would be great.

again guys, thanks a lot for your help!

Last edited by scottiepip; 01-04-2008 at 12:17 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #75 (permalink)  
Old 01-06-2008, 10:12 PM
Junior Member
 
Join Date: Feb 2007
Posts: 5
venn is on a distinguished road
Post

hello,

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


thanks..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #76 (permalink)  
Old 01-11-2008, 06:12 AM
Junior Member
 
Join Date: Mar 2007
Posts: 10
Hartadi is on a distinguished road
Script delete all order

Hi,

I found this script but it doesn't seem to work.
If say : error 4109.
Is there something wrong with the code?

PHP Code:
/+------------------------------------------------------------------+
//|                                               delete_pending.mq4 |
//|                                                                  |
//|                                                                  |
//+------------------------------------------------------------------+
#property copyright "Copyright © 2004, MetaQuotes Software Corp."
#property link      ""
#property show_confirm

bool result;
int start()
  {
  
//----

//----
   
   
for (int f 0OrdersTotal(); f++)
      {
         
OrderSelect(f,SELECT_BY_POSMODE_TRADES);
         switch (
OrderType())
            {
               case 
OP_BUY result OrderClose(OrderTicket(), OrderLots(), Bid3);
               case 
OP_SELL result OrderClose(OrderTicket(), OrderLots(), Ask3);
                        
               case 
OP_BUYLIMIT  result OrderDelete(OrderTicket());
               case 
OP_BUYSTOP   result OrderDelete(OrderTicket());
               case 
OP_SELLLIMIT result OrderDelete(OrderTicket());
               case 
OP_SELLSTOP  result OrderDelete(OrderTicket());
                        
            }
      }

   if(
result == false)
      {
         
Alert("Order " OrderTicket() , " failed to close. Error:" GetLastError() );
         
Sleep(3000);
      }  
//----
   
return(0);
  }
//+------------------------------------------------------------------+ 
Attached Images
File Type: gif Error.gif (91.5 KB, 522 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #77 (permalink)  
Old 01-11-2008, 05:25 PM
Linuxser's Avatar
Moderator
 
Join Date: May 2006
Location: Helliconia (Spring)
Posts: 3,306
Blog Entries: 46
Linuxser has disabled reputation
Quote:
Originally Posted by Hartadi View Post
Hi,

I found this script but it doesn't seem to work.
If say : error 4109.
Is there something wrong with the code?
If you're looking for some script that closes all pending orders. MT4 comes with one by default.
__________________
Elite Manual Trading | Portfolio | Calendar | Suggestions to improve the forum | My Blog

Remember: Signatures must have three lines as maximum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #78 (permalink)  
Old 01-12-2008, 04:21 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,096
ElectricSavant is on a distinguished road
An EA/Utility with Time of Entry & TP and SL Thats all!

Is there a simple EA available that only has a few inputs like this?:


Lots:
Direction:
StopLoss:
TakeProfit:
GMT:
Slippage:
MagicNumber:


This should be IBFX compatible on a mini account with microlot capability.

Where is this simple EA? I cannot find it...if it does not exist, would one of you coders that feels that they want to give, please donate the EA to this thread? It would be really appreciated.

Stealth type of SL and/or TP technology would really be awesome, but not necessary.

The code should be stable and a loop type of thingy for retries on failed entry attempts...

ES

Last edited by ElectricSavant; 01-12-2008 at 04:27 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #79 (permalink)  
Old 01-12-2008, 10:13 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
You can find it on post #64 of this thread. It is simple script.

There is some other tools (more complicated but you can set the roders to week forward) Indicators/EAs for news and trading signals
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #80 (permalink)  
Old 01-12-2008, 12:41 PM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,096
ElectricSavant is on a distinguished road
That is exactley what I want in post 64...but it is in Russian...help!

ES


Quote:
Originally Posted by newdigital View Post
You can find it on post #64 of this thread. It is simple script.

There is some other tools (more complicated but you can set the roders to week forward) Indicators/EAs for news and trading signals

Last edited by ElectricSavant; 01-12-2008 at 12:44 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:54 AM.



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