Break-Even
-
Hi all,
First of all, sorry if this issue was already discussed here, but since the forum Search is not working, i cant' find it.
I need some help of how can i do this break-even strategy.
I'm writing an EA that can place multiple types of orders (at different times), meaning, i can have 2 or more Buys (or Sells) at the same time.
Let's suppose this situation:
How can i change the Break-Even for each trade once the price reaches a specific indicator line?
When Buy 1 reaches the indicator line, SL goes to BE (only the Buy 1)
When Buy 2 reaches the indicator line, SL goes to BE (only the Buy 2)
When Buy 3 reaches the indicator line, SL goes to BE (only the Buy 3)Thank you in advance
-
@jferreira Use group number to place trade, chec and move sl by the group number.
-
@jstap said in Break-Even:
group number
But that way, how can i differentiate between multiple buys and sells?
Are you referring to this?
-
@jferreira Yes so if every trade is placed by a different group number, you can then use this to control trade, you can control multiple trades by using commers like 0,1,2,56,69 etc