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
see how to use it for channel https://streamable.com/70512
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
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
Disliked{quote} That means you use token for bot see how to use it for channel https://streamable.com/70512Ignored
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
Disliked{quote} Did you send /start command inside channel? After that, you should receive token for channel.Ignored
DislikedHi, 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
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 itIgnored
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
DislikedHi, 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
Disliked{quote} This is really nice. By any chance do you know a method for whatsapp? Thank youIgnored
DislikedHi 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 RegestIgnored
Disliked{quote} Hi AleksandrM! Can you help me write code for running profit and profit per day with PIPS, because i'm not a coderIgnored
Disliked{quote} Thanks AleksandrM, it works very well!!! But in EURUSD profit is POINTS not PIPS, you can review it?Ignored