Git Product home page Git Product logo

tradebot's Introduction

wercker status

coinbot

coin trading assistant bot

development

requirements

optional

  • nvm node version manager to ensure you are on the right version of node. uses the projects .nvmrc.

setting up

git clone https://github.com/awitherow/coinbot
cd coinbot
cp -i .envexample .env
yarn
yarn dev

.env

there are 5 required environment variables that are used in the application:

KEY
SECRET
PASS
ENDPOINT
CURRENCY

These are used to connect to the authenticated client, to get account related stuff.

To get the key, secret, pass you will need to create a key via gdax > settings > api.

We are only using view permissions for this app at the moment.

You need to save these somewhere secure. If you lose them, you will need to generate new ones.

Currency can be of type USD, EUR, GBP, or BTC.

When you have these, simply set the items in your .env, example:

KEY=3469038hae4ha0e9h3
SECRET=aeprhajerh09ua34zahe
PASS=ah049ja4ha0fh09a34jh
ENDPOINT=https://api.gdax.com
CURRENCY=USD

optional

Twilio is integrated so you can send yourself text messages.

YOU will need to modify your .env to include the following:

TWILIO_SID=
TWILIO_TOKEN=
YOUR_PHONE=
TWILIO_PHONE=

scripts

yarn dev

This will use nodemon to watch for changes and restart the server with each file save. Be mindful, as it watches EVERY FILE FOR CHANGE.

todo

  • sell recommendations
  • telegram hookup
  • [] ensure proper data is there before performing functions (gdax-node fail)
  • [] prettier chalkification
  • [] shell configuration script to set risk/frequency of trading wishes
  • [] json storage
  • [] mutli coin integration
  • [] comparing potential profits on multicoin

technology

tradebot's People

Contributors

awitherow avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.