Vincent Sima 6 年之前
父節點
當前提交
48325bd04e
共有 3 個文件被更改,包括 2 次插入5 次删除
  1. 二進制
      .DS_Store
  2. 二進制
      UI1.0.pdf
  3. 2
    5
      readme.md

二進制
.DS_Store 查看文件


二進制
UI1.0.pdf 查看文件


+ 2
- 5
readme.md 查看文件

@@ -4,7 +4,6 @@
4 4
 ###Objective
5 5
 ------------
6 6
 
7
-
8 7
 **1.0**
9 8
 To create a fully autonomous cryptocurrency and foreign exchange currency pairs trading algorithm using Java, JavaScript, mySQL, and Vue.js. The goal of the project is to deliver a functioning product utilizing live BTC/Ethereum accounts, live trading data and technical analysis algorithms. The finished project will live on a server and will have a browser-based UI.
10 9
 
@@ -56,13 +55,10 @@ Completed trades will be posted to a dedicated Twitter Account.
56 55
 ------------
57 56
 Should an instructor wish to interact with this product on an ongoing basis, in the main method within the java root folder there will be an App.java file demonstrating some of the latest development in the product.
58 57
 
59
-
60
-
61 58
 ------------
62 59
 ###Resources
63 60
 ------------
64 61
 
65
-
66 62
 **Vue.js**
67 63
 >https://github.com/vuejs
68 64
 
@@ -102,8 +98,9 @@ Should an instructor wish to interact with this product on an ongoing basis, in
102 98
 >https://github.com/nyg/kraken-api-java
103 99
 
104 100
 
105
-
101
+------------
106 102
 ###To Do
103
+------------
107 104
 - Will I be able to utilize Python APIs? Will it be beneficial?
108 105
 
109 106
 - Is Chart.js the best charting tool to use?