Skip to content

Savazh/CryptoTradingSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

CryptoTradingSim

CryptoTradingSim is a Python-based CLI application that simulates cryptocurrency trading. Users can buy and sell cryptocurrencies with virtual money and track their portfolio.

Features

  • 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.

Prerequisites

  • Python 3.6+
  • Install dependencies: pip install requests

Usage

  1. Clone the repository: git clone <repository_url>
  2. Navigate to the project folder: cd CryptoTradingSim
  3. Run the application: python crypto_trading_sim.py

Future Enhancements

  • Add more detailed profit/loss analysis.
  • Use a database for data persistence instead of JSON files.
  • Include additional analytics and visualization features.

Enjoy trading!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages