Max number of daily trades
-
I want my EA not to take any more trades after two losses in a day or a win trade in a day.
How do I go about that? -
Use bucket of trades to get result, compare this in a condition block above trade block..
-
I'm sorry but I really do not understand, do I share a link of the current EA? Or if you can just tell how I can use bucket of trades to fix it
-
I tried what you said but I cannot get how to do it
here is the link the the EA, I want it to not take a trade after 2 losses a day or one profit trade per day
https://fxdreema.com/shared/CSyH37Lne -
Have just looked at it, and it won't work. On ontrade tab purple trade closed block->blue check profit (last closed)->orange add 1 to win variable->yellow add 1 to loss variable. Check tis variable above buy/sell, reset these to o once a day.
-
I am sorry I could not do it, I tried but I am stucked
https://fxdreema.com/shared/FKVrXJcLb
I do not understand the orange and yellow variable -
-
@l-andorrà if you do not mind, please can you help provide an answer.
-
Did you try jstap's suggestion? That would work.
-
If it can be elaborated further since I tried and I did not understand it actually.
-
I notice this is the same structure of the other thread you created. I replied there. Please don't duplicate threads.
-
Okay, I will mark this as resolved.