Close all trades and return other day
-
Hi. Does anyone know how to do, when I reach a% of the capital, close all the orders and return only the other day?
thank you! -
Check out this block "Check profit (period of time)". I created it because of this reason.
-
Perfect. Thank you!
-
Please how do I connect this, tried and it still not working.
-
@kingchis
Please I have tried several methods yet none is working, here is the closet I could get. It turns on the block and turns it off immediately.https://fxdreema.com/shared/0LYMq01vb
Please help if I'm getting it wrong somewhere.
P/S: the start_point variable was set as 0 -
@fxDreema
Please I have tried several methods yet none is working, here is the closet I could get. It turns on the block and turns it off immediately.https://fxdreema.com/shared/0LYMq01vb
Please help if I'm getting it wrong somewhere.
P/S: the start_point variable was set as 0 -
You can remove the 'pass' block. It is redundant. What do you exactly need?
-
@l-andorrà
I want my EA not to pick any trade once the daily target profit is reached. It start trading again next day and once daily profit is reached no trade is taking . -
Then you can use this general structure:
-
@l-andorrà
Thank you
Ok, would try it. -
You're welcome.
-
@l-andorrà
used blocks as directed, bot did not stop picking trades after max daily profit reached