Skip to content

uzair223/forex-app

Repository files navigation

Forex App

Basic implementation of a Forex dashboard which allows user to select up to 8 different instruments as a part of their watchlist (displayed as mini charts). Central candlestick chart with functionality to change timeframes, and add/remove indicators. Implemented using d3.js. Economic calendar also included which subscribes to an RSS feed and parses in order to display in a panel to the left.

Data is pulled from Dukascopy API as bid_high, bid_low, ask_high, ask_low every second and transformed into bid and ask OHLC values. Results are streamed to the client using Server-Sent Events.

Screenshots

dashboard indicators economic calendar filters

Run project

git clone https://github.com/uzair223/forex-app
cd forex-app
npm install
npm run dev

About

Forex dashboard with charts, indicators, economic calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages