Giter Club home page Giter Club logo

fincharts's Introduction

Stock Charts (Electron.js) desktop application using React and Immutable.js

screen shot 2015-07-03 at 6 41 24 pm

screen shot 2015-07-03 at 6 42 16 pm

Perf metrics

screen shot 2015-02-13 at 4 44 03 am

Architecture (draft)

  • Application leverages React's Flux architecture where the data/state changes flow in an uni-directional way making the application easy to reason about.
  • Describes the entire state of the application in an immutable persistent data structure (using immutable.js) similar to OM's style of global atom state. Any user action creates an action message which updates the app state creating a new state reference and triggers a re-render of the app. Due to the immutable nature of the state, React components can leverage "canComponentUpdate" just by comparing the state references. This speeds up the rendering (by skipping the render step when not needed) on top of virtual dom comparision provided by React.
  • Q promises for coordinating async tasks.
  • Downloaded ticker data will be stored on disk (for now).

Run

(from root)

  • nvm use (current v6.6.0)
  • npm install
  • gulp (builds and opens the app)
  • gulp dev (builds, adds file watchers and opens the app)

Build

  • gulp
  • stylus
  • nib
  • node-webkit-builder
  • watchers (dev)
  • auto reload (dev)

Chart Components

  • Axis, Labels
  • Y-axis (Prices, Percentages)
  • Scales
  • Normal
  • Log
  • Grid Lines
  • Main chart (line, area, candlestick, OHL, OHLC)
  • Volume bars
  • Crosshairs
  • Split view (compare ticker, RSI, ADX etc)
  • Multi chart layout (3H, 3V, 2H, 2V)
  • Animate chart
  • Listing of added modules on the chart (with remove option)

Settings

  • Timeframe (3m, 6m, 1y, 3y, 5y, all, custom)
  • Daily, Weekly, Monthly
  • Sync crosshairs
  • Compare tickers
  • Technical indicators
    • Moving Averages
    • RSI
    • Bollingar Bands
    • ADX
    • Avg Volume
    • Fib ranges
  • Themes (light/dark)

fincharts's People

Contributors

guptag avatar

Watchers

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