- octubre 9, 2018
- publicado por: Equipo Wiki de Forex
- Categoría: Sistema de comercio de divisas
Hola, allá!
Aquí instrucciones sobre cómo enviar notificaciones a Telegram.
1. Obtener ficha tmsrv_bot
2. Copy perform tms_enviar() or embrace tmsrv.mqh
3. Pega tu ficha:
bool tms_send(mensaje de cadena, token de cadena ="TU_TOKEN_AQUÍ")
Instancia de utilización:
void OnTick(){ //% si(IRSI(NULO,0,14,PRECIO_CLOSE,1)>30 && IRSI(NULO,0,14,PRECIO_CLOSE,0)<30) { tms_enviar(Formato de cadena("%El RSI está sobrevendido. - hora de COMPRAR",Imagen())); } si(IRSI(NULO,0,14,PRECIO_CLOSE,1)<70 && IRSI(NULO,0,14,PRECIO_CLOSE,0)>70) { tms_enviar(Formato de cadena("%s RSI is overbought - time to SELL",Imagen())); } }
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 - Enviar 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 nowInstance:
/now -2 6 sending time interval will probably be set
hour_form = hour_current - 2
hour_to = hour_current + 6Overlook to say you've gotten to add API URL to Choices -> see image: