IP üzerinden Java'dan MT4'e sipariş gönder - sayfa 5

 
JC : Destek masasının iki kez yanıt vermesini beklemekten canınızı sıkmayın. Fernando'nun önerisini takiben bir blog girişi olarak yayınlandı: https://www.mql5.com/en/blogs/post/706665
Büyük katkı için teşekkür ederiz. Yakın gelecekte böyle bir işlevselliğe ihtiyacım olacak ve siz beni kendim bir şeyler yazmaktan kurtardınız.
 
JC :

https://www.mql5.com/en/forum/203049#comment_5232176 adresinde ayrı bir soket kitaplığı yayınladım

Daha sonra bu iki iş parçacığındaki kodun bir kombinasyonunu kod tabanına göndermeyi denedim, ancak MQ Support, hem MQL4 hem de MQL5 üzerinde çalıştığı gerçeğini kaldıramadı, oysa kod tabanı MQL4 ve MQL5 için ayrı bölümler gerektiriyor. Haziran'dan beri kod tabanında oturuyor ve MQ tarafından yeniden okunmayı bekliyor. Vazgeçebilir ve sadece bir forum konusu olarak yayınlayabilirim ...

Merhaba,

Beyler, MQL4 için istemci uygulamasını nerede bulabilirim?

 
leonerd :

Merhaba,

Beyler, MQL4 için istemci uygulamasını nerede bulabilirim?

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

buldum gibi görünüyor

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

buldum gibi görünüyor

Bu sadece veri göndermek içindir. Almak için istemci soket kitaplığı var mı?

 
leonerd :

Bu sadece veri göndermek içindir. Almak için istemci soket kitaplığı var mı?

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 :

Bu sadece veri göndermek içindir. Almak için istemci soket kitaplığı var mı?

Bu temel bilgileri kontrol edin ... Soket Programlama
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...
Neden: