Send notification from MT 4 & 5 to Telegram

0
(0)

Привет, там!

Right here instruction how to ship notification to telegram
1. Получить токен tmsrv_bot
2. Copy perform tms_send() or embrace tmsrv.mqh
3. Вставьте свой токен:

Inserted Code
bool tms_send(string message, string token="YOUR_TOKEN_HERE")

Utilization instance:

Inserted Code
void OnTick(){ //%
 
   если(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",Изображение()));    
   }
  
   если(iRSI(NULL,0,14,PRICE_CLOSE,1)<70
      && iRSI(NULL,0,14,PRICE_CLOSE,0)>70) {
      
      tms_send(StringFormat("%s RSI is overbought  - time to SELL",Изображение()));
   }
}

For certain you need to use official telegram API, however imagine me, that is a ache within the ass once you use it in several initiatives solely only for sending alerts.

I've made tmsrv.pw for my very own wants, however determined to share - now a challenge in growth.
Please write in case you discover a bug otherwise you want some performance.

Bot instructions:

/pause - Pauses sending messages
/play - Resumes sending messages
/token - Send your token
/final - Отправлять 5 final messages
/now - Set bot's working time interval

*
/not potential to use from the command checklist, telegram not supported command with parameters
you've gotten to sort it see format under:
/now {again} {ahead} - set sending time interval type now

Пример:
/now -2 6 sending time interval will probably be set
hour_form = hour_current - 2
hour_to = hour_current + 6

Overlook to say you've gotten to add API URL to Choices -> see image:
Подключенное изображение
Send notification from MT 4 & 5 to Telegram 1
Right here is demo EA

1. add URL( https://tmsrv.pw/ship ) to Allowed see publish above
2. Paste your token instantly to perform parameter:

Подключенное изображение
Send notification from MT 4 & 5 to Telegram 2

Right here MQL4 script:

Подключенный файл
File Type: mq4 demo_tmsrv.mq4 5 КБ | 427 загрузки
It appears to work fantasticSend notification from MT 4 & 5 to Telegram 3
Подключенный файл
File Type: mq4 demo_tmsrv_positions.mq4 9 КБ | 39 загрузки

ЧИТАТЬ  Индикатор Форекс Огонь - Бесплатная версия

Насколько полезным был этот пост?

Нажмите на звездочку, чтобы оценить!

Средний рейтинг 0 / 5. Подсчет голосов: 0

Голосов пока нет! Будьте первым, кто оценит этот пост.

Сожалеем, что этот пост не оказался для вас полезным!

Давайте улучшим этот пост!

Расскажите нам, как мы можем улучшить этот пост?



Автор: Команда Форекс Вики
Мы — команда опытных трейдеров Форекс. [2000-2023] которые посвятили себя жизни на наших собственных условиях. Наша основная цель – достичь финансовой независимости и свободы., и мы занимаемся самообразованием и приобрели обширный опыт работы на рынке Форекс, что является нашим средством достижения самостоятельного образа жизни..