Giter Site home page Giter Site logo

tradewatcher's Introduction

TradeWatcher

Display Big trades from Crypto Exchanges BitMex and Bitfinex using websocket

Installation

Simply copy tradewatcher.html and open it with a browser

Or use Preview

Usage

All numbers are displayed in USD:

Current pairs are :

  • Bitmex XBT/USD
  • Bitfinex BTC/USD
  • Bitfinex ETH/USD
  • Bitfinex XRP/USD

Displayed informations :

  • Delta : difference between buy and sell volume
  • Total
  • Price Change since : 1 2 5 10 30 60 120 minutes
  • Chart of buy/sell percentage per minute
  • 15 biggest trades, time sorted
  • Historical list of trades > 10000

Configuration

Exchanges, pairs and amount limit can be manualy setup using the listeners variable at the end of the javascript code

Changelog :

  • 0.04 Big trades are sorted by date, add stuff to todo
  • 0.03 Display volume chart

Todo

General:

  • Clean code, split logical/view
  • Get a host and make a website

Data :

  • Add Exchanges with websocket : binance gdax bittrex
  • Find a way to validate data consistency
    • Compare with trade list extract from exchange
    • Compare with BitmexRekt, bitmex whale
    • Check Bitmex Doc to extract more data
    • Validate order size on Bitmex
  • Fix Bitfinex disconnection : understand why, auto reload when off . create a reload button

UI:

  • Choose a Front lib, react/vue/? and build User interface
  • UI: choose exchange, pairs, limit, display option
  • UI: remember user configuration
  • UI: Button to turn off websocket
  • Implement some Charts
  • Better HTML integration, auto adding columns
  • Better handling of WS response, errors, limits, ban

Charts:

  • Choose way to chart:
    • pur canvas
    • d3.js
    • React-stockchart
    • other lib
  • What to chart :
    • price / volume overtime
    • %buy/sell
    • time/levels with big trades

Ideas

Volume indicator

  • make some time bucket : 1min

  • display percentage buy vs sell and total volume over time

  • for each period (1m,5m,...) display buy/sell volume with sum splitted by order size(buckets) 0.01 0.1 1 5 ... 10 000 000

  • display price zone with more volume, VPVR style ?

tradewatcher's People

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.