Skip to content

seaic/MarketSimulation

Repository files navigation

Market Simulation

Create historical stock market simulation.

THIS PROJECT IS MADE FOR SCHOOL!

Overview

Material designed for Java. Tested with openjdk-17 and IntelliJ IDEA 2021.3.1

The program contains:

  • Standard simulation
  • Animated simulation
  • Calculating with different holdings
  • Demo live trading with a 100.000 USD portfolio

Image StockSimulation

Requirements

This tools are required for the installation:

  • Openjdk-17
  • javafx-sdk-17.0.2 (for windows x64 already implemented) Download Package

Installation

  1. Clone project
  2. Install the requirements
  3. Run Main.java

Troubleshooting

If you have the following error:

Error: JavaFx runtime components are missing, and are required to run this application

In IntelliJ go to: Run >> Edit Configuration >> Modify Options >> Add VM Option

--module-path /path/to/JavaFX/lib --add-modules=javafx.controls

Getting help

For general questions regarding this package, please hop over to Stack Overflow. If you think there is an issue with this package, check if the issue is already listed (either open or closed), and file an issue if it's not.

Contribute

For Contribution please use the Github functions:

Releases

Need a stable release? You can find them at releases

Links

The tutorial is composed of the following tutorials:

Licensing

This project is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages