Hello, 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(){ //% 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",Image())); } if(iRSI(NULL,0,14,PRICE_CLOSE,1)<70 &&