DAILY CLOSER
-
Hello, please I would like to know how to add blocks which would have to close all trades and stop EA from trading for the day till the next, when my total profit reaches a certain amount.
-
check profit (period of time) < x.xx - allow trades to be placed
check profit (period of time) > x.xx - close all -
@jstap thank you very much sir, but please I need a detailed examples using blocks, for better understanding.
-
Add those blocks < to the top of your buy/dell tree, > in a separate close tree. Add a shared link to see project if not working
-
@Ben-Romewel This is the general structure you need:
-
@l-andorrà thank you sir.
-
@Ben-Romewel You're welcome.