beyhan dinc:
Hi,
Could you please tell me what should i do to make an EA available for only strategy tester?
Where and what should i add to the source code?
Thanks...
if (IsTesting()) { // Do something } else { // Do nothing }
Stuart Browne:
Thank you very much.
Best Regards...
beyhan dinc:
Very welcome ;-)
Thank you very much.
Best Regards...

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
Hi,
Could you please tell me what should i do to make an EA available for only strategy tester?
Where and what should i add to the source code?
Thanks...