Simultaneous Pending order when open a trade
-
Please kindly help me if you know how to create a pending order when attempting each trade. Suppose If I am manually open a buy trade simultaneously want to open a pending sell order at the stop-loss of the buy order.
-
To clarify;
when you open a active trade you want to create a 2nd that is pending. When that current active trade closes, you want the pending trade to execute? -
@jsauter86 Hi
Thankx for your comment
Actually I don't want to close any order. I want to keep both orders
But when it moves to risk zone I need to activate the second order in order to balance. ( Hedging Kind of ) -
@prasa1000 said in Simultaneous Pending order when open a trade:
@jsauter86 Hi
Thankx for your comment
Actually I don't want to close any order. I want to keep both orders
But when it moves to risk zone I need to activate the second order in order to balance. ( Hedging Kind of )Ah ok, so logically I think it would be something like...loop for each trade, pips away from stoploss, at the same time as that action happens, that would be the time to execute the pending trade?
I am not advanced enough to even think of how to do that, sorry. I'll leave it to the pros. Good luck, I'll be watching to see how their though process is.
-
@prasa1000 You need to do this on the 'on trade tab'

This example is for manual buys only. You need to duplicate it for sells by creating a new variable.
-
@l-andorrà Thankx for your reply,,, I was not in touch that's why the late response ( sorry for that)
Yeah I will try this too ,