Ignore sunday data
-
Hi Guys
Is there anyway to code an EA to ignore Sunday data. I asked towards the end of last year and have been trying to work around this but to no avail. Would really appreciate some help on this. -
@xander
Hi! I've never done this but the MQL4 function DayOfWeek() should get you going:
https://docs.mql4.com/dateandtime/dayofweek
-
Six years later this is very helpful fpr me. Thank you very much @roar !