Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 746 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 746 Bytes

Scrooges Bitcoin Assignment

Simple app for analyzing bitcoin data from the selected time frame. App was built using HTML, CSS and Vanilla Javascript

Operations

There's three options for analyze.

  1. Longest downward trend

Returns biggest continuous downward trend inside the time frame and a price drop in total.

  1. Highest trading volume

Returns the day where bitcoin trading volume was the biggest.

  1. Highest profit possible

Returns the day you should sell and the day you should buy inside selected time frame. This means that if you do these transactions on those days, the profit would be best possible. Also returns gained profit for 1 bitcoin (€).

How to run

The app is hosted on https://scroogeapp.samuwarinowski.fi