if you want to make it a bit more user friendly, you can add some lines of code in the EA:

if ( !IsConnected() ) { Alert( "Not connected" ); return; }
if ( !IsDllsAllowed() ) { Alert( "DLLs not allowed" ); return; }
if ( !IsExpertEnabled() ) { Alert( "Expert not enabled" ); return; }
...

Last edited by MIGI; 07/26/16 17:15.