How do I access the turkey remotely? - page 6

 
come on, you have to measure yourselves.
There are all kinds of ideas and implementations and there are many ready-made solutions.

I'd rather you tell me whether it is possible to set up a socket connection between two terminals.
I'm not talking about http and intermediary servers, but directly from computer to computer.

I mean that we should not use any self-written dll.

Who has done this and where to dig?
 

My opinion - it is unlikely to succeed without the use of external applications....

 
sergeev >>:

лучше скажите - можно ли установить сокет соединение между двумя терминалами?
Чтоб обмен инфой делать не через http и промежуточные серваки, а напрямую с компа на комп.

Я имею ввиду чтоб не было использования самописных dll.

Кто занимался и где копать?

If you can describe sockets in MQL . But it's easier to write a DLL.

 
I don't understand why everyone dislikes DLLs so much. Or maybe you just don't know how to make them.
 

Maybe, but very often people are wary of using software with self-written DLLs and other gadgets simply for security reasons, and I understand them somewhere....

 
xrust >>:

Возможно, но очень часто люди опасаются пользоваться софтом с самописными ДЛЛками и прочими приблудами просто из соображений безопасности, и я их где то понимаю....

Are you saying that it is easier to introduce a bug into your DLL than into one written by MS or is it paranoia about peeping.

And also an EA in which one function there and the result with the opening process no one will take away, and it is easier to describe and faster to work.

 

All in all, what do you think of the executables and dlls posted here on the forum or elsewhere? - Yes, I do. Most traders have the same opinion - they believe that they have something to be afraid of, justified or not, that's the third question ...

 
zhuki >>:
Не понимаю почему все так не любят DLL. Или Вы просто их не умеете готовить.

It's all about customer security. If a lib is poking around on the internet - and they don't know what they're doing - that's not good.
We work with finance, not bricks.

http with its capabilities via wininet.dll is a proven step.

But we need to implement sockets in MT4. There appear complexities - structures and other peculiarities that are not implemented in MT4. I would not like to step on children's rake (it would be better to step on adult's one twice :).
 
You write it yourself. Take an idea and write.
 
sergeev >>:

Все дело в безопасности клиентов. Если либа в инете копается - да ещё и неизвестно что она делает, это плохо.
Работаем ведь с финансами, а не с кирпичами.

http с его возможностями через wininet.dll прверенный этап.

Но надо реализовать работу сокетов именно на MT4. А там появяются сложности - структуры и другие специфики, которые в МТ4 не предусмотрены. Не хотелось бы на детские грабли наступить (лучше два раза на взрослые :).

Imagine how many DLLs you would have to use in your system to implement such a link using any method. And there will be one more DLL. I think it's not a problem. Especially to order. Give me a guarantee.

And writing 100 Kb of MQL code instead of 30 lines of DLL is a great difference.

Reason: