
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
Hello dear programmers. I shall want to know how shall I disable Expert Advisor from trading if time exceeds a time interval ?
for example if I have datetime time=20:00;
datetime time1=TimeCurrent();
if(time1>time)
{..stop trading .. if I use ExpertRemove can he enable again the EA ? I shall want after expiration never to use it. Thank you.