Giter Site home page Giter Site logo

crypto-t's Introduction

CircleCI

Decentra

Stand alone client side automated trading for crypto-currency exchanges.

Similar to GTT, Decentra's purpose is to provide a unified dashboard for all crypto-currency exchanges. Decentra is a user friendly, pure frontend implementation which elimainates the need for a trusted third party to store API keys and access tokens. Dentra prioritizes onborading truly decentralized exchanges.

WIP @ decentra.exchange

Getting Started

GDAX

GDAX authorization is done using the cb-seesion header.

Login to GDAX Open the browser console and navigate to the settings page

Find the GET request for /profiles

Copy the cb-session in the request headers

Go to the profile page on crypto-trader and paste in the cb-session to the session input and click save

Features

  • Custom scripting
  • Order execution
  • Backtesting

Testing your scripts

Write scripts using the now array index when accessing current data. Pass in custom id's to the buy() and sell() methods to label the plot lines.

if(rebound){
  buy('reboud')
} else if(kOverBuy){
  buy('kOverBuy')
}else if (lastKOverD){
  sell('lastKOverD')
} else if(!nowKOverD) {
  sell('!nowKOverD')
}

Red lines represent sells. Red dotted lines represent sells for a loss. Green lines represent buys.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

crypto-t's People

Contributors

m2jobe avatar

Stargazers

Otto G avatar

Watchers

James Cloos avatar  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.