Can I create a bucket of orders with one only?
-
Looking at the examples I see I can create buckets of buys or sells. I would like to know if I can create a bucket including one only buy or sell and not including any other trade.
-
not with bucket, you can do it with For each Trade

-
I knew that. Unfortunately you cannot choose which one by using 'For each Trade'. You can choose one, as is shown at your image, but not a specific one all the time.
-
you can do it with filtering inside that loop, you can filter trades based on your conditions inside that For each Trade loop and find trade that way ...
-
I'll try to filter it. If I don't get it I will let you know. Thank you for your help.