Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telegram Bot - Responsive & Other Improvements #269

Open
Olney1 opened this issue May 27, 2021 · 2 comments
Open

Telegram Bot - Responsive & Other Improvements #269

Olney1 opened this issue May 27, 2021 · 2 comments
Labels
feature request Feature request for roadmap help required Help required from a contributor

Comments

@Olney1
Copy link

Olney1 commented May 27, 2021

It would be great to be able to message the bot to remotely control it and retrieve quick updates on demand when working remotely.

UPDATE = Latest line print

BALANCE - balance on account (portfolio specific for Coinbase)

RESTART = restart bot

STOP = stop bot

REPORT = latest P&L tracker

SELL = Quick sell positions (useful if you want to override bot config quickly)

BUY = Quick buy into a position (useful in rapidly changing bull conditions or if Elon Musk tweets!)


Other Improvements:

  • Bot notifies via Telegram when stopped.
  • Bot notifies via Telegram when restart is successful on autorestart for exception (currently the bot notifies when restart on exception is triggered but does not indicate that the restart was successful or that exception was resolved).
  • Bot notifies more detailed profit/loss breakdown on each sell via Telegram with price bought, fees and sell price.
@whittlem
Copy link
Owner

The way you would do this is creating a secure REST API which controls the bot. I think you would also need to implement some sort of message queue. The REST would add to the queue what needs to be done and then the bot would action those requests. Just an idea.

I'll add it to the roadmap. Maybe one of the contributors will want to pick this up.

@whittlem whittlem added feature request Feature request for roadmap help required Help required from a contributor labels May 28, 2021
@Olney1
Copy link
Author

Olney1 commented May 31, 2021

Thanks. Could we get just a simple Telegram notification in the meantime (or worked on first) when restart is successful or unsuccessful on autorestart for exceptions or API issues? Currently the bot notifies when restart on exception is triggered, however it does not indicate that the restart was successful or that exception was resolved.

Also, a simple notification when bot stops as well - which can link into this if autorestart does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature request for roadmap help required Help required from a contributor
Projects
None yet
Development

No branches or pull requests

2 participants