Daily Profit
-
Hi.
How to create a daily profit condition for all closed operations of the EAs?
Example: Daily Profit> 50 $ close all operations.
Thank you. -
This could be an starting point

Or you can set a variable to use it in a "Condition" block:
If Daily Profit> 50 $, then "Close positions".
-
How do you specify for the very day as against the next day? I tried using this but it didn't work at all.
-
@el-weyinmi What do you need exactly?
-
I believe 'Check profit (period of time)' block can be used for this request.
Regards.