HFTBOT VS DistributedATS

Compare HFTBOT vs DistributedATS and see what are their differences.

HFTBOT

Cross Exchange/Hedged market making Trading Bot in C++ (by Naseefabu)

DistributedATS

DistributedATS is a FIX Protocol based multi matching engine exchange(CLOB) that integrates QuickFIX and LiquiBook over DDS (by mkipnis)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
HFTBOT DistributedATS
4 1
89 56
- -
2.5 7.2
about 1 year ago 13 days ago
C++ C++
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

HFTBOT

Posts with mentions or reviews of HFTBOT. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-26.

DistributedATS

Posts with mentions or reviews of DistributedATS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-19.
  • Low-latency Systems Experience and Side Projects
    4 projects | /r/algotrading | 19 Nov 2022
    Several open-source projects can give you a head start. QuickFIX https://github.com/quickfix/quickfix FIX is the ABC of electronic trading. FIX is not a low-latency protocol, but it covers all aspects of electronic trading, from authentication to market data to order entry to post-trade reporting. Every trading venue supports FIX, so you must be familiar with it. QuickFIX provides FIX Server and Client implementations for all versions used on the street and python wrappers for all components. LiquiBook https://github.com/enewhuis/liquibook LiquiBook is an example of a low-latency matching engine. This project should give you an idea of how exchange matches orders. Itch-order-book https://github.com/charles-cooper/itch-order-book Itch-order-book is an example of a low-latency code to process market data. This project is an example of how to process millions of order book changes per second. ITCH is a low-latency market data protocol used by NASDAQ DistirbutedATS https://github.com/mkipnis/DistributedATS DistirbutedATS integrates QuickFIX and LiquiBook to create a simple yet functional exchange. DistributedATS is my experimental project so let me know if you have any questions.

What are some alternatives?

When comparing HFTBOT and DistributedATS you can also consider the following projects:

hummingbot - Hummingbot is open source software that helps you build trading bots that run on any exchange or blockchain

itch-order-book - Fast implementation of an ITCH order book