How can I ensure that only 1 trade is made per day?
-

-
The number ID of the 'If trade' block is lower that those 'Once a day'. That means it will always be executed before the other two and every tick, whereas the 'Once a day' columns will be executed just once per day :). Is that what the EA is supposed to do?
-
Hey @l-andorrà thanks for your response!
Ooo i did not know the number ID was sensitive for time filters. Okay i shall give it a tweak and see if it works.
Ultimately the objective of this EA is to only Buy or Sell once a day within the given time range (0900GMT - 0800GMT).
So for example if the bot has already made a buy position and closed it within that time range, there should be no more other trades being made for the remainder of that time range, even if the Buy or Sell condition presents itself again.
At least that was what I was trying to achieve.
-
Try something like this:

Here I load the last closed trade, then I check its age. This is the time since it opened or closed, you will see these settings in "check age". -
@fxdreema sir i want to stop system execute further trade hen first trade is over......
I am using these two blocks with trade setup..sir can u correct me about these two blocks properties..BLOCK,,,,,,
FOR EACH TRADE→_→Loop direction→_→ Newsest to oldest,,,,,,
Not more than n trades→_→1BLOCK,,,,
CHECK AGE→_→Get the age relative to→_→Open time
Age needs to be→_→Older than or equal to
Hours→_→2........
Sir this the arrangement i am doing with my trade setup.......
Sir can u plz explain to me that what can i.get by this arrangement....