happy519 / stack-orderflow

Orderflow chart GUI using finplot and pyqt5graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stack-orderflow

This repo is still undergoing heavy development.

Orderflow chart GUI using Finplot and PyQtGraph.

Plotting

The plotting is largely based on the original Finplot library, with slight modification in order to allow for orderflow plotting. The original finplot library package is included in this repo in finplotter/finplot_library. This repo modifies the original package in a pretty hacky way, so please use with caution. It is advised to look into the package itself for further customization.

How to use

The codes in this repo toy examples of utilising the original Finplot library for visualizing orderflow candlestick data. You may want to start off by going through the examples in examples/ directory.

Demo from examples

Example 01: Simple candlestick plot

Example 1

Example 02: Simple candlestick plot with technical indicator panels

Example 2

Example 03: Orderflow plot with static data

Example 3

To-do

Example 04: Orderflow plot with real time data streaming

About

Orderflow chart GUI using finplot and pyqt5graph


Languages

Language:Python 100.0%