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 Thread Tools
 
Old 04-14-2007, 06:22 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,159
matrixebiz is on a distinguished road
What is Trailing Stop?

Hello, just looking for an answer to what Trailing Stop does in an EA.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 04-14-2007, 11:36 PM
Senior Member
 
Join Date: Dec 2006
Posts: 121
guernica is on a distinguished road
Quote:
Originally Posted by matrixebiz
Hello, just looking for an answer to what Trailing Stop does in an EA.

Thanks
----------------------------
See this: http://www.interbankfx.com/trailing_stops.php
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 04-15-2007, 12:22 AM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,159
matrixebiz is on a distinguished road
Ok, thanks but if this is the case why wouldn't your TP have kicked in and close the order already? What triggers your set TP then? Does TS override TP?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 05-04-2007, 12:51 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,159
matrixebiz is on a distinguished road
I just understand Trailing Stops yet.
If I have a trade with a TP=15 SL=15 and TS=6
How does the TS of 6 effect this trade? TS doesn't override TP does it?
If the price moves in my favor 6 pips does it move my SL up to it now so if my TP of 15 isn't hit at least I'll still break even with a TP of 6? is that right?
I've read elsewhere that it just moves the SL up 6 pips.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 05-04-2007, 01:43 PM
ralph.ronnquist's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 280
ralph.ronnquist is on a distinguished road
"trailing stop" means to automagically move SL to ensure that it is no more than TS away from current price.

So, yes, as the price moves "up", the SL follows, to maintain the at-most-TS distance from the price. If the price moves down, SL stays put.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 05-04-2007, 01:53 PM
european's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 284
european is on a distinguished road
Trailing Stop

Trailing Stop is a moving Stop Loss which moves in the direction of your trade.


if (OrderType() == OP_BUY) {
if (OrderStopLoss() < Bid-Point*TS) OrderModify(OrderTicket(),0,Bid-Point*TS,OrderOpenPrice()+Point*TP,0,CLR_NONE); }

if (OrderType() == OP_SELL) {
if (OrderStopLoss() > Bid+Point*TS) OrderModify(OrderTicket(),0,Bid+Point*TS,OrderOpen Price()-Point*TP,0,CLR_NONE); }

Last edited by european; 05-04-2007 at 02:18 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 05-04-2007, 02:01 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,159
matrixebiz is on a distinguished road
Yes, so if TS=6, once TS is hit, SL doesn't move SL up 6 but it moves it to bid, correct? so at least your 1 pip in profit if price goes wrong.
Why not just always use a TS of 1?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 05-04-2007, 02:06 PM
european's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 284
european is on a distinguished road
Quote:
Originally Posted by matrixebiz
Yes, so if TS=6, once TS is hit, SL doesn't move SL up 6 but it moves it to bid, correct? so at least your 1 pip in profit if price goes wrong.
Why not just always use a TS of 1?

The smallest TS MQ4 allows, i think, is 8 pips.

Last edited by european; 05-04-2007 at 02:08 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Old 05-04-2007, 02:15 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,159
matrixebiz is on a distinguished road
Quote:
Originally Posted by european
The smallest TS MQ4 allows, i think, is 8 pips.
Ok, lowest might be 6 then, because I've been running firebird for a few weeks now with a TS of 6 and have many trades that have closed with 2pip profit. So I guess that it's working properly then. I never really understood how it worked but I think I get it now. Alot of the trades that were made must not have gotten to my TP but triggered my TS of 6 and closed the trade at bid making at least 1-2pips profit instead of loosing.

Does that sound about right?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Bookmarks
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trailing Stop EA newdigital Expert Advisors - Metatrader 4 42 10-05-2008 10:24 AM
How to set a trailing stop??? theolive9 Metatrader 4 1 12-05-2006 11:12 PM
EA trailing stop JoZo Metatrader 4 6 11-10-2006 01:34 PM


All times are GMT. The time now is 01:58 AM.



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