Fasi Rathore: I have been using AI to create custom expert advisor for my needs, I have provided code below for the custom EA that should send alerts to my telegram channel. There is no error in compilation. This ea sends initial message that "Alert system initiated" to my telegram which means that the API and webmail setup to send message to telegram is configured properly. But once my condition is met in manual checkup, it won't send any of the further messages which are described in " Check and send alert for trading condition" section of the code. Can you please check the cause of the problem and if possible, please correct the code section which might me causing this issue.
Implement the following Script to your EA:
send a trade position to telegram channel
Rabi Nateghi, 2023.04.02 22:12
hi, this code need your telegram token and telegram chat id . you can make robot by BotFather and then search in google how you can find telegram token and chat id then attach them to this code . now every trade would be signals on your telegram channel.
Thanks for your reply, I have used chat id and bot token for my expert. The configuration of this EA with Telegram is correct. I'm receiving the initial message to my telegram group that "signal system initiated" without any problem. But once our condition is met, it is not sending any messages in regard to our condition.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
This ea sends initial message that "Alert system initiated" to my telegram which means that the API and webmail setup to send message to telegram is configured properly. But once my condition is met in manual checkup, it won't send any of the further messages which are described in " Check and send alert for trading condition" section of the code. Can you please check the cause of the problem and if possible, please correct the code section which might me causing this issue.