MT4 RESTful realtime quotes

easy direct connection to any MT4 and MT5 server

MT4 RESTful realtime quotes

  1. Go to http://mt4.mtapi.be/index.html.
  2. Call /Connect method to get identification token.

3. In websocket test client open link like this ws://mt4.mtapi.be/events?id=UL16092822711656737741 where "id" parameter is identification token from previuos step.

Simple Web Socket test client for chrome browser: https://chrome.google.com/webstore/detail/websocket-test-client/fgponpodhbmadfljofbimhhlengambbn

4. Call /Subscribe method

5. Quotes should start to flow in websocket test client

Leave a Reply