- Syllabus of Contents
- Introduction Of Project
- Set up environmnet
- Include library
- License
- Developer Contact
Write a trading robot to automatively buy and sell BTC
- Read history data
- Use price index to decide whether should we buy or sell BTC
- Find out which parameter can earn more money in history data
Install
git clone https://github.com/Jacqueline-Tsai/quant-trading-crypto # clone
cd quant-trading-crypto
go run main.go
Install
Clone repo and install environment.yaml
git clone https://github.com/Jacqueline-Tsai/quant-trading-crypto # clone
cd quant-trading-crypto
conda env create -f environment.yml # create anaconda environment
Read history data from csv and using four price index, including ATR, SMA, DEMA and TRIMA, to measure the market condition.
Distributed under the MIT License. See LICENSE
for more information.
-
Jacqueline-Tsai - "[email protected]"
-
Oscar Wei - "[email protected]"
-
Project Link: https://github.com/Jacqueline-Tsai/quant-trading-crypto