This repository is for demo and instruction purpose only.
The following packages are required:
pandas
numpy
lightgbm
Download daily stock data. In this demo, only price and volume information is used.
In this demo, a GBDT on raw price and volume info is used to predict future price.
python run_lgb.py --data <path-to-downloaded-daily-price-csv>
In this demo, transaction fee is not considered and trades are assumed to be settle on close price.