Send messages between application via websoket
Hi!
Can you make some function, that allow send some free text messages between application via websoket?
(indentifity of sender and reciver - account number)
for example
i want send message between my application, that run on different accounts - "stop trade by 2 hour on EURUSD"...
i think it will be great to communicate application without use some other exchange server
Comments
Hello. You can create a client-server connection using websocket.
Best Regards