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 04-13-2007, 04:36 AM
Money Duck's Avatar
Member
 
Join Date: Nov 2006
Location: http://www.butchwampler.com
Posts: 85
Money Duck is on a distinguished road
Profit Management EA

I am looking for an EA that when added to a chart will place a trade and manage the profit of the trade.

Entry is manual. This is based off of finding an entry after a pair breaks a TL and retraces to a FIB level. Iam going to attach an image of a trade I took this week. This set-up is for manual trades that are found.

The EA needs to be able to place 10 lots on and pull off 'x' amount of pips at each tarket level.

If it is possible it would be nice to put in FIB EXTENSION levels for the LIMITS instead of an amount of pips. Also, nice to put in an actual STOP LEVEL instead of an amount of pips for the stop.

Would also be nice to have a trailing stop that will move up in blocks.

TRADE SETTINGS:
Lots: 10
Stop Loss: 30 (or stop level: example: 1.2230)
Target1: 20 (or FIB EXT level: example: 1.2330)
LotsToClose1: 2
Target2: 40 (or FIB EXT level: example: 1.2350)
LotsToClose2: 2
Target3: 60 (or FIB EXT level: example: 1.2370)
LotsToClose3: 2
Target4: 80 (or FIB EXT level: example: 1.2390)
LotsToClose4: 2

TRAIL SETTINGS:
UseTrailingStop: True
TrailingStop: 40


Hopefully someone knows of an EA that comes close to this or can make one. Any help would be appreciated.

Thanks,
Money Duck
Attached Images
File Type: gif chf2.gif (31.7 KB, 492 views)
File Type: gif ch3.gif (31.1 KB, 418 views)
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 04-16-2007, 03:30 PM
Money Duck's Avatar
Member
 
Join Date: Nov 2006
Location: http://www.butchwampler.com
Posts: 85
Money Duck is on a distinguished road
Does anyone have an EA like the one mentioned in the first post or can anyone code it?
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 04-16-2007, 06:38 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
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
As I know that we have 4 or 5 EAs which are trailing the the orders in anyway. Besides there is some EA (probable in elite section) to palce the order immediately after attaching it to the chart. But I think we do not have any EA which is doing the same thing +
trendlines and fibo.

Please find the link about what we have concerning this subject. there are some EAs in elite section (3 or 4) but I am not giving the links. Elite members may go to links section to see the same.

Sorry if some links are repeated.

Trailing stop EAs/scripts.
- 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. - elite section.

- 'Close all' scripts and CloseOnTime EA are here.
- scripts for opening of manual orders with Magic Numbers 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.

- StepStopExpert EA from Igorad. I used this EA for the orders opened manually. It works. Ready to use and for everybody. It is very simple EA to move trailing stop. All the settings are changable.

- Tight Trailing Stops EA from Nicholishen.

- Kalenzo posted trailing stop code here which may be used in EAs (for programmers).

- some trailing stop codes (mostly usefull for programmers) are here.

- Trailing Stop EA posted long time ago.

- E-ASEClose Expert from KIMIV.

- many trailing files are here. I tried it some time ago.

The other thread about tailing stop with some codes was started here.

The other EA for trailing stop is here.
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 04-16-2007, 07:36 PM
Junior Member
 
Join Date: Mar 2006
Posts: 10
omid650 is on a distinguished road
Quote:
Originally Posted by newdigital
As I know that we have 4 or 5 EAs which are trailing the the orders in anyway. Besides there is some EA (probable in elite section) to palce the order immediately after attaching it to the chart. But I think we do not have any EA which is doing the same thing +
trendlines and fibo.

Please find the link about what we have concerning this subject. there are some EAs in elite section (3 or 4) but I am not giving the links. Elite members may go to links section to see the same.

Sorry if some links are repeated.

Trailing stop EAs/scripts.
- 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. - elite section.

- 'Close all' scripts and CloseOnTime EA are here.
- scripts for opening of manual orders with Magic Numbers 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.

- StepStopExpert EA from Igorad. I used this EA for the orders opened manually. It works. Ready to use and for everybody. It is very simple EA to move trailing stop. All the settings are changable.

- Tight Trailing Stops EA from Nicholishen.

