The Wayback Machine - http://web.archive.org/web/20200902060113/https://github.com/sashasochka/bitmex-adaptive-limit
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 

README.md

bitmex-adaptive-limit

Purpose

Allows making a market maker limit order that would automatically up your bids or decrease your asks to guarantee fast rebateable orders.

Installation & setup

  1. npm install -g bitmex-adaptive-limit
  2. Setup BITMEX_API_KEY_ID and BITMEX_API_KEY_SECRET env variables to bitmex api key and secret.
  3. Optionally change BITMEX_CONTRACT to a different contract name, by default it's XBTUSD.
  4. Optionally change BITMEX_TESTNET to true.

Usage

  1. bitmex buy 3000
  2. bitmex sell 4000
You can’t perform that action at this time.