Maximum 2 trades per day then STOP
-
-
Hi guys,
I have done a search for this, and tried various options such as Less than "n" trades are running etc but I can't seem to find my answer, hope you can help.
Quite simply I want to stop trading for the day after 2 trades. I have a Time Filter set for the day & after 2 trades I want to stop the EA from trading until the next day. I have tried various settings such as Trade loop & History trade loop but I can't seem to get it. I also tried setting flags but I can't get these to increment by 1 to count up 2 trades.
I imagine it's very simple to do, but I'm going around in circles here! I'd be grateful if someone could be of assistance

Thanks.
-
Max 2 trades between 0:00 and 0:00, max 2 trades between XX:XX and YY:YY... it depends.
But some combination with "Check trades count", "Counter: Count n then pass", "Counter: Reset", "Once a day"... depending on what is needed.
Or if something like "Twice a day" can be used (there is no such a block), I can imagine two "Once a day" blocks connected in a way similar to these conditions: http://fxdreema.com/demo/applying-or-logic-method1 - in this case you will have 2 possible passes, which will automatically reset at 0:00 (because of the new daily bar).