If you are running your Trading terminal in a remote server, then you need to expose the port that is given for EA to public internet. To do this we can use NGrok reverse proxy.
- Visit ngrok website and create a free account.
- Download the ngrok agent and unzip files.
- Open a new terminal in unzipped folder.
- Execute command:
ngrok config add-authtoken YOUR_AUTH_TOKEN_HERE
. Replace YOUR_AUTH_TOKEN_HERE with your own auth token. This is shown in ngrok account dashboard. - Then you can expose the trading terminal port by executing the command:
ngrok http YOUR_PORT_HERE
. Replace YOUR_PORT_HERE with EA port. - Then ngrok will give you an https address. You can use this address in browser extension.