Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miksus/ecosys
Trading Simulator for observing the mechanics of markets
https://github.com/miksus/ecosys
finance python3 simulation stock-market trading trading-simulator
Last synced: 4 days ago
JSON representation
Trading Simulator for observing the mechanics of markets
- Host: GitHub
- URL: https://github.com/miksus/ecosys
- Owner: Miksus
- License: mit
- Created: 2019-01-25T16:01:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T18:46:47.000Z (almost 6 years ago)
- Last Synced: 2024-12-19T04:30:42.307Z (about 2 months ago)
- Topics: finance, python3, simulation, stock-market, trading, trading-simulator
- Language: Python
- Homepage:
- Size: 515 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EcoSys
[![Build Status](https://travis-ci.com/Miksus/ecosys.svg?branch=master)](https://travis-ci.com/Miksus/ecosys)
> Market simulator for stock mechanics
> Simulator, Virtual investing, Educational
![Orderbook](docs/img/generated_orderbook.png)
---
'
## Installation- Clone or download the source code this repo to your local machine using `https://github.com/Miksus/ecosys.git`
---
## Features
- Market Matcher that support multiple order types### Upcoming Features
- Simulated traders for inspecting behavioral aspects of trading and the mechanics of trading decision making
- Compete with the traders
- IPO system## Usage
> Please see [Market Matching Demo](docs/maket_demo.ipynb)## Test
Pytest was chosen as testing suites. Tests are found in test directory.---
## Author
* **Mikael Koli** - [Miksus](https://github.com/Miksus) - [email protected]
---
## License[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)
- **[MIT license](http://opensource.org/licenses/mit-license.php)**
- Copyright 2019 © Mikael Koli.