BitcoinExchangeFH is a slim application to record the price depth and trades in various exchanges. You can set it up quickly and record all the exchange data in a few minutes! If the exchange is not supported with the WebSocket API feed, it will automatically fall into using its REST API feed. The subscription section specifies the exchange and instruments to subscribe. After receiving the order book or trade update, each handler is updated. For example, for SQL database handler, it is updated with the corresponding SQl statements. The feed handler acts as a publisher in ZeroMQ. To receive the feed, please follow ZeroMQ instructions to start a subscriber. The application is compatible with version higher or equal to python 3.0.
Features
- Cryptocurrency exchange market data feed handler
- Stream market data to a target application (via ZeroMQ)
- Record market data for backtesting and analysis.
- Record market data to a in-memory database and other applications can quickly access to it
- Customize the project for trading use
- You can set it up quickly