I made a code that use Telegram4Mql.dll
This code work well.
But today i received this Error and my EA stop send messages !!!!
Error is : Object reference not set to an instance of an object.
Please let me know more why this error occurred.
who know what happened to the site?
and what this is this problem?
2019.05.12 17:40:17.865 2019.01.02 22:00:00 ABCDDDDD_____AAAAAA EURUSD,H1: Telegram#2 CND Send Photo $$ = 90002|The operation timed out and was cancelled.|System.Threading.Tasks.TaskCanceledException: A task was canceled.
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at kkt;1P:?\&\*J%pTfrNb\\Q{/Zn#.EOL'T2}`CDxa!)J
Description:
Telegram 4 MQL was made to make the life of an automtic trader a bit more convenient or better to say it was made to spare nerves. Suitable questions while operating an autotrading systems are:
- Was the order correctly executed?
- Did an situation change an unusual way so that I need to interfere remotely?
- ...
Then you may think about an solution that depends on high available services that you can easily base on and stay tuned to your automatic
trading bots. That is where Telegram 4 MQL comes into the game.
Sample Screenshot:
Here is a screenshot that shows a sample workflow:
- You have an active EA running that observerves some market data and sends a notification if a specific value was exceeded
- As a reaction you want to place an order.
- You get a confirmation that the order was successfully placed.
Sample Implementation:
The following code snippet shows how easy it is to use this library:
Further Information:
Because documentation affort may increase over time the documentation is considered to be placed outside of this website. You can find
- Downloads
- Examples
- Issue information
- ...
under
http://telegram4mql.steven-england.info/
Related Work:
Another very good work, implemeted in native MQL in contrast to this work, can be found here: https://www.mql5.com/en/articles/2355 - How to create Telegram Bots in MQL5. Have a look at it also, because this solution meets other requirements than Telegram 4 MQL.
void testTelegram4Mql() { string apiKey="112141336:xxxxxxxxxxxxxxxxxxxx"; // Your API key string chatId="14xxxxxx"; // Chat ID or username <<<< This is charging the ID for Mql or Telegram, please instructions ......????????
FiboMasterTrade:
string chatId="14xxxxxx"; // Chat ID or username <<<< This is charging the ID for Mql or Telegram, please instructions ......????????
Thats the chat_id from the telegram user you are communicating with.
So not MQL5 account.
Here it is https://www.mql5.com/en/articles/download/2355/telegram.zip
This is the native MQL one from the article mentioned above.
Does anyone have this library as it seems the site is down and I can't find it anywhere , I tried to google it but found nothing
The site is online again. But I made a successor library that is available here: https://mmm.steven-england.info If you have any further questions let me know.
- mmm.steven-england.info
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Description:
Telegram 4 MQL was made to make the life of an automtic trader a bit more convenient or better to say it was made to spare nerves. Suitable questions while operating an autotrading systems are:
Then you may think about an solution that depends on high available services that you can easily base on and stay tuned to your automatic trading bots. That is where Telegram 4 MQL comes into the game.
Sample Screenshot:
Here is a screenshot that shows a sample workflow:
Sample Implementation:
The following code snippet shows how easy it is to use this library:
Further Information:
Because documentation affort may increase over time the documentation is considered to be placed outside of this website. You can find
under
http://telegram4mql.steven-england.info/
Related Work:
Another very good work, implemeted in native MQL in contrast to this work, can be found here: https://www.mql5.com/en/articles/2355 - How to create Telegram Bots in MQL5. Have a look at it also, because this solution meets other requirements than Telegram 4 MQL.