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,6.094,5.794,5.932,5.81
2017-10-09,6.444,5.621,5.81,5.94
2017-10-10,5.988,5.684,5.94,5.92
2017-10-11,6.06,5.874,5.92,5.98
@@ -1499,4 +1498,5 @@ time,high,low,open,close
2021-11-13,18.25,18.0,18.58,18.02
2021-11-14,16.93,16.58,18.02,16.58
2021-11-15,17.54,17.03,16.58,17.35
2021-11-16,18.84,16.84,17.35,18.19
2021-11-16,18.76,18.24,17.35,18.28
2021-11-17,18.86,17.87,18.28,18.27
1 time high low open close
2017-10-08 6.094 5.794 5.932 5.81
2 2017-10-09 6.444 5.621 5.81 5.94
3 2017-10-10 5.988 5.684 5.94 5.92
4 2017-10-11 6.06 5.874 5.92 5.98
1498 2021-11-13 18.25 18.0 18.58 18.02
1499 2021-11-14 16.93 16.58 18.02 16.58
1500 2021-11-15 17.54 17.03 16.58 17.35
1501 2021-11-16 18.84 18.76 16.84 18.24 17.35 18.19 18.28
1502 2021-11-17 18.86 17.87 18.28 18.27