gdax-manual-trader

1.0.1 • Public • Published

gdax-manual-trader

gdax-manual-trader allows you to execute limit and market orders with the press of a button. Start by providing values for:

  • key
  • secret
  • passphrase
  • market to trade
  • lot size

You will be then able to make trades by entering these default commands, followed by 'enter':

Command Action
b limit buy at best bid
s limit sell at best ask
mb market buy
ms market sell
c cancel all open orders
q quit program. will cancel all open orders before quitting
fq force quit without cancelling orders

gdax-manual-trader uses trade data to keep track of best bid and ask. So, the GDAX orderbook may change without a trade actually occurring. In that case, the best_bid and best_ask might be off by a few cents until a trade comes through.

Usage

npm install gdax-manual-trader
node node_modules/gdax-manual-trader/index.js

OR

git clone https://github.com/emileindik/gdax-manual-trader.git
cd gdax-manual-trader
npm install
node index.js

/gdax-manual-trader/

    Package Sidebar

    Install

    npm i gdax-manual-trader

    Weekly Downloads

    3

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    6.97 kB

    Total Files

    8

    Last publish

    Collaborators

    • emileindik