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,9.981,8.245,8.228,8.396
2017-10-09,11.53,10.26,8.396,10.74
2017-10-10,8.667,8.204,10.74,8.352
2017-10-11,9.571,8.98,8.352,9.531
@@ -1499,4 +1498,5 @@ time,high,low,open,close
2021-11-13,18.57,18.16,18.99,18.19
2021-11-14,17.8,17.35,18.19,17.4
2021-11-15,16.29,15.91,17.4,16.26
2021-11-16,17.9,15.54,16.26,16.87
2021-11-16,17.84,16.65,16.26,17.15
2021-11-17,17.24,16.18,17.15,16.84
1 time high low open close
2017-10-08 9.981 8.245 8.228 8.396
2 2017-10-09 11.53 10.26 8.396 10.74
3 2017-10-10 8.667 8.204 10.74 8.352
4 2017-10-11 9.571 8.98 8.352 9.531
1498 2021-11-13 18.57 18.16 18.99 18.19
1499 2021-11-14 17.8 17.35 18.19 17.4
1500 2021-11-15 16.29 15.91 17.4 16.26
1501 2021-11-16 17.9 17.84 15.54 16.65 16.26 16.87 17.15
1502 2021-11-17 17.24 16.18 17.15 16.84