- Kalenzo posted trailing stop code here which may be used in EAs (for programmers).

- some trailing stop codes (mostly usefull for programmers) are here.

- Trailing Stop EA posted long time ago.

- E-ASEClose Expert from KIMIV.

- many trailing files are here. I tried it some time ago.

The other thread about tailing stop with some codes was started here.

The other EA for trailing stop is here.
newdigital
I recieve error message for this link . Is it at ellite section ?
If so may you post it here ?
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 04-16-2007, 08:48 PM
Junior Member
 
Join Date: Aug 2006
Posts: 14
ThomasB is on a distinguished road
Why would you use a strategy like this? One of those stops is the most profitable (that has to be), so why not close all at that stop?
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 04-17-2007, 07:06 AM
Money Duck's Avatar
Member
 
Join Date: Nov 2006
Location: http://www.butchwampler.com
Posts: 85
Money Duck is on a distinguished road
Thumbs up

Quote:
Originally Posted by ThomasB
Why would you use a strategy like this? One of those stops is the most profitable (that has to be), so why not close all at that stop?
That is true that the last TAKE PROFIT area is the most pips away, but not every move goes the distance. Some of them only hit FIB EXT 1 - then reverse. Some go to FIB EXT 2 - then reverse. Some to to FIB EXT 3 - then reverse. And some continue on from there.....that is why we leave a few lots on to ride the rest of the trade....if it continues.

Nothing new on this strategy. Been around for years....Most traders are using EAs with set limit numbers instead. Manual system...pull fibs to get targets and use those to lock in profits.



Thanks for the links, NewDigital....I will check them out and look for the ones in the Elite Section.
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 04-17-2007, 07:19 AM
Money Duck's Avatar
Member
 
Join Date: Nov 2006
Location: http://www.butchwampler.com
Posts: 85
Money Duck is on a distinguished road
Quote:
3. MultiPositionExpert. - elite section.
Could not find this EA in the Elite Section.
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 04-17-2007, 10:00 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
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 omid650
newdigital
I recieve error message for this link . Is it at ellite section ?
If so may you post it here ?
It is from elite section. But it was some public thread as well to modify the orders by mouse (could not find it sorry).

Quote:
Originally Posted by Money Duck
Could not find this EA in the Elite Section.
There are files thread and links thread (sticky threads) in elite section. So elite members are able to find EAs/indicators in very easy way. It is closed threads so I can post only.

There are two way to "fix the problem" with searching the files/indicators/EAs on the forum:
- go to elite section to see those files and links threads;
and/or
- I may copy those two threads from elite section to the public (in "as is" way) because it is the links only.

I started to do it (files thread and links/systems/indicators thread) from elite section because it is more smaller place and easier to do. But I think we should have the same things in public as well.

But, anyway people will ask "where can i find ..."
Irrespective off. That is why I don't speed this process up.
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 04-17-2007, 02:44 PM
Money Duck's Avatar
Member
 
Join Date: Nov 2006
Location: http://www.butchwampler.com
Posts: 85
Money Duck is on a distinguished road
Quote:
Originally Posted by newdigital
It is from elite section. But it was some public thread as well to modify the orders by mouse (could not find it sorry).



There are files thread and links thread (sticky threads) in elite section. So elite members are able to find EAs/indicators in very easy way. It is closed threads so I can post only.

There are two way to "fix the problem" with searching the files/indicators/EAs on the forum:
- go to elite section to see those files and links threads;
and/or
- I may copy those two threads from elite section to the public (in "as is" way) because it is the links only.

I started to do it (files thread and links/systems/indicators thread) from elite section because it is more smaller place and easier to do. But I think we should have the same things in public as well.

But, anyway people will ask "where can i find ..."
Irrespective off. That is why I don't speed this process up.
Thanks NewDigital for your help.

If this forum is like most which I am sure it is....if you post a link to the Elite Section out here in the main forum....they will not be able to access it unless they are a member anyway. Good extra advertisement for it.
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
Order Management Kurka Fund Expert Advisors - Metatrader 4 10 12-06-2006 04:28 AM
profit Vs Profit factor cardio Metatrader 4 4 02-10-2006 07:24 PM


All times are GMT. The time now is 09:07 AM.



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