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,22622.64,21792.45,20789.47,21792.45
2017-10-09,26976.74,23046.51,21792.45,24348.84
2017-10-10,19833.33,19037.04,24348.84,19648.15
2017-10-11,21836.73,21265.31,19648.15,21448.98
@@ -1499,4 +1498,5 @@ time,high,low,open,close
2021-11-13,2325.71,2202.29,2331.55,2287.43
2021-11-14,2398.32,2167.6,2287.43,2379.89
2021-11-15,2188.72,2094.36,2379.89,2120.51
2021-11-16,2305.56,1956.92,2120.51,2121.98
2021-11-16,2280.22,2093.96,2120.51,2106.04
2021-11-17,2135.71,1987.23,2106.04,2071.89
1 time high low open close
2017-10-08 22622.64 21792.45 20789.47 21792.45
2 2017-10-09 26976.74 23046.51 21792.45 24348.84
3 2017-10-10 19833.33 19037.04 24348.84 19648.15
4 2017-10-11 21836.73 21265.31 19648.15 21448.98
1498 2021-11-13 2325.71 2202.29 2331.55 2287.43
1499 2021-11-14 2398.32 2167.6 2287.43 2379.89
1500 2021-11-15 2188.72 2094.36 2379.89 2120.51
1501 2021-11-16 2305.56 2280.22 1956.92 2093.96 2120.51 2121.98 2106.04
1502 2021-11-17 2135.71 1987.23 2106.04 2071.89