Skip to content

cyanly/lbplot-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Limit OrderBook Chart with Heatmap

This project demonstrates heatmap visualisation tool for Limit OrderBook. It combines order book data and heatmap visualisation to offer unique insights into market dynamics. It attempts to visualise how much money is waiting to be executed on each price level. Making it easier for human to analyse fake liquidity and useful to assist reverse engineering other market participants' algorithms.

  • SPA web with No Javascript
  • No node_modules were used in the making of this web app.
  • Dark/Light theme switch
  • For demo purpose no server: no historical data load

Live Demo

https://cyan.ly/lbplot-rs/


image

Made possible with

Getting Started

Prerequisites

Build and Run

  1. Trunk needs to be installed at path:

    cargo install trunk
  2. Run in local browser:

    cd web
    trunk serve --open
  3. Browser http://localhost:8080

License

Distributed under the MIT License. See LICENSE for more information.

About

Limit OrderBook Chart with Heatmap Visualisation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages