A simple server script to back test algorithmic trading programs.
The purpose of this project is to develop a simple server that will simulate a currency exchange by using historical data. The server takes in requests by using a simple API and execute the given orders or provide data about the exchange such as current price of the trading pair.
There are still a lot of features to work on. Here's the current list of features to be added:
✔ Improve order and portfolio logging.
✔ Add live trading functionality.
✔ Add multiple currency pairs.
This project is licensed under BSD-3-Clause license
and it is available in the LICENSE
file.