Is there a condition that can be created in response to an EA taking profit??
-
Is there a condition that can be created in response to an EA taking profit??
-
The Condition block takes 2 values and compares them. If you know what values you want to compare, select them on the left and the right side of the block.
There is one for the profit in "Account", it's called "Profit (Equity - Balance)" and obviously it gives you the difference between equity and balance. Balance is ouf course the last known money you had the last time when you had 0 opened trades.
Otherwise you can check how much profit was made out of the currently opened trades with "Check profit (unrealized)". Also there are those Bucket blocks whete you can do the same in a different way... depends on what value you want to check.
-
@fxdreema thanks I'll give it a try