Skip to content

Creating a simple backend app that runcs some logic to make money on a crypto exchange that is illiquid Preface The goal is to write some basic node.js code that sits on illiquid orderbook, and when an order is placed, quickly re-buys the same thing in more liquid markets to gain some arb

Notifications You must be signed in to change notification settings

ghagevaibhav/trading-bot

Repository files navigation

Creating a simple backend app that runcs some logic to make money on a crypto exchange that is illiquid

Preface

  • The goal is to write some basic node.js code that sits on illiquid orderbook, and when an order is placed, quickly re-buys the same thing in more liquid markets to gain some arb

trading-bot

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.24. Bun is a fast all-in-one JavaScript runtime.

About

Creating a simple backend app that runcs some logic to make money on a crypto exchange that is illiquid Preface The goal is to write some basic node.js code that sits on illiquid orderbook, and when an order is placed, quickly re-buys the same thing in more liquid markets to gain some arb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published