balance hits certain price so we close profit
-
Hi there,
Does the balance in the condition block count open trades in profit?
Say i have 88000 in balance and my trade is in profit 2100.
I want all postions to close if my open profit for all eas cross $90000 for examle.
Any ideas?
-
@Ren12 You need to add these blocks in ALL your EAs:

-
Is this only open profit? Does it include the entire balance?
-
This is the current profit, if you want all to close if equity reaches an amount you have to set up a tree that will do this. Equity>= x.xx -- close trades. If you want this dynamic over something like a day check profit (period of time).
-
and equity means balance + open profit ?
-
.....Yes