OpenSeSim
OpenSeSim is a stock market simulation software that does not use historical prices. Instead, prices are formed through the supply and demand of the trading bots.
Installation
-
Install Java
OpenSeSim is written in Java, so the Java Runtime Environment (JRE) must be installed on your computer. If it isn’t, download it from the Java download page and install it! -
Download OpenSeSim
Download the latest version of OpenSeSim here: sesim-002-alpha.jar
If you’d like to try an older version, you can choose one from the download page. - Run OpenSeSim
Double-click the downloaded file sesim-002-alpha.jar to start the program.
If that doesn’t work, open the command line (Terminal / Command Prompt) and navigate to the directory where the JAR file is located.
Type:
java -jar SeSim-002-alpha.jar
Alternatively, you can specify the full path, for example on Windows:
java -jar C:\Users\YourUserName\Desktop\SeSim-002-alpha.jar