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
- Host: GitHub
- URL: https://github.com/rwlist/autotrade-bot
- Owner: rwlist
- License: mit
- Created: 2020-02-18T20:23:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T22:40:02.000Z (almost 4 years ago)
- Last Synced: 2024-06-19T06:49:44.611Z (12 months ago)
- Language: Go
- Size: 275 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```