Skip to content

kychanbp/dashVisualization

Repository files navigation

Trade Visualization and Execution Web App

A web app built on top of Dash to visualize financial data, and manage trades and portfolio. Financial data is downloaded from Interactive Brokers API using ib_insync. Data is stored in MongoDB with predefined schema. Portfolio management and trades are also done through Interactive Brokers API.

The web app is specific since data is stored in a specific format, and trades are made through Interactive Brokers only.

Getting Started

Prerequisites

The web app is a visualization and execution app. It does not responsible for downloading data and put them into MongoDB. If you want to use the web app, please also have a look on this repository for data download.

Features

Dashboard

Dashboard is used to visualize data stored in MongoDB. Visualization built includes

  • QQ Plot

  • Beta to SPY

  • 4 slots for visualizing data in financial statements

  • A table to display financial statements

  • A chart to display historical price data

Dashboard is also used to complete final check of target portfolio (as defined by users) by using the "passed", and "not passed" button in the end of page.

Order Management

Order management tab lists detailed stocks information for stocks that passed the checking in Dashboard.

The tab also provides a heat-map to visualize the correlation between stocks.

The calculate order amount button calculates the allocation to each stocks based on predefined principle amount, and it is assumed to be an equal portfolio.

The execute button sends signal to Interactive Brokers.

Portfolio

Current portfolio section shows the current portfolio of all accounts.

Historical portfolio section shows the historical position of a particular stock within a particular period of time.

Equity curve shows the change of portfolio value with respect to time.

QQ plot shows the distribution of portfolio value compared to normal distribution.

Demo

Built with

Running the tests

To-Dos

  • Improve comments to make the code readable
  • Write documentation
  • Build a more general web app, including flexible brokers connection, flexible dashboard, etc

Contributors

John Chan: Self-taught "programmer" with an interest in Finance, Technology, and the Environment.

Releases

No releases published

Packages

No packages published

Languages