An open API service indexing awesome lists of open source software.

https://github.com/rwlist/autotrade-bot

Simple telegram bot for trading semi-automatization
https://github.com/rwlist/autotrade-bot

Last synced: 6 months ago
JSON representation

Simple telegram bot for trading semi-automatization

Awesome Lists containing this project

README

        

# autotrade-bot
Simple telegram bot for trading semi-automatization

## Basic functionality ideas

Bot should support entering and exiting the position, displaying current status and triggering exit by some fancy stop-loss function.

Of course, the bot must be accessible only by me.

## Config

Place config in `.env` file:

```..env
ADMIN_TELEGRAM_ID=1
BOT_TOKEN=2:A
BINANCE_API_KEY=Jw
BINANCE_SECRET=v
CHATEX_REFRESH_TOKEN=a
REDIS_PASSWORD=abc
REDIS_ADDR=10.10.10.10:6379
```