Close trade at a specific time
-
https://drive.google.com/file/d/1napT8jJGliC4nrHSrkmnoTm6pARLdSSA/view?usp=share_link
I am making an EA to close trade at a specific time. It is suggested to use "string" in constant box. I did so, however, when testing, it didn't work. What did I do wrong?
-
@kk-6 Add a shared link from here, your project blocks can then be looked at.
-
@kk-6
like this, or like this:
You can also erase the weekday block, or DayOfWeek()==5, if you want it everyday. -
@jstap Thank you! I got it fixed.
Have a beautiful weekend

-
@cpxiom Thank you. It is working fine now.
-
@kk-6 What did you do to fix it