STOX is a virtual trading app built with Unity, offering an immersive platform to simulate stock and cryptocurrency trading. With features like portfolio tracking, real-time API-driven data, and market news integration, it’s perfect for practicing trading strategies risk-free.
- 📊 Real-Time Trading: Simulate buying and selling stocks and cryptocurrencies with live data.
- 💼 Portfolio Management: Track your virtual investments and analyze performance.
- 📰 Market News Integration: Stay informed with the latest financial updates directly in the app.
- 💰 Crypto Trading: Trade virtual cryptocurrencies with real-time pricing.
- 🎮 Unity-Powered Design: A seamless, intuitive, and interactive user interface.
Check out the STOX preview video here:
-
Clone the Repository:
git clone https://github.com/abhitechgames/StoxSimulator-VirtualTradingApp.git
-
Open in Unity:
- Install Unity Hub and open the project folder.
- Use the Unity version specified in
ProjectSettings/ProjectVersion.txt.
-
API Configuration:
- Obtain API keys for stock/crypto pricing and news (e.g., Alpha Vantage or Finnhub).
- Add your API keys in the configuration file or Unity scripts:
STOCK_API_KEY=your_stock_api_key CRYPTO_API_KEY=your_crypto_api_key NEWS_API_KEY=your_news_api_key
-
Run the Project:
- Open Unity Editor, click Play to test the app.
- Use Build Settings to export the app for your preferred platform.
We welcome contributions! To contribute:
- Fork the repository.
- Create a branch:
git checkout -b feature-name. - Make your changes and test thoroughly.
- Submit a pull request for review.
This project is open-source under the MIT License.
For queries or suggestions, feel free to contact Abhi.



