The trading framework of the crypto assets
[Requirement]
- go version >= 1.9.2
- MongoDB
[Installation]
- git clone https://github.com/maisuid/madaoQT
- cd madaoQT
- sh install.sh
- cd www
- bower install
- cd ..
- go run main.go
- Open link: http://localhost:8080
[modules]
-
config The global configuration of the system.
-
exchange The API of the exchanges
-
mongo The interface of the mongo to save to the tracking datas of the crypto-currency and the trading history.
-
server The http server to handle the http requests from clients
-
task We implment the trading strategies here. Each strategy is a task
-
www The front websites and resources