jazzonaut/IntelliTrader

Enhancement - Adding informations and controls for the telegram bot

Opened this issue · 0 comments

Hello,

Controlling our bots with telegram would allow us to easily check(on our phone) what is going on with our bots and be able to react fast in case of a big market change to not lose money.

Some exemples out of the blue:

/balance : Display our current balance (maybe also displaying the global market rating with it)
/daily : Display our daily profit % and number
/open : Display our current open orders
/stopbuy "botname/id" : Stopping buy orders for the x bot
/stopdca "botname/id" : Stopping DCA for the x bot
/stopall : To stop all trading operation on all the bots without stoping the processes
/startall : Start all the bots that were stoped previously
...
...
You get the idea.

Pretty much the things we can do on the web ui, but it would allow us to react much faster.