Lodax
Low latency high throughput GDAX orderbook analysis engine and trading bot
Install / Use
npx skills add canselcik/lodaxInstalls into whichever agent you are using.
README
LoDax - Low Latency High Throughput Pipeline to GDAX
See here for a better demo: https://gfycat.com/gifs/detail/JitteryReasonableAdeliepenguin



- Subscribes to the authenticated websockets feed to create a
Treapof asks and bids in realtime - Utilizes the
Financial Information Exchange (FIX) APIinstead of theREST APIto leverage low latency and lenient rate limits.
Setup for the FIX API
➜ main git:() openssl s_client -showcerts -connect fix.gdax.com:4198 < /dev/null | \
openssl x509 -outform PEM > /etc/fix.gdax.com.pem
➜ main cat /etc/stunnel/stunnel.conf
[GDAX]
client = yes
accept = 4198
connect = fix.gdax.com:4198
verify = 4
CAfile = /etc/stunnel/fix.gdax.com.pem
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
