This article contains step-by-step instructions for creating bots for Telegram in MQL5. This information may prove useful for users who wish to synchronize their trading robot with a mobile device. There are samples of bots in the article that provide trading signals, search for information on websites, send information about the account balance, quotes and screenshots of charts to you smart phone.
{"ok":false, "error_code":409, "description": "Conflict: can't use getUpdates method while webhook is active; use deleteWebhook to delete the webhook first"}
{"ok":false, "error_code":409, "description": "Conflict: can't use getUpdates method while webhook is active; use deleteWebhook to delete the webhook first"}
朋友们好,我使用以下代码向 Telegram 发送信息。我的问题是,信息不是发送一次,而是发送多次。
请指导我。
将代码从 OnTick 移到 OnInit
我想知道是否有 MT4 版本?
看起来它只能在 MT5 上运行
非常感谢
我想知道是否有 MT4 版本?
看起来它只能在 MT5 上运行
非常感谢
该库同样适用于 MT4,只需复制并粘贴到 mql4 包含文件即可
好的,朋友们、
有没有人可以分享将 mt5 买入卖出信号 发送到 Telegram 账户的工作代码?
PS: 给管理员们;请停止引用自由版块,谢谢:)
在调试模式下,终端每次都会崩溃。在 "if(res==0) "时,我按 F10 键,终端就会崩溃。我必须重新启动。res 值为 0。
元读取器中有这样的日志:
好了,各位、
有没有人可以分享将 mt5 买入卖出信号 发送到 Telegram 账户的工作代码?
PS: 给管理员们;请停止引用自由版块,谢谢:)
您好,主要文章中提到了您的要求,事实上有一个名为 Telegram_Signal_EA 的 EA 可以实现您的要求。
下午好。
什么原因会导致这个错误?
{"ok":false, "error_code":409, "description": "Conflict: can't use getUpdates method while webhook is active; use deleteWebhook to delete the webhook first"}
下午好。
什么原因会导致这个错误?
{"ok":false, "error_code":409, "description": "Conflict: can't use getUpdates method while webhook is active; use deleteWebhook to delete the webhook first"}
https://core.telegram.org/bots/api#deletewebhook 需要这样做