This project implements a profit-taking crypto trading bot specifically designed for Crypto.com. By leveraging narrative-based predictions using liteLLM, this bot aims to enhance exit and reinvestment decisions. Recent research has shown that narrative forecasting—using storytelling techniques to frame predictions—significantly improves the accuracy of language model predictions in financial forecasting, with up to an 80% accuracy improvement in some scenarios. This approach combines both technical analysis and narrative-based market sentiment for a unique and optimized trading strategy.
- Purchase Price Tracking: This script maintains records of purchase prices for each asset in a structured database using SQLite and SQLAlchemy.
- API Integration: The bot interacts with Crypto.com’s API to retrieve real-time market data and execute buy/sell orders.