How to close the initial order within averaging?
-
Hello all Great People!
My question : How to close the initial order within averaging?
Let see the example :1 Open Buy : lot 1 (This is named as the initial open trade)
2 Next unfortunately the price is down, so by using pips away as averaging, there is New open buy : Lot 2So How to close the initial Open Buy (Lot 1) once meet certain condition?
Thank you in advance!
-
@zedeai2 You can find it this way:

-
-
@l-andorrà Hello, I tried it but seems a single opened trade is also closed automatically.
So How about to close the initial order within bucket of averaging. how is the block structure?
Always thank you!
-
You didn't say that shouldn't be applied to one only open trade. Do you mean that it shouldn't? In that case you need to add a condition below the 'for each trade' block requesting at leat two trade need to be open.
-
@l-andorrà Hello,
Sorry, my initial explanation was not complete. And how to create block that requesting at least two trade need to be open?
Thank you
-
Not sure I fully understand what you mean. Do you need at least two open trades in order to close the oldest one only? Is that what you mean?
-
@l-andorrà Hello, Yes that's what I mean
-
@zedeai2 Then you need to use this block on top of 'For each trade':

-
@l-andorrà Great! Always Thank You for helping me.
You're the best

And let me try it
-
You're welcome.