| New signals service! | |
|
|||||||
| 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 |
|
|
|||
|
|||
|
Quote:
See this: http://www.interbankfx.com/trailing_stops.php |
|
|
||||
|
||||
|
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. |
|
|
||||
|
||||
|
Quote:
The smallest TS MQ4 allows, i think, is 8 pips. Last edited by european; 05-04-2007 at 02:08 PM. |
|
|
||||
|
||||
|
Quote:
Does that sound about right? |
| Bookmarks |
| Thread Tools | |
|
|
|
|
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 |