• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 2:43am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 2:43am
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

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
  • 36
Attachments: Send notification from MT 4 & 5 to Telegram
Exit Attachments

Send notification from MT 4 & 5 to Telegram

  • Last Post
  •  
  • 1 2Page 3456 10
  • 1 2Page 34 10
  •  
  • Post #41
  • Quote
  • Sep 14, 2018 5:29am Sep 14, 2018 5:29am
  •  AleksandrM
  • | Joined May 2016 | Status: Member | 43 Posts
Quoting shiva
Disliked
{quote} Thanks Aleksandr, this works great, but the messages are going to your bot, not to my channel. How do I make these messages show in my channel?
Ignored
That means you use token for bot
see how to use it for channel https://streamable.com/70512
  • Post #42
  • Quote
  • Sep 14, 2018 5:54am Sep 14, 2018 5:54am
  •  shiva
  • Joined Aug 2007 | Status: Doing It In Dubai | 2,447 Posts
Quoting AleksandrM
Disliked
{quote} That means you use token for bot see how to use it for channel https://streamable.com/70512
Ignored
Yes, I did that and also added tmsrv.pw bot to my channel as an admin. Still the message shows only in bot's chat window, not in the channel.
  • Post #43
  • Quote
  • Sep 14, 2018 5:56am Sep 14, 2018 5:56am
  •  AleksandrM
  • | Joined May 2016 | Status: Member | 43 Posts
Quoting shiva
Disliked
{quote} Yes, I did that and also added tmsrv.pw bot to my channel as an admin. Still the message shows only in bot's chat window, not in the channel.
Ignored
Did you send /start command inside channel? After that, you should receive token for channel.
  • Post #44
  • Quote
  • Sep 14, 2018 6:04am Sep 14, 2018 6:04am
  •  shiva
  • Joined Aug 2007 | Status: Doing It In Dubai | 2,447 Posts
Quoting AleksandrM
Disliked
{quote} Did you send /start command inside channel? After that, you should receive token for channel.
Ignored
Yes
  • Post #45
  • Quote
  • Sep 14, 2018 12:47pm Sep 14, 2018 12:47pm
  •  bananakid
  • | Joined Mar 2014 | Status: Member | 13 Posts
