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,0.0,0.0,0.0,0.0
2017-10-09,0.0,0.0,0.0,0.0
2017-10-10,0.0,0.0,0.0,0.0
2017-10-11,0.0,0.0,0.0,0.0
@@ -1499,4 +1498,5 @@ time,high,low,open,close
2021-11-13,1024.91,1011.02,1020.95,1023.92
2021-11-14,1047.51,1025.43,1023.92,1047.21
2021-11-15,1063.86,1032.62,1047.21,1044.28
2021-11-16,1111.23,1042.21,1044.06,1092.42
2021-11-16,1073.23,1043.52,1044.28,1070.78
2021-11-17,1089.92,1062.7,1069.4,1080.61
1 time high low open close
2017-10-08 0.0 0.0 0.0 0.0
2 2017-10-09 0.0 0.0 0.0 0.0
3 2017-10-10 0.0 0.0 0.0 0.0
4 2017-10-11 0.0 0.0 0.0 0.0
1498 2021-11-13 1024.91 1011.02 1020.95 1023.92
1499 2021-11-14 1047.51 1025.43 1023.92 1047.21
1500 2021-11-15 1063.86 1032.62 1047.21 1044.28
1501 2021-11-16 1111.23 1073.23 1042.21 1043.52 1044.06 1044.28 1092.42 1070.78
1502 2021-11-17 1089.92 1062.7 1069.4 1080.61