• Home
  • Forums
  • News
  • Calendar
  • Market
  • Login
  • Join
  • User/Email: Password:
  • 4:13pm
Menu
  • Forums
  • News
  • Calendar
  • Market
  • Login
  • Join
  • 4:13pm
Sister Sites
  • Metals Mine
  • Crypto Craft
  • Forex Factory

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

ECN && STP && Scalping && Hedging - Broker Review - Oct 2009 24 replies

MT4 can't send email notification with hMailServer 0 replies

MT4 E-Mail Notification 4 replies

Meta Trader SMS notification 2 replies

Mobile notification of your emails (Yahoo/Hotmail) 2 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 37
Attachments: Send notification from MT 4 & 5 to Telegram
Exit Attachments

Send notification from MT 4 & 5 to Telegram

  • Last Post
  •  
  • 1 56789 Page 10
  • 1 789 Page 10
  •  
  • Post #181
  • Quote
  • Jan 13, 2021 9:21am Jan 13, 2021 9:21am
  •  sahniana
  • | Joined Sep 2010 | Status: Member | 14 Posts
Quoting rebelon
Disliked
Hi all, I need some help with this subject. I use an indicator that gives me arrows along the chart with indications of buying and selling as you can see in the attached image (this is my trade technique). Every time the indicator places an arrow, I receive a notification on the mt4 platform, as you can see in the second photo attached. I would like to receive a message on the telegram every time when I receive the notification on mt4. thanks {image} {image}
Ignored
need to modify the code to add-on this telegram bot feature to it.
 
 
  • Post #182
  • Quote
  • Mar 5, 2021 6:08am Mar 5, 2021 6:08am
  •  evotrade
  • | Joined Mar 2021 | Status: Junior Member | 2 Posts
hi i want to add bot tmsrv.pw but there is error. Please help. Thx
Attached Image
 
 
  • Post #183
  • Quote
  • Mar 5, 2021 7:00pm Mar 5, 2021 7:00pm
  •  evotrade
  • | Joined Mar 2021 | Status: Junior Member | 2 Posts
Quoting Emerald2112
Disliked
Wont load..says wrong token. Have a pasted it correctly? {image}
Ignored
how to load .mq4 already copy to specific folder: indicator, but still don't work
 
 
  • Post #184
  • Quote
  • Apr 9, 2021 9:01am Apr 9, 2021 9:01am
  •  sahniana
  • | Joined Sep 2010 | Status: Member | 14 Posts
Quoting hendy83
Disliked
can someone help me I want to add: Send notifications from MT 4 & 5 to Telegram, from alerts that appear on the MT4 indicator - but not from EA, Can you help me edit this Pivot voty indicator code string. {file}
Ignored
if im not mistaken, WebRequest can only be executed from EA or script only.
 
 
  • Post #185
  • Quote
  • Apr 10, 2021 7:31am Apr 10, 2021 7:31am
  •  Hedgebitcoin
  • | Joined Oct 2019 | Status: Member | 15 Posts
Quoting sahniana
Disliked
{quote} if im not mistaken, WebRequest can only be executed from EA or script only.
Ignored
Yes, that is correct. A possible work around is to make the indicator create a global variable and have a robot scan the global variable, then if and when found, send the alert to telegram. After the message is sent, the robot can delete the global variable. That's what I did in order to use the indicator buffers for logic.
 
 
  • Post #186
  • Quote
  • Apr 10, 2021 1:12pm Apr 10, 2021 1:12pm
  •  unknown7
  • | Joined Jul 2017 | Status: I can do it | 27 Posts
Quoting Hedgebitcoin
Disliked
{quote} Yes, that is correct. A possible work around is to make the indicator create a global variable and have a robot scan the global variable, then if and when found, send the alert to telegram. After the message is sent, the robot can delete the global variable. That's what I did in order to use the indicator buffers for logic.
Ignored
That's too much work.

You can actually do with indicators but need to use native function.
This is a safety measure because while the indicators wait for the request call it can hang the mt4.

I've in the past and works quite well.
 
 
  • Post #187
  • Quote
  • Apr 11, 2021 12:25am Apr 11, 2021 12:25am
  •  Hedgebitcoin
  • | Joined Oct 2019 | Status: Member | 15 Posts
Quoting unknown7
Disliked
{quote} That's too much work. You can actually do with indicators but need to use native function. This is a safety measure because while the indicators wait for the request call it can hang the mt4. I've in the past and works quite well.
Ignored
Unfortunately I don't understand you. There's no native telegram functions within mt. Web-requests only work with scripts and expert advisors. Telegram api calls require a web request.
 
 
  • Post #188
  • Quote
  • Apr 29, 2021 1:00am Apr 29, 2021 1:00am
  •  Copytradzozo
  • | Joined Feb 2020 | Status: Junior Member | 1 Post
Hello,
Anyone willing to share EA that can screenshot MT4 chart to telegram?
Thanks
 
 
  • Post #189
  • Quote
  • May 12, 2021 11:55pm May 12, 2021 11:55pm
  •  TaylorAqua
  • | Joined May 2021 | Status: Junior Member | 2 Posts
Are the EAs you use to send data externally from MQL4 using the WebRequest() function?


I would like to send screenshots to external chat apps such as Telegram, or even Skype or LINE.


I can make MQL4 take periodic screenshots of the chart and save them into my Data Folder. However, I want to make an EA that can take screenshots when various conditions are reached (their stoploss has triggered, etc) and then send a picture of the chart. Does anybody know what function is used to send data over the internet in this way?
 
 
  • Post #190
  • Quote
  • May 24, 2021 5:39pm May 24, 2021 5:39pm
  •  brut00s
  • | Joined May 2021 | Status: Junior Member | 1 Post
Hi

Can anyone tell me if you have the possibility to send the notifications to the telegram through the buy and sell buffers for a given indicator?
 
 
  • Post #191
  • Quote
  • May 27, 2021 8:58am May 27, 2021 8:58am
  •  deheerali
  • | Joined May 2021 | Status: Junior Member | 1 Post
Quoting AleksandrM
Disliked
Hi, there! Here instruction how to send notification to telegram 1. Get Token tmsrv_bot 2. Copy function tms_send() or include tmsrv.mqh 3. Paste your token: bool tms_send(string message, string token="YOUR_TOKEN_HERE") Usage example: void OnTick(){ //% if(iRSI(NULL,0,14,PRICE_CLOSE,1)>30 && iRSI(NULL,0,14,PRICE_CLOSE,0)<30) { tms_send(StringFormat("%s RSI is oversold - time to BUY",Symbol())); } if(iRSI(NULL,0,14,PRICE_CLOSE,1)<70 &&...
Ignored

Hey AleksandrM, How can i make a certain text bold?
 
 
  • Post #192
  • Quote
  • Jun 4, 2021 12:19pm Jun 4, 2021 12:19pm
  •  yasinipek
  • | Joined Apr 2011 | Status: Member | 4 Posts
how can he do that.


https://www.mql5.com/en/market/produ...2F#description
 
 
  • Post #193
  • Quote
  • Jun 5, 2021 8:03am Jun 5, 2021 8:03am
  •  mladen
  • Joined Apr 2007 | Status: ... | 782 Posts
Quoting yasinipek
Disliked
how can he do that. https://www.mql5.com/en/market/produ...2F#description
Ignored
https://www.mql5.com/en/forum/347358
 
4
  • Post #194
  • Quote
  • Oct 12, 2021 5:42pm Oct 12, 2021 5:42pm
  •  kalymnos
  • | Joined Jun 2018 | Status: Member | 42 Posts
Quoting AleksandrM
Disliked
Here is demo EA 1. add URL( https://tmsrv.pw/send ) to Allowed see post above 2. Paste your token directly to function parameter: {image} Here MQL4 script: {file}
Ignored

hi, do you have anything for MT5?
 
 
  • Post #195
  • Quote
  • Dec 23, 2021 5:04pm Dec 23, 2021 5:04pm
  •  TimFriends
  • | Joined Sep 2019 | Status: Member | 5 Posts
Quoting Watercooler
Disliked
just finish study regarding this matter. Recently the a lot of Telegram EA with trial version offered. and i found one is working well. All you have to do is setting your telegram channel. Telegram Setup instruction Open your Telegram APP and search for "BotFather". Type /start and click/type /newbot to create a new bot. Give your bot a nickname and username (e.g., nickname: Bestnavisignal and username: Bestnavisignalbot <-- username has to be ended by 'bot'). Congratulations! You have created your Telegram bot. Save your bot API token (e.g. 787517015:AAFnbcZYxx_iXAdRGrZD1W8bsSF5Xr_FmQ0)...
Ignored
its not workimg for me somebody has a working mt4 to tg ea where i can read and send the comments to tg ?

cheers
 
 
  • Post #196
  • Quote
  • May 13, 2022 5:51pm May 13, 2022 5:51pm
  •  pkanyemba
  • | Joined Mar 2022 | Status: Member | 2 Posts
Quoting aleksandrm
Disliked
{quote} standart mql function webrequest not working in indicators, give me a couple of days, i will provide a solution for indicators
Ignored
any solutions to above mentioned requst
 
 
  • Post #197
  • Quote
  • Last Post: Jul 14, 2022 2:57am Jul 14, 2022 2:57am
  •  vahn
  • | Joined Jan 2010 | Status: Member | 162 Posts
Quoting AleksandrM
Disliked
Hi, there! Here instruction how to send notification to telegram 1. Get Token tmsrv_bot 2. Copy function tms_send() or include tmsrv.mqh 3. Paste your token: bool tms_send(string message, string token="YOUR_TOKEN_HERE") Usage example: void OnTick(){ //% if(iRSI(NULL,0,14,PRICE_CLOSE,1)>30 && iRSI(NULL,0,14,PRICE_CLOSE,0)<30) { tms_send(StringFormat("%s RSI is oversold - time to BUY",Symbol())); } if(iRSI(NULL,0,14,PRICE_CLOSE,1)<70 &&...
Ignored
Thanks a lot for the tutorial. It's work and easy to use.
 
 
  • Platform Tech
  • /
  • Send notification from MT 4 & 5 to Telegram
  • Reply to Thread
    • 1 56789 Page 10
    • 1 789 Page 10
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About EE
  • Mission
  • Products
  • User Guide
  • Blog
  • Contact
EE Products
  • Forums
  • Calendar
  • News
  • Market
EE Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow EE
  • Facebook
  • Twitter

EE Sister Sites:

  • Metals Mine
  • Crypto Craft
  • Forex Factory

Energy EXCH™ is a brand of Fair Economy, Inc.

Terms of Service / ©2022