8000 GitHub - akshaynexus/ladder-order-bot: Simple NodeJS orderbot that ladders orders
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

akshaynexus/ladder-order-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LadderBot

Simple bot to ladder buys and sells on a ccxt supported exchange


Prerequisites

  • NodeJS
  • NPM or yarn

Installation

With yarn

$ yarn install

With NPM

$ npm install
  • Edit apikey and secret key from exchange in config.json
  • Set pair data in config.json
  • Set increment percent and orders target.
  • Use negative increment percent for buy orders and positive increment for sell orders.
  • If you want to use a different exchange change the const exchange = 's contructor to the exchange you want to use.

Usage

  • npm start or yarn start

License

This project is licensed under the MIT License

About

Simple NodeJS orderbot that ladders orders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0