This project is a virtual day trading game that allows users to simulate the trading of equities, currencies, and cryptocurrencies using fake dollars. It's a fun and risk-free way to learn about day trading and test out different strategies.
- Realistic Trading Experience: Trade equities, currencies, and cryptocurrencies just like you would in the real world.
- Risk-Free: Since you're trading with fake dollars, you can take risks and learn from your mistakes without any real-world consequences.
- Educational: Learn about different trading strategies and how different factors can affect the market.
-
Clone the repository to your local machine.
-
Navigate to the project directory.
-
Install the required dependencies by running
go get
. -
Set up your environment variables. Create a
.env
file in the /api directory of the project, and add your Polygon API key like so:POLYGON_API_KEY="your-api-key-here-from-https://polygon.io/" JSON_BIN_KEY="your-api-key-here-from-https://jsonbin.io/app/dashboard"
-
Run the program by executing
go run main.go
.
After setting up the project, you can start trading! The game will guide you through the process of buying and selling assets.
Contributions are welcome! Please read the contributing guidelines before getting started.
This project is licensed under the terms of the MIT license.