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,1156.02,1099.03,1299.26,1101.99
2017-10-09,1290.8,1125.88,1101.99,1189.78
2017-10-10,1172.14,1112.73,1189.78,1158.86
2017-10-11,1166.91,1131.18,1158.86,1151.52
@@ -1499,4 +1498,5 @@ time,high,low,open,close
2021-11-13,3955.06,3901.46,3927.15,3905.25
2021-11-14,3976.3,3892.5,3905.25,3893.61
2021-11-15,3935.97,3820.4,3893.61,3892.02
2021-11-16,4031.97,3768.19,3892.02,3905.35
2021-11-16,3969.63,3859.75,3892.02,3868.58
2021-11-17,3905.21,3784.74,3868.58,3863.29
1 time high low open close
2017-10-08 1156.02 1099.03 1299.26 1101.99
2 2017-10-09 1290.8 1125.88 1101.99 1189.78
3 2017-10-10 1172.14 1112.73 1189.78 1158.86
4 2017-10-11 1166.91 1131.18 1158.86 1151.52
1498 2021-11-13 3955.06 3901.46 3927.15 3905.25
1499 2021-11-14 3976.3 3892.5 3905.25 3893.61
1500 2021-11-15 3935.97 3820.4 3893.61 3892.02
1501 2021-11-16 4031.97 3969.63 3768.19 3859.75 3892.02 3905.35 3868.58
1502 2021-11-17 3905.21 3784.74 3868.58 3863.29