Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
Forex Forum Register More recent 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 07-31-2007, 09:01 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,218
matrixebiz is on a distinguished road
Need EA to control SL

Hello, I've seen alot of EAs coded that use SL as a global multi trade close system.
So if I have SL set at 25 and 5 trades open and they all get to -5 pips well that ='s 25 so the EA will close them all.
Is there a simple SL EA around here that I can use that will look at each trade as an individual and close it once the SL is set?

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 08-01-2007, 12:23 AM
carllos's Avatar
Member
 
Join Date: May 2006
Location: Portugal
Posts: 64
carllos is on a distinguished road
Talking

Quote:
Originally Posted by matrixebiz View Post
Hello, I've seen alot of EAs coded that use SL as a global multi trade close system.
So if I have SL set at 25 and 5 trades open and they all get to -5 pips well that ='s 25 so the EA will close them all.
Is there a simple SL EA around here that I can use that will look at each trade as an individual and close it once the SL is set?

Thanks
Humm.. Arnīt you confusing things?
Usualy EAs have an SL that is trigered for EACH order, NOT for all orders. Where you get that idea?
If you need an EA for SL/TP pm me.

cheers
__________________
"Hoe ur pips mate?"
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 08-01-2007, 12:41 AM
Senior Member
 
Join Date: Dec 2006
Location: Ukraine
Posts: 513
Shinigami is on a distinguished road
matrixebiz
I'll make it 10% cheaper!
__________________
MQL4 programming is easy ^^
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 08-01-2007, 01:25 AM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,218
matrixebiz is on a distinguished road
Quote:
Originally Posted by carllos View Post
Humm.. Arnīt you confusing things?
Usualy EAs have an SL that is trigered for EACH order, NOT for all orders. Where you get that idea?
If you need an EA for SL/TP pm me.

cheers
Well for example Firebird;
extern int Stoploss = 150; // total loss on all open positions in pips
Closes all open orders when total SL is hit and I don't like that
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 08-01-2007, 01:29 AM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,218
matrixebiz is on a distinguished road
The TrailingStop EA I use is;
http://www.forex-tsd.com/67956-post14.html
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 08-01-2007, 09:40 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,083
Blog Entries: 243
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
If every trade is having it own magic number so it is not dificult: stop loss EA may controll every trade.
If all the trades are for the same pair so: attach one stop loss EA to controll one trade with one magic number to the chart, the other stop loss EA to controll the other trade with other magic number and so on. If it is for different pairs so it iseasy case.

Bu the way, it is all similar EAs/scripts/tools which we have in this public forum and in elite section as well:

Trailing stop EAs/scripts.
- There are many trailing stop EAs: if you open the order and don't want to pricess the order manually - so those EA may do everything for you.
- script to modify the order by mouse on the chart is here.
- StepStopExpert_v1.1: EA to trail the orders.
- EMATrailing Stop EA: trailing stop based on an EMA. Original thread is here.
- Trailing stop EA with instruction in pdf file about how to use it is here.

EA which is managing the other EAs/orders (closing on loss, profit, equity, magic numbers and so on):
1. CloseAll-PL EA is here.
2. CloseTrades_After_Account_Profit_Reached Ea is here.
3. MultiPositionExpert. Please read this thread before using this EA: this EA is managing the other EAs' trading concerning magic number, profit, loss, equity and so on.
- Fixed version of MultiPositionExpert 1.12 version is here.
- New 1.13 version is here.
- Updated 1.14 version is here (BTW, I am using 1.12 version with real money sometimes and it works fine).
- Updated 1.15 version is here: pending orders delete and alert options:
CloseMode: 0 - Close All orders(open and pending),1-close only open orders
AlertMode: Alert mode: 0-off,1-on
4. The Colonels Chariot EA is here.

Swiss Army EA (Automatic order management) with pdf instruction is here:
Quote:
How to use it:
Apply it to a chart. By default, it is set to manage all orders that are currently in the terminal. This can be changed by changing the "ManageBy" options. It will perform trailing stops, breakevens, or closing of orders (as specified by user) for whatever orders it is allowed to manage (also specified by user). The EA will print to the screen what it is allowed to do, so that should help you along in figuring out what it is doing.
- 'Close all' scripts and CloseOnTime EA are here.
- EquityMangager V2: original thread.
- ShowLeverage script is here.
- MaxMargin2. This EA prints comments in the upper left corner of the chart: account balance, account equity, current margin, max margin, time and date of the last tick.
- scripts for opening of manual orders with Magic Numbers are here.
- tools to monitor spread and swap are here.
- SpreadToCheck EA (spread checker): expert will record current time and current spread in *.csv file.
- spread monitor indicator is here.
- EA to delete pendind orders on specify pairs only: original thread.
- EA to delete all pendind orders: original thread.
- EA to close the orders on specify pairs only: original thread.
- EA to close open trades based on equity or account floating loss reaches: public thread.
- HotKey for buy/sell orders: the thread is here.
- EA for buy/sell at specific price: original thread.
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 08-01-2007, 01:03 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,218
matrixebiz is on a distinguished road
Thanks for the info
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 08-01-2007, 02:18 PM
Bongo's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 498
Bongo is an unknown quantity at this point
newdigital,
do we have EA that is buying and selling on certain conditions
As for example :
if(iRSI(NULL,0,14,PRICE_CLOSE,0)>iRSI(NULL,0,14,PR ICE_CLOSE,1)) buy...
if(iRSI(NULL,0,14,PRICE_CLOSE,0)<iRSI(NULL,0,14,PR ICE_CLOSE,1)) sell ...

This is not Martingale strategy. EA is opening max 10 trades, 6 are BUY, 4 Sell possitions.
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
  #9 (permalink)  
Old 08-01-2007, 03:58 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,083
Blog Entries: 243
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
I don't think it will be profitable.
Some other EAs are on RSI thread http://www.forex-tsd.com/setup-quest...indicator.html
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
  #10 (permalink)  
Old 08-01-2007, 04:48 PM
Bongo's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 498
Bongo is an unknown quantity at this point
Thanks.
I'm not exactly looking for RSI EA.
Any EA that is buing and selling same pair of currency
based on price movement. Something as a hedging strategy.
If price go up-buy, if go down sell. You have max. 10 trades
on EURUSD, 6 are buy, 4 sell.
Something as a PipMaker.
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
Trade at control points boostrade Expert Advisors - Metatrader 4 2 02-13-2007 12:28 PM
Control Points inwestorthc Setup Questions 1 10-18-2006 12:27 PM
NewsTracker to control EAs around newstime phampton Metatrader 4 1 08-25-2006 09:27 AM
Squelch Control Indicator cucurucu Suggestions for Trading Systems 4 02-09-2006 09:25 AM


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



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