Running Python Script on Windows Desktop - MetaTrader VPS

 
If I am running my Python script on my Windows Desktop, which will launch/login to MT5, if I have a VPS with Meta trader and it is turned on, when my script executes my trade, is it using the VPS or my desktop client connection?
 
XenoDuckyIf I am running my Python script on my Windows Desktop, which will launch/login to MT5, if I have a VPS with Meta trader and it is turned on, when my script executes my trade, is it using the VPS or my desktop client connection?

Your Python script is always using the local MetaTrader terminal and has nothing to do with any MetaTrader VPS system in use. 

The MT5 Python API is for local python use. MetaTrader's VPS system does not support Python API.

 
Fernando Carreiro #:

Your Python script is always using the local MetaTrader terminal and has nothing to do with any MetaTrader VPS system in use. 

The MT5 Python API is for local python use. MetaTrader's VPS system does not support Python API.

thanks Fernando