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,99.9,98.55,101.66,98.65
2021-11-14,101.81,99.66,98.65,99.69
2021-11-15,103.13,100.1,99.69,101.98
2021-11-16,107.84,101.02,102.02,105.19
2021-11-16,107.84,101.02,102.02,103.05
2021-11-17,106.36,99.04,103.03,101.85
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 99.9 98.55 101.66 98.65
1499 2021-11-14 101.81 99.66 98.65 99.69
1500 2021-11-15 103.13 100.1 99.69 101.98
1501 2021-11-16 107.84 101.02 102.02 105.19 103.05
1502 2021-11-17 106.36 99.04 103.03 101.85