Trade on VPS server only

 

Please Big brother, 

 I need a code snippet to force my EA to only work on VPS servers only and not on my local computer.

Any help would be appreciated....

Thanks in Advance

 
Gbenga Ayodele:

Please Big brother, 

 I need a code snippet to force my EA to only work on VPS servers only and not on my local computer.

Any help would be appreciated....

Thanks in Advance

Please Note that the expert has other strategies that will work on local computer along with this vps like this code for example:

if(Windows_version != WindosServer)
    {
       Vps_Strategy = false; 
       Other_Strategy= true;
    }
 
Gbenga Ayodele:

Please Big brother, 

 I need a code snippet to force my EA to only work on VPS servers only and not on my local computer.

Any help would be appreciated....

Thanks in Advance

Just login with your Investor password in your account: You can watch everything but trading, moving stops, etc is impossible.
 
Carl Schreiber #:
Just login with your Investor password in your account: You can watch everything but trading, moving stops, etc is impossible.

Thanks for the info.....

This request has to do with 

kernel32.dll
#import "kernel32.dll" 

string ZwQuerySystemInformationEx(SYSTEM_INFORMATION_CLASS SystemInformationClass, void InputBuffer, ulong InputBufferLength,void SystemInformation, ulong SystemInformationLength,ulong ReturnLength);
#import
Reason: