Forum

How to include dll?

When I try to include a dll, #include "TWSLib.dll" file I get the following error: '婍' - unexpected token, probably type is missing? TWSLib.dll 1 1

Ontester printing and file writing.

I am trying to write test results to a file but cannot see error message and file is not created, the file gets created on my local machine but not on server and logs, alerts, etc do not show on either. I have full optimization logs checked. double OnTester () { Print ( "test" ); Alert (

Automating and updating EA from python.

If I have an EA (MyEa.ex5) and a set file (Params.set). Can I use a python script to automatically start the EA, read the results when done, update the .set file and repeat the process