#deployment #low-latency #continuous #trading #layer #algorithmic-trading #kucoin

bin+lib chaiwala

Service Layer for Kucoin Arbitrage, along with Continuous Deployment

5 releases

0.1.5 Oct 15, 2023
0.1.4 Oct 8, 2023
0.1.3 Sep 25, 2023
0.1.2 Aug 20, 2023
0.1.1 Aug 13, 2023

#257 in Finance

MIT license

42KB
866 lines

Chaiwala

Chaiwala is a service layer for Kucoin Arbitrage, along with Continuous Deployment

Introduction

Perfect algorithms and software architectures are not enough for algo-trading. A low latency network environment is needed to properly place order, which highlights the need of deployment to the cloud. As of now, Kucoin API has the lowest latency at AWS east japan, which suggests deployment on ECS Fargate using docker.

Monitoring via Discord

kucoin_arbitrage's monitor mod is modified as report mod in chaiwala, which sends the MPS counter report to Discord channel in real time.

Core Runtime Management via REST

set core's runtime status using GET command i.e.
Enable: http://localhost:1080/set?status=Running
Disable: http://localhost:1080/set?status=Idle

Docker

Build docker image locally: docker build . -t local-chaiwala -f ./.deploy/local.dockerfile
Run local docker image: docker run -p 80:1080 local-chaiwala:latest

Features to be Included

Feature API Status
System warning report Discord bot Available
Arbitrage performance report via Discord bot Discord bot Available
Release build Docker Pending
AWS Continuous Deployment Docker Pending
Remote request process REST Available
Process management REST Available
Arbitrage broadcast WebSocket Pending

Discord Server

Join my Discord

Dependencies

~27–44MB
~821K SLoC