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,203.79,191.45,192.44,203.14
2021-11-14,206.84,199.45,203.14,200.77
2021-11-15,204.18,196.42,200.77,202.71
2021-11-16,210.82,197.47,202.71,205.4
2021-11-16,207.56,201.44,202.71,201.6
2021-11-17,203.99,192.75,201.6,197.57
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 203.79 191.45 192.44 203.14
1499 2021-11-14 206.84 199.45 203.14 200.77
1500 2021-11-15 204.18 196.42 200.77 202.71
1501 2021-11-16 210.82 207.56 197.47 201.44 202.71 205.4 201.6
1502 2021-11-17 203.99 192.75 201.6 197.57