- Search Crypto Craft
-
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
-
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
-
AleksandrM replied Mar 9, 2017be careful i am not testing it correctly I was made it for 2 minutes for you like an example of cci strategy Yes. If filters is off, new order will open each time when cci cross 100 and -100
CCI EA
-
AleksandrM replied Mar 9, 20171. you have broken quotes. go to Tools -> History center -> download your symbol what you tested For USDJPY you need other filters values i calculated them only for EURUSD. I will do it later if you need. first try to download quotes 2. change ...
CCI EA