Inviare ordini a MT4 da Java via IP - pagina 5

 
JC: Non posso essere disturbato per aspettare che l'ufficio di supporto risponda due volte. Pubblicato come post sul blog seguendo il suggerimento di Fernando:https://www.mql5.com/en/blogs/post/706665
Grazie per il grande contributo. Avrò bisogno di questa funzionalità nel prossimo futuro e mi hai appena salvato dal dover scrivere qualcosa da solo.
 
JC:

Ho postato una libreria socket separata suhttps://www.mql5.com/en/forum/203049#comment_5232176

Ho poi provato a presentare una combinazione del codice in questi due thread al codebase, ma MQ Support non riusciva a gestire il fatto che funzionasse sia su MQL4 che su MQL5, mentre il codebase richiede sezioni separate per MQL4 e MQL5. È rimasto in codebase da giugno in attesa della revisione da parte di MQ. Potrei rinunciare e semplicemente postarlo come argomento del forum...

Ciao,

Ragazzi dove posso trovare l'implementazione del client per MQL4?

 
leonerd:

Ciao,

Ragazzi dove posso trovare l'implementazione del client per MQL4?

https://www.mql5.com/en/forum/203049#comment_5231381

sembra che ho trovato

Raw Socket Client for MT4???
Raw Socket Client for MT4???
  • 2017.06.02
  • www.mql5.com
Hello, I currently have a (raw) socket server by python/php and I want to get Tick() of many pairs from MT4 to this server...
 
leonerd:

https://www.mql5.com/en/forum/203049#comment_5231381

sembra che io abbia trovato

Questo è solo per l'invio di dati. C'è una libreria di socket client per la ricezione?

 
leonerd:

Questo è solo per inviare dati. C'è una libreria client socket per la ricezione?

https://www.mql5.com/en/blogs/post/706665

Socket library for MT4 and MT5
Socket library for MT4 and MT5
  • 2017.09.06
  • www.mql5.com
For anyone not used to socket programming: the model is that you create a server socket; you accept connections on it; and each acceptance creates a new socket for communicating with that client. No data is sent or received through the server socket itself. You create a server socket using an instance of ServerSocket(), telling the constructor...
 
leonerd:

Questo è solo per inviare dati. C'è una libreria client socket per la ricezione?

Controllate queste basi di...Programmazione Socket
Java Socket Programming
  • net-informations.com
A socket is one of the most fundamental technologies of computer network programming . It is a way of connecting two nodes on a network to communicate with each other. Socket-based software usually runs on two separate computers on the network, but sockets can also be used to communicate locally (interprocess) on a single computer. The Java...
Motivazione: