File size: 2,553 Bytes
9d8b761
 
 
 
 
 
 
 
469224d
9d8b761
9c9af70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e94ca69
 
9d8b761
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
license: mit
title: Charging Bull Trader
sdk: streamlit
emoji: πŸš€
colorFrom: blue
colorTo: green
short_description: 'A stock trading game '
sdk_version: 1.37.1
---

# Charging Bull Trader

## Overview

Welcome to **Charging Bull Trader**, a trading simulation game where you start with a balance of $10,000 and engage in buying and selling stocks. The game also allows you to seek news about stocks and tracks your performance over time.

## Features

- **Trade Stocks:** Buy and sell stocks from a predefined list.
- **Track Performance:** View your current cash balance, portfolio, and overall financial status.
- **Stock News:** Get the latest news about specific stocks.
- **Portfolio Performance:** Analyze the historical performance of stocks in your portfolio.
- **Database Tracking:** Each player's activity is recorded in a SQLite database, tracking transactions and performance.

## Getting Started

### Prerequisites

Ensure you have Python 3.8 or higher installed on your system. You'll also need to install the required Python packages, which can be done using the `requirements.txt` file.

### Installation

1. Clone this repository to your local machine:
   ```sh
   git clone https://github.com/anttiluode/chargingbulltrader.git
   cd chargingbulltrader
   ```

2. Create a virtual environment (optional but recommended):
   
   Use whatever software like Anaconda, or do not use a virtual environment.

3. Install the required packages:
   ```sh
   pip install -r requirements.txt
   ```

4. Run the Streamlit app:
   ```sh
   python -m streamlit run app.py
   ```
   or
      ```sh
   streamlit run app.py
   ```

6. Create account and log in. You may have to press the log in button twice for some reason. 

## Usage

1. **Create an Account:** Use the sidebar to create an account with a username and password.
2. **Login:** Once registered, log in using your credentials.
3. **Trade Stocks:** Buy and sell stocks through the trading interface.
4. **Check Performance:** View your current balance, portfolio, and transaction history.
5. **Explore News:** Get the latest news for stocks of interest.
6. **Analyze Portfolio:** View and analyze the historical performance of stocks in your portfolio.

## Credits

- **Author:** Created by Antti Luode with assistance from ChatGPT.
- **Image:** Generated by Flux.1 AI.
- **Music:** Composed by Udio.

## License

This project is licensed under the MIT License - see the LICENSE file for details.

---

Enjoy trading and tracking your stock performance with **Charging Bull Trader**!