1.0.1 • Published 6 years ago

gdax-manual-trader v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

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':

CommandAction
blimit buy at best bid
slimit sell at best ask
mbmarket buy
msmarket sell
ccancel all open orders
qquit program. will cancel all open orders before quitting
fqforce 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