Skip to content
Open Trading edited this page Feb 23, 2016 · 7 revisions

Test Expert

There are two test expert advisors:

Troubleshooting

During debugging, we have had cases with the compiled DLL OTMql4Zmq of the expert not being able to be removed: this is not normally the case, but only when we have errors in our code.

If this happens, it may precent Mt4 from exiting cleanly. If so, you must kill Mt4, and then manually edit the profile for that chart to remove the expert. Go to the profile directory of your Mt4 installation and read the file lastprofile.ini to find out what profile you are currently using. Then go into that directory and search the chr files for the ones that contain an <expert> section. Remove the section that starts with <expert> and ends with </expert>, inclusive. Also remove any backup files your editor might make, as all files in this directory get read by Mt4. Then restart Mt4.


Parent: Home

Clone this wiki locally