项目作者: evdubs

项目描述 :
Trading Simulator and Charting Application
高级语言: Racket
项目地址: git://github.com/evdubs/chart-simulator.git
创建时间: 2018-06-11T23:25:24Z
项目社区:https://github.com/evdubs/chart-simulator

开源协议:Mozilla Public License 2.0

下载


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:

  1. $ 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:

  1. $ raco pkg install --skip-installed gregor