A tool to simulate sell and buy orders execution to a local trading account and a local stockexchange market.
This project is intended to help practicing Buy and Sell orders on a market
by simulating a basic trading account and a local sandbox orderbook and a market.
- Selling shares available in the user account.
- Buying shares available on the "market".
The market has only 1 share available. - Visualizing shares hold by user as well as the amount of liquidity on the user account.
- Visualizing the amount of shares available on the market and the associated ASK and BID offers.
- Clone the repo on your local machine.
- Type the command:
python3 run.py
If you found an issue or would like to submit an improvement to this project,
please submit an issue using the issue tab above.
If you would like to submit PR with a fix, reference the issue you created.
Limit orders are not working.