Trader_V Posted August 30, 2020 Report Share Posted August 30, 2020 I've written some software using the HTTP API MVT interface and would like to issue commands (like SetLinkedSymbol and GetLastQuote) from my software on machine 1 to the MVT running on the 2nd machine. The API setting is turned on for both machines and the "Allow HTTP connections from local/private network" is checked. However, the API calls using the IP address from the 2nd machine fail. For example, I've tried http://192.xxx.xxx.xxx:16239/req?GetLastQuote(ACTIVE) in my browser to see if commands issued to machine 2 will work and the call always times out, whereas http://127.0.0.1:16239/req?GetLastQuote(ACTIVE) for machine 1 works great. (Also, I'm able to ping machine 2 from machine 1.) Any ideas on how to get it working? Thanks. Quote Link to comment Share on other sites More sharing options...
Jerry Medved Posted August 30, 2020 Report Share Posted August 30, 2020 not sure. will check. email us with exact details. Will check there. BTW, we are working on a full API via WebSockets if you are interested, including trading Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.