Everything Bitcoin [Kioseff Trading]Hello!
This script retrieves most of the available Bitcoin data published by Quandl; the script utilizes the new request.security_lower_tf() function. 
Included statistics,
 
 True price
 Volume
 Difficulty
 My Wallet # Of Users
 Average Block Size
 api.blockchain size
 Median Transaction Confirmation Time
 Miners' Revenue
 Hash Rate
 Cost Per Transaction
 Cost % of Transaction Volume
 Estimated Transaction Volume USD
 Total Output Volume
 Number Of Transactions Per Block
 # of Unique BTC Addresses
 # of BTC Transactions Excluding Popular Addresses
 Total Number of Transactions
 Daily # of Transactions
 Total Transaction Fees USD
 Market Cap
 Total BTC
 
Retrieved data can be plotted as line graphs; however, the data is initially split between two tables.
  
The image above shows how the requested Bitcoin data is displayed.
However, in the user inputs tab, you can modify how the data is displayed.
For instance, you can append the data displayed in the floating statistics box  to the stagnant statistics box.
  
The image above exemplifies the instance.
You can hide any and all data via the user inputs tab.
In addition to data publishing, the script retrieves lower timeframe price/volume/indicator data, to which the values of the requested data are appended to center-right table.
  
The image above shows the script retrieving one-minute bar data. 
Up arrows reflect an increase in the more recent value, relative to the immediately preceding value. 
Down arrows reflect a decrease in the more recent value relative to the immediately preceding value.
The ascending minute column reflects the number of minutes/hours (ago) the displayed value occurred. 
For instance, 15 minutes means the displayed value occurred 15 minutes prior to the current time (value). 
Volume, price, and indicator data can be retrieved on lower timeframe charts ranging from 1 minute to 1440 minutes.
  
The image above shows retrieved 5-minute volume data.
Several built-in indicators are included, to which lower timeframe values can be retrieved.
  
The image above shows LTF VWAP data. Also distinguished are increases/decreases for sequential values.
  
The image above shows a dynamic regression channel. The channel terminates and resets each fiscal quarter. Previous channels remain on the chart. 
  
Lastly, you can plot any of the requested data. 
The new request.security_lower_tf() function is immensely advantageous - be sure to try it in your scripts!
