Trading-bot is designed to automate and execute real-time crypto trades by generating high quality signals using a combination of indicators. Based on Coinbase exchange.
It is difficult to constantly and continuously monitor several different charts and indicators, leading to missed opportunities or inconsistent strategies that may result in inconsistent returns or even losses. Even when observing trend changes, emotions and gut feelings can get in the way of maintaining a consistent strategy.
Technology | Purpose | Language |
---|---|---|
ccxt Library | Fetch coin/price data | Python |
pandas, numpy | Data manipulation and calculation | Python |
matplotlib, plotly | Data visualization (optional later enhancement) | Python |
ta | Trading indicators (can later replace for custom indicators) | Python |
SQLite | Data logging (optional later enhancement) | SQL |
React, Flask | Future web-based dashboard | JavaScript, Python |