KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Automatic-Stock-Trading
★ 72
Open GitHub ↗
Trading Algorithm by XGBoost
Download README (.md)
Explore Similar Repositories
algoTrade
:
algorithmic trading for quantitative strategies
coinbase-trading-bot
:
coinbase trading bot coinbase api advanced trade trading bot crypto trading bot automated trading coinbase trading bot typescript algorithmic trading ema atr coinbase bot crypto trading bot coinbase trading bot paper trading spot coinbase trading bot risk sizing zod nodejs coinbase trading bot fintech quant coinbase trading bot open source
coinfi
:
CoinFi is the cryptocurrency market intelligence platform.
tradingview-rs
:
TradingView data source library for Algorithmic Trading written in Rust
rockfish
:
Rockfish is an arbitrage bot for the Stellar Decentralized Exchange (SDEX)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Automatic-Stock-Trading
?
Download (.md)
# Automatic-Stock-Trading In Wall Street, the global financial center, the proportion of investment in artificial intelligence has increased gradually since the 2008 financial crisis (Source: Bloomberg) In addition, artificial intelligence can make reasonable decisions because it does not pay for the inefficiency of investment sentiment in determining whether to invest and scale.(E.g, The one AI system at the time of the global financial crisis in 2008 recorded a 681% ) ## Dataset We will use each of historical stock price dataset from the Reuters. The dataset contains the raw time-series data(Open, High, Low, Close, and Volume). <br /> ## Details of Dataset and Models <p align="center"> <img src="https://github.com/OpenXAIProject/Automatic-Stock-Trading/blob/master/structure1.jpg" width="600"> </p> + There are 10 stocks dataset(From 2015 ~ From 2017) and KOSPI index.<br /> + We use 10 stocks,KOSPI dataset not only 2015/2016(Jan-Dec) as train/Validation dateset, also 2016/2017(Jan-Dec) as test dateset.<br /> + We use XGBoost model. **Official website: https://xgboost.readthedocs.io/en/latest/index.html<br /> + XGBoost and other ensemble models is one of learning methods to predict stock prices. Afterwards based on past market data, stocks (listed in KOSPI market) are subject to post-verification(back-testing) and real-time simulation investment.<br /> + We calculate rates of each stock of returns every at the end of each week.<br /> ## Results + This is an example which is how well train/predict.(For details, Please refer the code "automatic_stock_trading.py") <p align="center"> <img src="https://github.com/OpenXAIProject/Automatic-Stock-Trading/blob/master/train_test_data.jpg" width="600"> </p> ## Requirements + XGboost (0.7) + numpy (1.15.1) + matplotlib (2.2.2) + scikit-learn (0.19.1) + Pandas (0.22.0) + Scipy (1.1.0) ## License [Apache License 2.0](https://github.com/OpenXAIProject/tutorials/blob/master/LICENSE "Apache") ## Contacts If you have any question, please contact Eunji Bang(eunji@unist.ac.kr). <br /> <br /> # XAI Project **This work was supported by Institute for Information & Communications Technology Promotion(IITP) grant funded by the Korea government(MSIT) (No.2017-0-01779, A machine learning and statistical inference framework for explainable artificial intelligence)** + Project Name : A machine learning and statistical inference framework for explainable artificial intelligence(의사결정 이유를 설명할 수 있는 인간 수준의 학습·추론 프레임워크 개발) + Managed by Ministry of Science and ICT/XAIC <img align="right" src="http://xai.unist.ac.kr/static/img/logos/XAIC_logo.png" width=300px> + Participated Affiliation : UNIST, Korea Univ., Yonsei Univ., KAIST, AItrics + Web Site : <http://openXai.org>