GoIB VS cempaka

Compare GoIB vs cempaka and see what are their differences.

GoIB

Pure Go interface to Interactive Brokers IB API (by gofinance)

cempaka

"Write a trading bot which buys low and sells high." Sounds simple enough, right? (by abissell)
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
GoIB cempaka
1 1
384 3
-0.3% -
0.0 2.9
over 2 years ago 11 months ago
Go Java
- GNU Affero General Public License v3.0
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.

GoIB

Posts with mentions or reviews of GoIB. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-30.
  • Algorithmic Trading with Go
    6 projects | news.ycombinator.com | 30 Jun 2023
    Yeah, I ended up taking https://github.com/gofinance/ib and wrote my own wrapper. This took a long time but has been stable since. I'm basically only doing buy lmt, sell lmt, cancel, and updates orders though. So, the logic is pretty simple. Catching all the return messages and structuring them correctly took tons of debugging, trail, and error. Basically, mapping the messages into the correct orders.

cempaka

Posts with mentions or reviews of cempaka. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-30.
  • Algorithmic Trading with Go
    6 projects | news.ycombinator.com | 30 Jun 2023
    While I was laid off and looking for work, I connected with a cryptocurrency market making firm that had access to a private broker feed which is not attached to any matching, so would occasionally go crossed and offer a pure arb opportunity for the same pairs. I had done some algo trading with Java in Kospi 200 options in 2011-2012 so I decided to put together a simple bot for them to try and grab the crossed markets when they occur. Even an incredibly simple trade like this requires quite a lot of work to get the risk management in place. I also took it as a chance to catch up on new Java features since I had been out of that ecosystem for awhile.

    It did successfully grab the arbs but there wasn't enough juice to justify more work on it and I got a job in the meantime, so I open sourced the whole thing: https://github.com/abissell/cempaka

What are some alternatives?

When comparing GoIB and cempaka you can also consider the following projects:

gobacktest - event-driven backtesting framework written in golang

intelligent-trading-bot - Intelligent Trading Bot: Automatically generating signals and trading based on machine learning and feature engineering

banking - Banking library written in Go.

quokka - Making data lake work for time series

accounting - money and currency formatting for golang

go-talib - A pure Go port of TA-Lib (http://ta-lib.org)

ofxgo - Golang library for querying and parsing OFX

go-finance - :warning: Deprecrated in favor of https://github.com/piquette/finance-go

Golang Crypto Trading Bot - A golang implementation of a console-based trading bot for cryptocurrency exchanges

vat - Go package for dealing with EU VAT. Does VAT number validation & rates retrieval.

decimal - Arbitrary-precision fixed-point decimal numbers in Go

https://github.com/alpeb/go-finance - Go library containing a collection of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations.