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
  #181 (permalink)  
Old 09-06-2008, 05:41 PM
radatats's Avatar
Senior Member
 
Join Date: Feb 2006
Location: NY
Posts: 183
radatats is on a distinguished road
Try this script for placing multiple pending orders like grid trading. It places both buy and sell orders above and below current price so you may want to redo it if you only want to go one way.

I have used it in demo accounts and it is cool once a trend is under way but you can get killed in a ranging mkt so be careful.

Steve
Attached Files
File Type: mq4 Set Buy Sell Orders.mq4 (2.6 KB, 74 views)
__________________
Change everything till it works!!! Test, test, test...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #182 (permalink)  
Old 09-06-2008, 06:46 PM
Junior Member
 
Join Date: Sep 2008
Posts: 2
wcalhoun is on a distinguished road
Smile Scripts for opening multiple market orders simultaniously.

Does anybody know where I can find a script that creates multiple market orders for a single currency pair. For example, I may want to create 20 saperate market orders to sell or buy the EUR/USD. I understand that MT4 brokers are only limited to executing a single market order up to 50 lots max no greater. What i'm trying to do is: buy or sell 1000 lots at one giving time and would like for a SCRIPT to distribute 1000 lots into saperate market orders. If that's possible i'm hoping that someone can create a script for me that can that such of thing. Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #183 (permalink)  
Old 09-07-2008, 05:15 AM
Junior Member
 
Join Date: Jan 2008
Posts: 3
amaladi is on a distinguished road
Can you put in autobuy/autosell a breakeven parameter

Quote:
Originally Posted by radatats View Post
Can the Close and Reverse script be modified to use money management to open the reverse position? For example, to open a new position based on percentage of equity instead of the same size? This will also allow a SL/TP to be included with the new position since that is how the risk/mm is calculated.

I have attached the scripts I currently use to open trades with this money management feature.

Thanks!!

Steve
... thanks ... then that's all what I need
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #184 (permalink)  
Old 09-07-2008, 05:48 AM
radatats's Avatar
Senior Member
 
Join Date: Feb 2006
Location: NY
Posts: 183
radatats is on a distinguished road
The breakeven feature can't be put into this script because it is a future event. Scripts are one time executions. For the feature you want you can either use a different script manually or an EA which will run all the time and perform the move to breakeven on its own for you.

I have attached one of each for you. They are available on this Forum and you can read about them there. There are certainly others.

I didn't write these, I just use them and many thanks to those that did write them. They make my life so much better!

Steve
Attached Files
File Type: mq4 Set Zero SL.mq4 (1.6 KB, 41 views)
File Type: mq4 StepStopExpert_v1.1.mq4 (4.6 KB, 38 views)
__________________
Change everything till it works!!! Test, test, test...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #185 (permalink)  
Old 09-07-2008, 06:26 AM
Junior Member
 
Join Date: Jan 2008
Posts: 3
amaladi is on a distinguished road
Here I found EA for breakeven ...

Quote:
Originally Posted by amaladi View Post
... thanks ... then that's all what I need
... and I think in combination with autobuy/autosell will be great ....

thanks in advanced .....
Attached Files
File Type: mq4 BreakEvenExpert_v1.mq4 (3.1 KB, 35 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #186 (permalink)  
Old 09-07-2008, 06:30 AM
Junior Member
 
Join Date: Jan 2008
Posts: 3
amaladi is on a distinguished road
That means I have to make manually ....

Quote:
Originally Posted by radatats View Post
The breakeven feature can't be put into this script because it is a future event. Scripts are one time executions. For the feature you want you can either use a different script manually or an EA which will run all the time and perform the move to breakeven on its own for you.

I have attached one of each for you. They are available on this Forum and you can read about them there. There are certainly others.

I didn't write these, I just use them and many thanks to those that did write them. They make my life so much better!

Steve

First run script autosell/autobuy and then stepstopexpert, right? it's possible to combine it in one EA?

thanks ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #187 (permalink)  
Old 09-08-2008, 06:17 AM
Junior Member
 
Join Date: Dec 2006
Posts: 3
wauyu is on a distinguished road
Quote:
Originally Posted by radatats View Post
Try this script for placing multiple pending orders like grid trading. It places both buy and sell orders above and below current price so you may want to redo it if you only want to go one way.

I have used it in demo accounts and it is cool once a trend is under way but you can get killed in a ranging mkt so be careful.

Steve
Thank you for your kind. This script is wonderful but I am looking to find a script that able for me to make only 1 price with multiple orders. It is not a grid type of multiple orders. Let say I want to buy stop at 1.4500 x20 pending orders.

Thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #188 (permalink)  
Old 09-09-2008, 12:43 PM
Junior Member
 
Join Date: Jun 2008
Posts: 4
loum49 is on a distinguished road
Exclamation Script Not Working or Placing orders

Just for the record if anyone is having problems with scripts or the order fails to submit 100% of the time with any particular script.

Here is an easy fix - simply download several different versions of order scripts. For instance if a sell script fails to work periodically then simply download several different sell scripts. Then what I did is set the same hot keys for all of them. To do this "Right click" on your selected order script for example let's say a sell script then select "Set Hot Key", set them all using the same hot key like CTRL + S for all of your different versions of Sell Scripts..

I was having constant issues with my order, take profit and close all losers scripts and this is what I did to make sure I have a fail safe order system with hot keys. Now I have several hot keys setup for my scripts so if one fails another script will still submit the order..

LouM49


I hope this helps someone out there that has issues with hot keys and scripts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #189 (permalink)  
Old 09-09-2008, 02:46 PM
Member
 
Join Date: Jun 2008
Posts: 72
MoreYummy is on a distinguished road
can I use this script to close all pending, all opened at specific time? And stop all EAs before these?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #190 (permalink)  
Old 09-10-2008, 03:01 AM
fxgrm's Avatar
Member
 
Join Date: Mar 2007
Posts: 91
fxgrm is on a distinguished road
CloseAll EA that triggers on Drawdown %

Hello:

Is there an EA that closes all open orders once a preset Drawdown percentage value is reached instead of a hard dollar amount?

This would be good since a % value would still be valid as the equity grows.

Example: Set the closeall drawdown % value to 25% on a $10,000 balance.

Once the account goes into drawdown of 25% ($7500) the then EA closes all open orders.

But if the account balance keeps growing and reaches $12,000 then goes into Drawdown of 25% ($9000) it then closes all open orders.

Thanks in advance
__________________
The M5 Cyborg EA - Target of 1% per Trading Day!
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:00 AM.



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