Quoting shiva
Disliked
{quote} Yes
Ignored
Did you try using the Test Page ( https://tmsrv.pw/ ) to send test message to your channel? If you are able to get those test messages in your channel, copy that same token and paste it onto the EA's token field.
  • Post #46
  • Quote
  • Sep 15, 2018 3:27am Sep 15, 2018 3:27am
  •  nunik
  • | Joined Sep 2018 | Status: Junior Member | 2 Posts
Hi,

Is there any option to set new alerts on MT4 WEB Platform or on MT4 iOS app? I can only find an option to set new alerts on my PC version of MT4.

Thanks!
  • Post #47
  • Quote
  • Sep 17, 2018 1:00pm Sep 17, 2018 1:00pm
  •  itsshark
  • | Joined May 2018 | Status: Member | 16 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
Number 2 states that copy the function or include the mqh. Does it mean I can just include the mqh without copying the function into my mq4 code, I'm quite bad at it
  • Post #48
  • Quote
  • Sep 18, 2018 3:45am Sep 18, 2018 3:45am
  •  AleksandrM
  • | Joined May 2016 | Status: Member | 43 Posts
Quoting itsshark
Disliked
{quote} Number 2 states that copy the function or include the mqh. Does it mean I can just include the mqh without copying the function into my mq4 code, I'm quite bad at it
Ignored
Yes, you have 2 options:
1. You can include mqh.
2. copy the whole function to your code.

But do not include and copy. Do 1 or 2.
  • Post #49
  • Quote
  • Sep 18, 2018 3:58am Sep 18, 2018 3:58am
  •  shiva
  • Joined Aug 2007 | Status: Doing It In Dubai | 2,447 Posts
Quoting bananakid
Disliked
{quote} Did you try using the Test Page ( https://tmsrv.pw/ ) to send test message to your channel? If you are able to get those test messages in your channel, copy that same token and paste it onto the EA's token field.
Ignored
Yes I did, does not work. Works only when I use another token
  • Post #50
  • Quote
  • Sep 27, 2018 4:58am Sep 27, 2018 4:58am
  •  MrPhu
  • | Joined Sep 2018 | Status: Junior Member | 5 Posts
Hi AleksandrM!
You can make a code Message to telegram with this form:
----OPEN ORDER----
BUY/SELL 0.01 lots
GBPNZD @ 1.97617
TP - 1.97814
----------------------

----CLOSE PROFIT----
BUY/SELL 0.01 lots
GBPNZD @ 1.97617
TP - 1.97814 (DONE)
Profit: 19.7 PIPS
Total Profit today: 19.9 PIPS
--------------------------------

Pls help me, Because i can't code this
Thanks and Regest
  • Post #51
  • Quote
  • Sep 29, 2018 8:52pm Sep 29, 2018 8:52pm
  •  arby1108
  • | Joined Dec 2016 | Status: Member | 57 Posts
try this one:

https://www.facebook.com/TelegramSignalEA
  • Post #52
  • Quote
  • Sep 30, 2018 10:20am Sep 30, 2018 10:20am
  •  yousername
  • Joined Mar 2017 | Status: Working smart and hard | 2,961 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
This is really nice.
By any chance do you know a method for whatsapp?

Thank you
This is not investment/trading advise. Will not hold accountable for loss
  • Post #53
  • Quote
  • Oct 2, 2018 4:48am Oct 2, 2018 4:48am
  •  AleksandrM
  • | Joined May 2016 | Status: Member | 43 Posts
Quoting yousername
Disliked
{quote} This is really nice. By any chance do you know a method for whatsapp? Thank you
Ignored
It is not possible for WhatsApp.
  • Post #54
  • Quote
  • Oct 2, 2018 4:51am Oct 2, 2018 4:51am
  •  AleksandrM
  • | Joined May 2016 | Status: Member | 43 Posts
Quoting MrPhu
Disliked
Hi AleksandrM! You can make a code Message to telegram with this form: ----OPEN ORDER---- BUY/SELL 0.01 lots GBPNZD @ 1.97617 TP - 1.97814 ---------------------- ----CLOSE PROFIT---- BUY/SELL 0.01 lots GBPNZD @ 1.97617 TP - 1.97814 (DONE) Profit: 19.7 PIPS Total Profit today: 19.9 PIPS -------------------------------- Pls help me, Because i can't code this Thanks and Regest
Ignored
Use "\r\n" in your message to move text to a new line.
  • Post #55
  • Quote
  • Oct 2, 2018 11:13am Oct 2, 2018 11:13am
  •  MrPhu
  • | Joined Sep 2018 | Status: Junior Member | 5 Posts
Quoting AleksandrM
Disliked
{quote} Use "\r\n" in your message to move text to a new line.
Ignored
Hi AleksandrM!
Can you help me write code for running profit and profit per day with PIPS, because i'm not a coder
  • Post #56
  • Quote
  • Oct 3, 2018 5:17pm Oct 3, 2018 5:17pm
  •  PrinceJ58
  • Joined Oct 2015 | Status: Focused on the Results | 1,432 Posts
Going to try this...
R:R "Percentage Focus"
  • Post #57
  • Quote
  • Oct 4, 2018 4:23am Oct 4, 2018 4:23am
  •  AleksandrM
  • | Joined May 2016 | Status: Member | 43 Posts
Quoting MrPhu
Disliked
{quote} Hi AleksandrM! Can you help me write code for running profit and profit per day with PIPS, because i'm not a coder
Ignored

Try this
Attached File
File Type: mq4 demo_tmsrv_positions_MrPhu.mq4   11 KB | 1,158 download


Attached Image
  • Post #58
  • Quote
  • Oct 4, 2018 11:28pm Oct 4, 2018 11:28pm
  •  unclefoong
  • | Joined Dec 2015 | Status: Member | 3 Posts
Hi AleksandrM, very thank you for the EA, it works very well!!! may I know if this EA can send Alert in MT4 to telegram as well?
  • Post #59
  • Quote
  • Oct 5, 2018 12:52am Oct 5, 2018 12:52am
  •  MrPhu
  • | Joined Sep 2018 | Status: Junior Member | 5 Posts
Quoting AleksandrM
Disliked
{quote} Try this {file} {image}
Ignored
Thanks AleksandrM, it works very well!!!
But in EURUSD profit is POINTS not PIPS, you can review it?
  • Post #60
  • Quote
  • Oct 5, 2018 3:32am Oct 5, 2018 3:32am
  •  AleksandrM
  • | Joined May 2016 | Status: Member | 43 Posts
Quoting MrPhu
Disliked
{quote} Thanks AleksandrM, it works very well!!! But in EURUSD profit is POINTS not PIPS, you can review it?
Ignored
new version 1.02
Attached File
File Type: mq4 demo_tmsrv_positions_MrPhu.mq4   11 KB | 1,070 download
  • Platform Tech
  • /
  • Send notification from MT 4 & 5 to Telegram
  • Reply to Thread
    • 1 2Page 3456 10
    • 1 2Page 34 10
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2021