@@ -9,6 +9,7 @@ to visualise and explore
9
9
[ limit order book] ( http://parasec.net/transmission/order-book-visualisation/ )
10
10
data.
11
11
12
+
12
13
## Included data
13
14
The data is based on 8 days of limit order book events obtained from the
14
15
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).
17
18
The time period covers a substantial depreciation (-24% over 7 days) and a
18
19
significant market crash (-12% in < 30 minutes.)
19
20
21
+
20
22
## Quick guide
21
23
22
24
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).
86
88
87
89
### Filtering
88
90
89
- <img style =" float :right " src =" screens/filtering.png " width =" 353 " height =" 612 " alt =" filtering " label =" filtering " />
90
-
91
91
All of the above graphs and tables may be filtered by time, price and volume.
92
92
93
93
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.
96
96
For convenience, price and volume histograms are shown to help determine the
97
97
filtering range.
98
98
99
+
99
100
## Installing
100
101
101
102
### Locally
@@ -113,6 +114,7 @@ library(devtools)
113
114
install_github(" phil8192/ob-analytics" )
114
115
```
115
116
117
+
116
118
## Deploying
117
119
118
120
### Locally
@@ -146,8 +148,8 @@ setAccountInfo(name="<account>", token="<token>", secret="<secret>")
146
148
deployApp(" /shiny-ob-analytics" )
147
149
```
148
150
151
+
149
152
## License
150
153
151
154
GPL (>= 2)
152
155
153
-
0 commit comments