Skip to content

evdubs/chart-simulator

Repository files navigation

chart-simulator

This Racket application will display stock price charts and trade simulation output. You can click on a trade execution pair in the simulator to view the corresponding stock chart.

Here is a sample image of the simulator: Simulator

Here is a sample image of a stock chart: Chart

The intended way to launch this application is by doing the following:

$ racket main.rkt -u db-username -n db-name -p db-password

db-username defaults to 'user' and db-name defaults to local, so those arguments can be omitted if they match your database. db-password must be provided.

You will need to either use data from these projects or provide a database schema that mirrors the schema provided by:

Requires Racket 7.0 or greater.

Dependencies

It is recommended that you start with the standard Racket distribution. With that, you will need to install the following packages:

$ raco pkg install --skip-installed gregor

About

Trading Simulator and Charting Application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages