Trailing Pending Orders problem
-
I have a custom indicator that issues a signal and the EA issues a pending order when custom indicator is true. There is no problem with the functionality of that.
The problem I am having is moving the pending order. For instance if there is a buy, the pending order is issued. Price moves down (or away) from the issue of the pending order, I would like the pending order to move with it.
Example, pending order is submitted at 50 pips, then price moves down another 25 pips (or 75 total), then the pending order should move down 25 pips.
I have tried a number of configurations which you can see on the shared link. It currently is linked to just the trade and not an attempt of modification of pending orders.
Thank you for any help!
-
 -
Trailing pending orders block?
-
Thanks for the reply. i tried that in many configurations and could not get it to work. However, I did get a simple indicator to work but for some reason, the custom indicator won't allow it. Any suggestions would be appreciated!
-
@line try something like this http://icecream.me/a07d25c66ef7e305d092079ad6fe45a5
-
@hadees said in Trailing Pending Orders problem:
@line try something like this http://icecream.me/a07d25c66ef7e305d092079ad6fe45a5
Thanks for the input, I will try this out.