https://github.com/hsnice16/populate-order-book-depth
Ensures the order book has sufficient depth, tight spreads, and proper liquidity distribution to create a stable and active trading environment.
https://github.com/hsnice16/populate-order-book-depth
nodejs script
Last synced: 10 months ago
JSON representation
Ensures the order book has sufficient depth, tight spreads, and proper liquidity distribution to create a stable and active trading environment.
- Host: GitHub
- URL: https://github.com/hsnice16/populate-order-book-depth
- Owner: hsnice16
- Created: 2024-12-05T21:33:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T06:09:30.000Z (about 1 year ago)
- Last Synced: 2025-03-28T13:59:29.856Z (10 months ago)
- Topics: nodejs, script
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Populate Order Book Depth
Ensures the order book has sufficient depth, tight spreads, and proper liquidity distribution to create a stable and active trading environment.
---
## 🔌 Getting Started
1. Clone the repository on your local machine with the command below in your terminal, and cd into the `populate-order-book-depth` folder.
```shell
git clone https://github.com/hsnice16/populate-order-book-depth.git
cd populate-order-book-depth
```
2. Install dependencies.
```shell
npm install
```
3. Run the code.
```shell
node index.mjs
```