https://github.com/andrewmacmurray/simulator
Simulator to play back market trades
https://github.com/andrewmacmurray/simulator
concurrency haskell
Last synced: 5 months ago
JSON representation
Simulator to play back market trades
- Host: GitHub
- URL: https://github.com/andrewmacmurray/simulator
- Owner: andrewMacmurray
- License: bsd-3-clause
- Created: 2017-09-27T18:53:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T09:58:36.000Z (about 8 years ago)
- Last Synced: 2025-01-21T18:51:14.747Z (about 1 year ago)
- Topics: concurrency, haskell
- Language: Haskell
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simulator
Market simulator to play back trades from markets in real time
To run the simulator
1. build the executable with `stack build`
2. run the executable with `stack exec simulator -- market_a.csv market_b.csv market_c.csv`
This will print out totals from all three markets every second.