BitCoinSensor

By Paul DeCarlo

BitCoinSensor 1

This is an IoT solution for monitoring the price of Bitcoin with Visual and Auditory cues pertaining to the volatility of the the CoinDesk exchange over a given time interval.

This project obtains the latest BTC price from CoinDesk every 30s and displays the value with a Green or Red background on the LCD based on whether the price has increased or decreased respectively since the last request.

Volatility is a measure of how much the price of a financial asset varies over time. This project also allows you to set an auditory alarm which sounds when the volatility index is exceeded.

The Volatility Index is computed using the exponential moving average formula:

accumulator = (alpha * currentNumericRate) + (1.0 – alpha) * accumulator
volatilityIndex = (currentNumericRate / accumulator) – 1

Note that the volatility Index is directional, thus if it is negative the volatility is moving the price downward and vice versa if positive.

The idea behind this project is to alert a potential investor of breakneck swings in the price of BTC. This could be very important given that the BTC exchange is open 24/7. Thus, a savvy investor could potentially save themselves from a heavy loss if they were alerted to say a 5% negative volatility Index swing that were to occur while the investor is sleeping. Likewise, one could be alerted of a peak selling opportunity should the volatility Index report a rise.

Component list:
1*Grove LCD RGB Backlight
1*Grove Buzzer
1*Intel Edison with Arduino Breakout Kit
2*Grove Base Shield V2

BitCoinSensor 2

Source: http://www.hackster.io/pjdecarlo/bitcoinsensor

About Author

Calendar

December 2014
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031