stam / crypto

A tool for crypto trading, backtesting & visualisation
MIT License
16 stars 3 forks source link

Add realistic market interface #15

Closed stam closed 5 years ago

stam commented 6 years ago

Currently the market just creates an order based on the given tick, immediately executing them.

It should provide an interface where one can create an order, and the market executes it at the right time (when the tick value meets the order value).