Forum on trading, automated trading systems and testing trading strategies
When you post video please use the VIDEO button
Thank you.
or order it in Freelance for example.
Can anyone code or have any idea how to send trade details from MT4 to a Telegram channel. @UR97
I have written this EA.
You can see a similar example in the article https://www.mql5.com/en/articles/2355
- www.mql5.com
I have written this EA.
You can see a similar example in the article https://www.mql5.com/en/articles/2355
Is the EA available to anyone?
and if so could I request it please.
Did you even bother to read the article? It is right there at the end of it!
Today's people have no pride in themselves. They want everything spoon-fed right into their mouths and are even too lazy to move their heads.
Put some effort into it!
Is the EA available to anyone?
and if so could I request it please.
Forum on trading, automated trading systems and testing trading strategies
Sergey Golubev, 2018.10.22 21:54
You can make a search for the decisionor order it in Freelance for example.
Did you even bother to read the article? It is right there at the end of it!
Today's people have no pride in themselves. They want everything spoon-fed right into their mouths and are even too lazy to move their heads.
Put some effort into it!
From Telegram to Metatrader, you may use java open source library. https://github.com/rubenlagus/TelegramBots. It is free.
I have done extension of TelegramLongPollingBot from it to create my own bot class. This is the easiest way.
You need to register this bot with Telegram BotFather to get your Bot Token, which will need to be set into public String getBotToken method of your bot class.
This bot will then receive messages from your telegram client.
Your bot needs to be run in a VPS or just your own desktop.
And your bot should communicate with a dll which you need to write for MetaTrader libraries and then dll communicates messages to your Expert Adviser, which in turn send orders or receive messages from your MetaTrader.
Everything you have to write your own or pass this to a freelancer to do.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Can anyone code or have any idea how to send trade details from MT4 to a Telegram channel.
This is the sort of thing I am talking about.
Thanks.