|
@@ -2,17 +2,21 @@ In 2013, my freshman year of college, I stumbled upon coinbase when a friend of
|
2
|
2
|
|
3
|
3
|
Developer Index
|
4
|
4
|
* Analyze GitHub commits, forks, pull requests and contributors since GitHub development precedes major development in underlying tech.
|
|
5
|
+
|
5
|
6
|
ICO Database
|
6
|
7
|
* Determine actionable trends in successful ICO’s.
|
|
8
|
+
|
7
|
9
|
Sentimental Analysis
|
8
|
10
|
* Twitter especially has its own crypto-community. Maybe attempt to use their API to identify popularity of tags or sentiment of popular ”crypto” accounts.
|
9
|
11
|
* Query crypto related searches on google (using trends.google.com)
|
|
12
|
+
|
10
|
13
|
Network hash rates(probably too difficult)
|
11
|
14
|
* Extract forward price movements from miner power allocation
|
12
|
15
|
|
13
|
16
|
Evaluation:
|
14
|
|
-Choose different durations
|
15
|
|
-Just test bull market
|
16
|
|
-Just test bear market
|
17
|
|
-Just test flat market
|
|
17
|
+* Choose different durations
|
|
18
|
+* Just test bull market
|
|
19
|
+* Just test bear market
|
|
20
|
+* Just test flat market
|
|
21
|
+
|
18
|
22
|
(Possibly learn how to use quantopian to backtest)
|