Or you can create a bit mask and be able to use the optimizer.
input uint dowEnabled=127; // 127 all=[Sunday … Saturday] bool is_dow_allowed(){ return 1<<DayOfWeek() & dowEnabled != 0); }
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I am coding testing an EA idea
Which code do I add so the EA does not open new trades on Friday?
Much appreciated