leiray / StockAILinks
一个利用中国股票市场日线级别数据分析的模型,历史数据来源tushare,sina,目前采用的模型算法是SVM,后续还会采用其他的算法来对比
☆38Updated 6 years ago
Alternatives and similar repositories for StockAI
Users that are interested in StockAI are comparing it to the libraries listed below
Sorting:
- 对于一个板块内的股票使用Kmeans聚类剔除垃圾股,利用遗传算法分析上市公司的财务指标,从基本面的角度得出合理的股票选择模型,帮助投资者在某个板块内确定出选择高收益股票的标准,策略样本外回测计效见backtest.png文件。☆70Updated 4 years ago
- 针对沪深300指数的历史交易数据,通过机器学习的方法,预测股票的价格(涨跌概率),并借此来形成相应的交易策略。☆29Updated 6 years ago
- 股票历史数据采集,存储到csv,MySQL,画K线图和成交量图,根据策略预测涨跌,选股☆62Updated 7 years ago
- 重新造轮子构建投资组合框架,适合大类资产配置和股票交易。☆52Updated 7 years ago
- 量化交易经典策略:alpha对冲(股票+期货) ,利用股指期货进行对冲的股票策略☆25Updated 7 years ago
- 预测A股所有股票涨跌☆125Updated 4 years ago
- 自动化Tushare数据获取和MySQL储存☆60Updated 3 years ago
- Create a heatmap for Real time China stocks price by Tushare's data☆54Updated 6 years ago
- 基于机器学习的股票投资算法,使用到了Auto-ARIMA、LSTM、SVM、Prophet、朴素贝叶斯、移动平均算法等多个算法,从信息收集、算法分析、回测等多个方面进行分析,从消息面、基本面、技术面三种分析方法进行分析。