Follow us on
Forgot your password?
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 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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!Share this post on Twitter!
Reply With Quote
  #2 (permalink)  
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!Share this post on Twitter!
Reply With Quote
  #3 (permalink)  
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!Share this post on Twitter!
Reply With Quote
  #4 (permalink)  
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, 413 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!Share this post on Twitter!
Reply With Quote
  #5 (permalink)  
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!Share this post on Twitter!
Reply With Quote
  #6 (permalink)  
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!Share this post on Twitter!
Reply With Quote
  #7 (permalink)  
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!Share this post on Twitter!
Reply With Quote
  #8 (permalink)  
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!Share this post on Twitter!
Reply With Quote
  #9 (permalink)  
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!Share this post on Twitter!
Reply With Quote
  #10 (permalink)  
Old 03-02-2006, 09:18 PM
Senior Member
 
Join Date: Jan 2006
Posts: 272
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!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!Share this post on Twitter!
Reply With Quote
Reply

Bookmarks

Tags
break even, break even forex, break even mq4, breakeven, Breakeven EA, breakeven mq4, BreakEven Stop, forex stop move, trade manager


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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
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 05:44 AM.



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