Skip to content

Commit a64cf51

Browse files
committedOct 13, 2015
remove histogram screenshot
1 parent facf3b0 commit a64cf51

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ to visualise and explore
99
[limit order book](http://parasec.net/transmission/order-book-visualisation/)
1010
data.
1111

12+
1213
## Included data
1314
The data is based on 8 days of limit order book events obtained from the
1415
bitstamp (bitcoin) exchange between 2015-08-18 and 2015-08-25 and has been
@@ -17,6 +18,7 @@ preprocessed with [obAnalytics](https://github.com/phil8192/ob-analytics).
1718
The time period covers a substantial depreciation (-24% over 7 days) and a
1819
significant market crash (-12% in < 30 minutes.)
1920

21+
2022
## Quick guide
2123

2224
The purpose of the tool is to be able to _zoom in_ to specific periods in time
@@ -86,8 +88,6 @@ individual limit order events (add, update, delete).
8688

8789
### Filtering
8890

89-
<img style="float:right" src="screens/filtering.png" width="353" height="612" alt="filtering" label="filtering"/>
90-
9191
All of the above graphs and tables may be filtered by time, price and volume.
9292

9393
If not specified, the tool will try to automatically determine the price and
@@ -96,6 +96,7 @@ volume range based on the distribution of events.
9696
For convenience, price and volume histograms are shown to help determine the
9797
filtering range.
9898

99+
99100
## Installing
100101

101102
### Locally
@@ -113,6 +114,7 @@ library(devtools)
113114
install_github("phil8192/ob-analytics")
114115
```
115116

117+
116118
## Deploying
117119

118120
### Locally
@@ -146,8 +148,8 @@ setAccountInfo(name="<account>", token="<token>", secret="<secret>")
146148
deployApp("/shiny-ob-analytics")
147149
```
148150

151+
149152
## License
150153

151154
GPL (>= 2)
152155

153-

‎screens/filtering.png

-33.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.