Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4


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

 
 
LinkBack (2) Thread Tools
 
Old 01-24-2006, 01:55 AM
Junior Member
 
Join Date: Nov 2005
Posts: 17
gsepulveda71 is on a distinguished road
Move Stop to Break even

Hello, I would like to ask if you guys know what is the best way to move stop to break even at XX amounts of profit in Metatrader 3.

I have seen some experts that do that on M4 but not sure if is possible to do that in M3.

Thanks in advance

GS
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-24-2006, 10:02 AM
Junior Member
 
Join Date: Oct 2005
Posts: 28
bill3002 is on a distinguished road
Go here: http://www.lightpatch.com/forex/

Look for: Mauro 10pip v1.mql
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-24-2006, 10:49 AM
Junior Member
 
Join Date: Nov 2005
Posts: 17
gsepulveda71 is on a distinguished road
Quote:
Originally Posted by bill3002
Go here: http://www.lightpatch.com/forex/

Look for: Mauro 10pip v1.mql
Thanks a lot Bill3002, I will take a look.

GS
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-28-2006, 09:30 PM
Nicholishen's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 531
Nicholishen is on a distinguished road
Quote:
Originally Posted by gsepulveda71
Hello, I would like to ask if you guys know what is the best way to move stop to break even at XX amounts of profit in Metatrader 3.

I have seen some experts that do that on M4 but not sure if is possible to do that in M3.

Thanks in advance

GS

Here is some code that you can use that we put together to track trailing stops on muliple orders with the same or different currency. The problem we had was tracking tight trailing stops as the orders in the trading pool always change. This method tracks the trailing stop price and stops within an array, where the ticket numbers are paired with the corresponding stops.

TStopPoint- Sets the point (profit by pips) where the Trailing stop kicks in.

TStopPips - Sets the number of pips that the trailing stop will trail until the close order executes.

Hope this helps!
Attached Files
File Type: mql Tight Trailing Stops Multi-Orders.mql (3.7 KB, 189 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 01-30-2006, 12:12 AM
Junior Member
 
Join Date: Nov 2005
Posts: 17
gsepulveda71 is on a distinguished road
Quote:
Originally Posted by Nicholishen
Here is some code that you can use that we put together to track trailing stops on muliple orders with the same or different currency. The problem we had was tracking tight trailing stops as the orders in the trading pool always change. This method tracks the trailing stop price and stops within an array, where the ticket numbers are paired with the corresponding stops.

TStopPoint- Sets the point (profit by pips) where the Trailing stop kicks in.

TStopPips - Sets the number of pips that the trailing stop will trail until the close order executes.

Hope this helps!
Wow Nicholishen, I will give it a try, thanks very much.

It sounds very good.

Regards

GS
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 03-01-2006, 02:13 PM
Junior Member
 
Join Date: Nov 2005
Posts: 17
gsepulveda71 is on a distinguished road
Question

Quote:
Originally Posted by Nicholishen
Here is some code that you can use that we put together to track trailing stops on muliple orders with the same or different currency. The problem we had was tracking tight trailing stops as the orders in the trading pool always change. This method tracks the trailing stop price and stops within an array, where the ticket numbers are paired with the corresponding stops.

TStopPoint- Sets the point (profit by pips) where the Trailing stop kicks in.

TStopPips - Sets the number of pips that the trailing stop will trail until the close order executes.

Hope this helps!
Hello Nicholishen: I would like to know if there are a way to just move the stop to break even at certain amount of pips without the trailing stop.

Thanks in advance

GS
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 03-01-2006, 09:04 PM
Nicholishen's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 531
Nicholishen is on a distinguished road
Quote:
Originally Posted by gsepulveda71
Hello Nicholishen: I would like to know if there are a way to just move the stop to break even at certain amount of pips without the trailing stop.

Thanks in advance

GS

Sure there is a way to do anything. Tell me more about the criteria for which you would want to move the stop. I will be more difficult to program in MT3...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 03-01-2006, 09:31 PM
Junior Member
 
Join Date: Nov 2005
Posts: 17
gsepulveda71 is on a distinguished road
Quote:
Originally Posted by Nicholishen
Sure there is a way to do anything. Tell me more about the criteria for which you would want to move the stop. I will be more difficult to program in MT3...
Thanks for your fast reply Nic.

Well I have a normal channel strategy that I move the stop loss to break even at xx amount of pips, then sometimes take half profit and sometimes not, Depends on the currency and the time frame. No need of trailing stops.

Can you help me with an expert that could do that in M3? Half profit without enter aditional order and move stop loss to break even at xx amount of pips.

Thanks Nic

GS
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 03-02-2006, 02:44 PM
stu stu is offline
Junior Member
 
Join Date: Feb 2006
Posts: 20
stu is on a distinguished road
Move stop to break even after XX # of pips MQ4

Hi Nic

Allow me to introduce myself: My name is Stu and I have a request similiar to that of GS.

I use MT4, and I'd like to have a simple move stop to break even EA. Here are my criteria:

1) I will enter the trade manually based on my entry rules
2) I will initially manually place a HARD stop/loss of 30 pips for all trades
3) I will manually place a take/profit t/p of 40-45 pips for all trades
4) When the trade moves 20 pips in my favor, All I need is the EA to automatically bring stop/loss to break even.

Would you (or another programmer) be able to help me?

I greatly appreciate this MT site, I think it is the ABSOLUTE best site on the web for fellow users of Metatrader to share and profit together!

-Stu
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 03-02-2006, 09:18 PM
Senior Member
 
Join Date: Jan 2006
Posts: 256
haubentaucher is on a distinguished road
Quote:
Originally Posted by stu
Hi Nic

Allow me to introduce myself: My name is Stu and I have a request similiar to that of GS.

I use MT4, and I'd like to have a simple move stop to break even EA. Here are my criteria:

1) I will enter the trade manually based on my entry rules
2) I will initially manually place a HARD stop/loss of 30 pips for all trades
3) I will manually place a take/profit t/p of 40-45 pips for all trades
4) When the trade moves 20 pips in my favor, All I need is the EA to automatically bring stop/loss to break even.

Would you (or another programmer) be able to help me?

I greatly appreciate this MT site, I think it is the ABSOLUTE best site on the web for fellow users of Metatrader to share and profit together!

-Stu

Oh, that would be great somebody could code this!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Bookmarks

Tags
trade manager
Thread Tools

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/expert-advisors-metatrader-4/857-move-stop-break-even.html
Posted By For Type Date
Sound Alert This thread Refback 12-07-2007 07:32 AM
Sound Alert This thread Refback 11-21-2007 08:41 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
EA to Move Stop after each Candle cochran1 Expert Advisors - Metatrader 4 1 09-02-2008 10:07 AM
How do you move a Comment down? matrixebiz Expert Advisors - Metatrader 4 7 09-07-2007 11:13 PM
What makes market to move? SloForeX General Discussion 2 11-24-2006 01:26 PM
The GBP move on Friday 28 July 2006 niceguy777 General Discussion 3 08-01-2006 04:52 AM
How much money to move the market 1 pip? zeroz General Discussion 2 04-11-2006 07:02 AM


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



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