how to place progressive alternating pending orders till TP is hit
-
Example of how I start... this works fine. It opens a buy or sell and then an opposite pending stop order that will be triggered if the initial trade is stopped out and the initial trade goes against me.

The problem I'm having is I need add another pending stop order to back up the pending order that was just activated. I want to do this multiple times till TP hit. Below is a reference of pending order sequence.

Once a TP is hit within a sequence, it starts all over again at block-1
-
You need to do it on the 'on Trade' tab. There you can specify that each new trade created (excet the first one) will launch a pending order. Ypu ca also use group numbers to distinguish that fisrt order from all the later ones.