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,14.94,14.21,14.23,14.9
2017-10-09,16.99,14.82,14.9,16.08
2017-10-10,16.58,15.74,16.08,15.92
2017-10-11,16.2,15.7,15.92,15.91
@@ -1499,4 +1498,5 @@ time,high,low,open,close
2021-11-13,13.88,13.69,13.74,13.86
2021-11-14,14.16,13.86,13.86,14.16
2021-11-15,14.2,13.79,14.16,13.94
2021-11-16,14.31,13.91,13.94,14.26
2021-11-16,14.31,13.91,13.94,14.27
2021-11-17,14.4,14.19,14.27,14.27
1 time high low open close
2017-10-08 14.94 14.21 14.23 14.9
2 2017-10-09 16.99 14.82 14.9 16.08
3 2017-10-10 16.58 15.74 16.08 15.92
4 2017-10-11 16.2 15.7 15.92 15.91
1498 2021-11-13 13.88 13.69 13.74 13.86
1499 2021-11-14 14.16 13.86 13.86 14.16
1500 2021-11-15 14.2 13.79 14.16 13.94
1501 2021-11-16 14.31 13.91 13.94 14.26 14.27
1502 2021-11-17 14.4 14.19 14.27 14.27