you want to create a bot net to eventually move markets.
Hello everyone,
I am looking for a way to remotely control my EA copies. Lets imagine i gave out few EA's to somebody, i want to be able to turn it on and off remotely, (kind of licensing). Selling it via website market is not an option. Main condition is that to be able to control them seperately. Please help...
Perhaps something like here https://www.mql5.com/en/articles/359 5. Remote licenses
But for mql4!
Can that of MQL5 be applied to MQL4?
Thtas what i want to know!
MQL4 and MQL5 are pretty much the same. The only exception is trading functions. You can change extensions for the codes from the article and try to compile them under MT4. Chances are they will compile ok, and even if not, you'll be able to resolve errors by simple patches.
Could be possible. What about WebRequest() function? If i understood correctly, the ea can send request to login to websites, if fail it returns fail. Basically this can be used as license. Just ban or unban clients password.
I have been using the start-stop control for my clients, and actually I do not have real problem with using the webrequest. It is a simple command and works well when you are happy with its synchronized behaviour,i.e. your EA stops until the request is returned or expires (may take half a minute sometimes).
On the other hand I have problem with identifying the user's computer, which sent the webrequest. I did not find any reliable method, which would give me a unique identifier of the computer. There are cloned systems on VPS returning the same HW and SW data, Unix and Mac emulators which have often dummy implementation of core Windows data functions.
On the other hand I have problem with identifying the user's computer, which sent the webrequest. I did not find any reliable method, which would give me a unique identifier of the computer. There are cloned systems on VPS returning the same HW and SW data, Unix and Mac emulators which have often dummy implementation of core Windows data functions.
I have been using the start-stop control for my clients, and actually I do not have real problem with using the webrequest. It is a simple command and works well when you are happy with its synchronized behaviour,i.e. your EA stops until the request is returned or expires (may take half a minute sometimes).
On the other hand I have problem with identifying the user's computer, which sent the webrequest. I did not find any reliable method, which would give me a unique identifier of the computer. There are cloned systems on VPS returning the same HW and SW data, Unix and Mac emulators which have often dummy implementation of core Windows data functions.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello everyone,
I am looking for a way to remotely control my EA copies. Lets imagine i gave out few EA's to somebody, i want to be able to turn it on and off remotely, (kind of licensing). Selling it via website market is not an option. Main condition is that to be able to control them seperately. Please help...
Perhaps something like here https://www.mql5.com/en/articles/359 5. Remote licenses
But for mql4!