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,3802.34,3614.9,2828.38,3792.14
2017-10-09,3534.92,3083.3,3792.14,3345.07
2017-10-10,3479.75,3303.38,3345.07,3341.24
2017-10-11,3409.89,3305.48,3341.24,3349.66
@@ -1499,4 +1498,5 @@ time,high,low,open,close
2021-11-13,99.19,97.85,102.25,99.1
2021-11-14,100.66,98.53,99.1,100.63
2021-11-15,102.25,99.25,100.63,100.37
2021-11-16,102.09,97.85,100.41,101.43
2021-11-16,102.26,99.43,100.37,102.03
2021-11-17,106.18,101.8,102.0,104.67
1 time high low open close
2017-10-08 3802.34 3614.9 2828.38 3792.14
2 2017-10-09 3534.92 3083.3 3792.14 3345.07
3 2017-10-10 3479.75 3303.38 3345.07 3341.24
4 2017-10-11 3409.89 3305.48 3341.24 3349.66
1498 2021-11-13 99.19 97.85 102.25 99.1
1499 2021-11-14 100.66 98.53 99.1 100.63
1500 2021-11-15 102.25 99.25 100.63 100.37
1501 2021-11-16 102.09 102.26 97.85 99.43 100.41 100.37 101.43 102.03
1502 2021-11-17 106.18 101.8 102.0 104.67