CryptoTradingSim is a Python-based CLI application that simulates cryptocurrency trading. Users can buy and sell cryptocurrencies with virtual money and track their portfolio.
- Start with a virtual balance of $10,000.
- Fetch live cryptocurrency prices using the CoinGecko API.
- Buy or sell cryptocurrencies.
- Track portfolio value and performance.
- View detailed trading history.
- Python 3.6+
- Install dependencies:
pip install requests
- Clone the repository:
git clone <repository_url>
- Navigate to the project folder:
cd CryptoTradingSim
- Run the application:
python crypto_trading_sim.py
- Add more detailed profit/loss analysis.
- Use a database for data persistence instead of JSON files.
- Include additional analytics and visualization features.
Enjoy trading!