feat(Models): added a basic sktime model and missing USD crypto currency pairs (#7)

This commit is contained in:
Mark Aron Szulyovszky
2021-11-17 22:28:34 +01:00
committed by GitHub
parent 3fec439c08
commit 6e192ebc8a
75 changed files with 16723 additions and 116 deletions
+2 -2
View File
@@ -1,5 +1,4 @@
time,high,low,open,close
2017-10-08,132811.32,126264.15,123315.79,126603.77
2017-10-09,156906.98,136860.47,126603.77,144627.91
2017-10-10,117648.15,111685.19,144627.91,116314.81
2017-10-11,129979.59,126000.0,116314.81,128265.31
@@ -1499,4 +1498,5 @@ time,high,low,open,close
2021-11-13,41742.86,41177.14,43315.48,41217.14
2021-11-14,40296.09,39446.93,41217.14,39458.1
2021-11-15,37200.0,36107.69,39458.1,36784.62
2021-11-16,39938.89,35846.15,36784.62,38538.46
2021-11-16,39500.0,38406.59,36784.62,38494.51
2021-11-17,38708.79,36941.49,38494.51,37870.27
1 time high low open close
2017-10-08 132811.32 126264.15 123315.79 126603.77
2 2017-10-09 156906.98 136860.47 126603.77 144627.91
3 2017-10-10 117648.15 111685.19 144627.91 116314.81
4 2017-10-11 129979.59 126000.0 116314.81 128265.31
1498 2021-11-13 41742.86 41177.14 43315.48 41217.14
1499 2021-11-14 40296.09 39446.93 41217.14 39458.1
1500 2021-11-15 37200.0 36107.69 39458.1 36784.62
1501 2021-11-16 39938.89 39500.0 35846.15 38406.59 36784.62 38538.46 38494.51
1502 2021-11-17 38708.79 36941.49 38494.51 37870.27