Simple bot to ladder buys and sells on a ccxt supported exchange
- NodeJS
- NPM or yarn
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.
npm start
oryarn start
This project is licensed under the MIT License