Setup of Telegram Notifications
#1
Hi,
can some explain here how to enable telegram messanger notifications?
I want to get an notification on each trade my gekko is doning with let's say some information. 
But how to start?
Regards,
Dirk
  Reply
#2
(04-10-2018, 06:40 AM)dirkb Wrote: Hi,
can some explain here how to enable telegram messanger notifications?
I want to get an notification on each trade my gekko is doning with let's say some information. 
But how to start?
Regards,
Dirk

See : https://click-earn-btc.blogspot.hr/2018/...m-bot.html
 
Use translator Big Grin
  Reply
#3
Okay. First you have to create a telegram bot: see here: https://core.telegram.org/bots#6-botfather
Then you add it in config.
Afterwards you can use the bot in your telegram.
  Reply
#4
hi
thank you

installation done bot getting worked now

I use web telegram

how can I see messages

how can I see incoming messages
-----------------------------------------------------------------

Wink
thanks solved the problem

 http://t.me/xxxxxxxxxx_bot
-----------------------------------
https://gekkoplus.com/
  Reply
#5
Here is nice tutorial: https://translate.google.com/translate?h...m-bot.html

must use gtranslator because is in chinease
My projects [Strategies] [Datasets]
  Reply
#6
How to set/configure telegram bot to send me notification that price reached some level ? Any advice where / how to configure it ??
  Reply
#7
(05-10-2018, 12:36 PM)c0mrade69 Wrote: How to set/configure telegram bot to send me notification that price reached some level ? Any advice where / how to configure it ??

Hi c0mrade69, Any solution on this ?
  Reply
#8
(09-01-2018, 04:04 PM)CryptoCoeus Wrote:
(05-10-2018, 12:36 PM)c0mrade69 Wrote: How to set/configure telegram bot to send me notification that price reached some level ? Any advice where / how to configure it ??

Hi c0mrade69, Any solution on this ?


The telegram bot does not have a price watcher with notification out of the box. But the telegrambot does receive every 1 minute candle, so you can discover the price and send a bot notofication pretty easily. You would then probably teach the price watch value with a telegram message, so you will need to handle this by enhancing the bot code also.
  Reply
#9
I'm sorry about bringing the thread from the dead but I cant seem to correctly configured the telegram bot integration with gekko.

What I've done so far:
- Created the telegram bot and saved the credentials
- Followed the chinese guide at https://click-earn-btc.blogspot.com/2018...m-bot.html
- Change the file baseConfig.js located at /gekko/web/routes/ with the following configuration:

config.telegrambot = {
Enabled: true,
emitUpdates: true,
Token : 'token to access the HTTP API',
botName: 'BOT NAME'
}

Where botName should be the Name that was chosen upon the bot creation or the USERNAME?

The npm packages referred in the tutorial were installed in the gekko root folder by running the following commands:

npm install moment
npm install lodash
npm install node-telegram-bot-api

After this the gekko app was restarted using "node gekko --ui > logs/ui.log 2>&1 &"

I've started a papertrader and in the bot chat used the command "/help" but nothing happens.

Can someone point me to what I'm doing wrong, please?
  Reply


Forum Jump:


Users browsing this thread: