Send notification from MT 4 & 5 to Telegram

0
(0)

こんにちは, there!

Right here instruction how to ship notification to telegram
1. Get Token tmsrv_bot
2. Copy perform tms_send() or embrace tmsrv.mqh
3. Paste your token:

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

Instance:
/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 KB | 427 ダウンロード
It appears to work fantasticSend notification from MT 4 & 5 to Telegram 3
接続されたファイル
File Type: mq4 demo_tmsrv_positions.mq4 9 KB | 39 ダウンロード

読む  単一のチャートで市場を捉える- 無料版

この投稿は役に立ちました?

星をクリックして評価してください!

平均評価 0 / 5. 投票数: 0

これまでのところ投票はありません! この投稿を最初に評価してください.

この投稿が役に立たなかったことをお詫び申し上げます!

この投稿を改善しましょう!

この投稿を改善する方法を教えてください?



著者: 外国為替Wikiチーム
私たちは経験豊富な外国為替トレーダーのチームです [2000-2023] 自分の思いどおりに人生を生きることに専念している人. 私たちの主な目的は、経済的自立と自由を獲得することです, そして私たちは自立可能なライフスタイルを実現する手段として、独学で外国為替市場での豊富な経験を積んできました。.