B BennSmythe111 Newbie Messages 2 Likes 0 Nov 20, 2008 #1 Hi there, first post here. Can someone please explain or provide a link on how to set trailing stops using MT4? I use alpari UK MT4. Thanks
Hi there, first post here. Can someone please explain or provide a link on how to set trailing stops using MT4? I use alpari UK MT4. Thanks
kriss Junior member Messages 42 Likes 2 Nov 23, 2008 #2 Hi, You can write EA to manage your trades, use OrderModify() function to change SL when certain condition is meet. Be sure to NormalizeDouble(SL, Digits) first. Kriss.
Hi, You can write EA to manage your trades, use OrderModify() function to change SL when certain condition is meet. Be sure to NormalizeDouble(SL, Digits) first. Kriss.
shadowninja Legendary member Messages 5,524 Likes 644 Nov 23, 2008 #3 Why can't you just right-click on the order/position (where it gives the current profit/loss) and select "trailing stops"...
Why can't you just right-click on the order/position (where it gives the current profit/loss) and select "trailing stops"...