https://github.com/vazw/chattrader
VXMA Trading Bot x TelegramBot
https://github.com/vazw/chattrader
binance binance-api binance-trading-bot chat-application chatgpt python telegram-bot trading-bot trading-strategies
Last synced: 5 months ago
JSON representation
VXMA Trading Bot x TelegramBot
- Host: GitHub
- URL: https://github.com/vazw/chattrader
- Owner: vazw
- Created: 2023-05-18T17:01:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T07:15:12.000Z (about 2 years ago)
- Last Synced: 2025-05-04T23:35:51.520Z (about 1 year ago)
- Topics: binance, binance-api, binance-trading-bot, chat-application, chatgpt, python, telegram-bot, trading-bot, trading-strategies
- Language: Python
- Homepage:
- Size: 246 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram Trading Bot with ChatGPT
VXMA Trading Bot Strategy with TelegramBot UI and ChatGPT Helper
Setting thought Telegram chat
## Dependency
- Docker
- Python
## Installtion
Put your TelegramBot and ChatGPT token to .env file
then run ./install.sh
installtion script may build Docker image and run it after finished.
you may be able to start you chat with bot on Telegram.
## Usage
- /start : use for the first time after completed installtion process
- /menu : Show application menu
- /help : Show help menu
- /clear : to clear bot's chat and reset ChatGPT session
- any messages without "/" may sent to chatGPT
## Screenshot
**later
## Todo
1. Edit download ohlc candle data to save into a file with specified symbols name and timeframe.
2. Add customs strategy and implements strategy files loader.
3. Seperate Thread for
- Data loading
- Signal generator from strategy
- Telegram Callback
- Money-managements
4. Implements more Exchange Post order Functions.