bitmex-adaptive-limit
v0.3.2
Published
A library that manages adaptive limit orders on Bitmex.
Maintainers
Readme
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
npm install -g bitmex-adaptive-limit- Setup
BITMEX_API_KEY_IDandBITMEX_API_KEY_SECRETenv variables to bitmex api key and secret. - Optionally change
BITMEX_CONTRACTto a different contract name, by default it'sXBTUSD. - Optionally change
BITMEX_TESTNETtotrue.
Usage
bitmex buy 3000bitmex sell 4000
