Skip to content

A tool to simulate sell and buy orders execution to a local trading account and a local stockexchange.

License

Notifications You must be signed in to change notification settings

alainsopp/tradingaly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tradingaly : Basic trading account simulator

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.

Features

  • 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.

orderbook ui

How to use it?

  1. Clone the repo on your local machine.
  2. Type the command:
  python3 run.py

Find a bug or want to improve?

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.

Known issues (Work in progress)

Limit orders are not working.

About

A tool to simulate sell and buy orders execution to a local trading account and a local stockexchange.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages