- Search Energy EXCH
- 45 Results (4 Threads, 41 Replies)
-
AleksandrM replied Sep 11, 2018Hello, Bananakid! I never trying native mt4 push before. So, you want to receive messages - When the order opened (symbol, lot, buy or sell) - When the order closed(symbol, lot, buy or sell, profit) Am I right?
Send notification from MT 4 & 5 to Telegram
-
AleksandrM replied Aug 12, 20181. Send me your token to PM 2. Here in the bottom test form use it for testing. 3. Use if to catch errors inside mql and check logs. if(!tms_send("text " ,"token") ) { // Error Handling... // MessageBox("Something went wrong, check the log"); }
Send notification from MT 4 & 5 to Telegram
-
AleksandrM replied Aug 11, 2018try to send without {} just your token like this : tms_send("Signal BUY","157246200:414a033f"); but use your token
Send notification from MT 4 & 5 to Telegram
-
AleksandrM replied Aug 11, 2018For sure it is wrong token looks like telegram_id:hash - 93464398:FGjgdgr4fd
Send notification from MT 4 & 5 to Telegram
-
AleksandrM replied Aug 11, 2018Here is a quick solution, I think it will work. You can send only those characters: A..z,0-9 !+-?@#$%^&*()"'< > [] {} ., if you need Line Feed use \n in string How to use: Download & Save tmsrv_wininet.mqh to {MQL4}\include\ In indicator code: ...
Send notification from MT 4 & 5 to Telegram
-
AleksandrM replied Aug 11, 2018Send a screen after you sent command /strat inside the channel
Send notification from MT 4 & 5 to Telegram
-
AleksandrM replied Aug 10, 2018Standart mql function webrequest not working in indicators, give me a couple of days, I will provide a solution for indicators
Send notification from MT 4 & 5 to Telegram
-
AleksandrM replied Aug 10, 2018Do you trade manual or using your AE? do you have EA's sources? if yes just include tms_send() to open and modify a function mt4 or mt5?
Send notification from MT 4 & 5 to Telegram
-
AleksandrM replied Aug 3, 2018I suppose you try to add the bot to a group, it is not possible as I know. You can add bot only to channel. Recorded video - how to add it: url
Send notification from MT 4 & 5 to Telegram
-
AleksandrM replied Aug 2, 2018You have to add bot to channel Open Channel info (in app title) Choose Administrators. Add Administrator. There will be no bots in contact list, so you need to search for it. Enter your bot's username. Clicking on it you make it as administrator.
Send notification from MT 4 & 5 to Telegram
-
AleksandrM replied Aug 2, 2018You just have to add it inside a message. Try this: tms_send(StringFormat("Signal BUY \n%s: %s",Symbol(),DoubleToStr(Bid,Digits)), TOKEN ); You will see a message like this:
Send notification from MT 4 & 5 to Telegram
-
AleksandrM replied Jun 4, 2018Hello, Gues You can simply use this to receive alerts in a Telegram.
Take profit/stop loss push notification alert
-
AleksandrM replied May 17, 2018Here several reasons: - To integrate and testing telegram API you need 2-14 days depends on a programmer and knowledge - To integrate tmsrv you need 1 - 30 minutes - It is not necessary to create "millions" bots only for notifications more easy use ...
Send notification from MT 4 & 5 to Telegram
-
AleksandrM replied Apr 26, 2018That is true, it is also a good way to send a notification. I don't like work with emails and the main reason why I made this service it is simple integration in each programming language and I can add any functionality I need.
Send notification from MT 4 & 5 to Telegram
-
AleksandrM replied Mar 24, 2018Here is demo EA 1. add URL( url ) to Allowed see post above 2. Paste your token directly to function parameter: image Here MQL4 script: file
Send notification from MT 4 & 5 to Telegram
-
AleksandrM replied Mar 19, 2018Forget to say you have to add API URL to Options -> see picture: image
Send notification from MT 4 & 5 to Telegram
-
Send notification from MT 4 & 5 to Telegram
Started Mar 16, 2018|Platform Tech|205 replies
Out of service. Hi, there! Here instruction how to send notification to telegram 1. Get Token ...
-
AleksandrM replied Mar 14, 2017Change int Lots = 1; to extern double Lots = 0.01; And you can change it in expert parameters. It was my mistake for testing i using lot = 1 Tell you once again do not trader with this EA it is not a tested (this only for demonstration) Logs located ...
CCI EA
-
AleksandrM replied Mar 13, 2017logs please. I can't see from here, whats going in your terminal

CCI EA