Skip to content

An agent based simulation of the stock market (built w/ Jeremy Stephens at Georgia Tech)

Notifications You must be signed in to change notification settings

appscluster/stock-market-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Market Simulator

Agent-based experimental market for testing trade strategies and forecasting price movements.

The simulator has the following Python package dependencies:

  • numpy

  • matplotlib

Usage

From the root directory of the repo, run the following:

"python -m src.run -num_agents [n] -timesteps [t]"

where n is the number of agents and t is the number of timesteps to simulate.

About

An agent based simulation of the stock market (built w/ Jeremy Stephens at Georgia Tech)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages