Telegram to MT4
-
Hello guys
Have anyone tried to build an EA based on Telegram signals?
The EA should take trades posted in a Telegram group...is it possible ? -
I think when you use in some way global variables it can be possible, it can be possible also in some way of reading external files, or even using portion of custom code ...
-
@miro1360 you know of any tutorial or something to read up more on this ?
-
exactly for this case no

-
Telegram?
-
Yeah, what dreema said. What are telegrams @jims ?
Do you have any pictures or weblinks you can share so we can possibly assist you better? Use the picture Icon in the reply to directly post the picture

-
I know that EAs can send emails or messages to android. HTTP requests to a server are also possible. They can also write to files and thus communicating with other programs on the same PC, but this is very ugly way of doing things. To communicate between EAs under the same MetaTrader, you can use those Terminal Variables (or Global Variables, F3 in MetaTrader). In theory one EA can also communicate via sockets or named pipes, but this would be very special EA that does only this task.