@setsuna said in Pending doenst work. I like some feedback!!:
@l-andorrà Im a little confuse. the administrator said and i quote: When you see the word "Trade", it means running order. While pending orders are these Stop or Limit orders who are waiting to be triggered and become "trades" . So if i use for each trade that means it is trading right?
'For each trade' is a block looking for all open trades right now, not pending orders. Trailing stop is only operative on open trades. This is why you need it. If you launch several pending orders, none of them will be an open oders until the price reaches the entry level. Then 'For each trade' will identify it and will apply the trailing stop rules on it.


