All Projects → Rockyzsu → Stock

Rockyzsu / Stock

30天掌握量化交易 (持续更新)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Stock

dipiper
基于nodejs的股票数据爬虫
Stars: ✭ 83 (-97.2%)
Mutual labels:  stock, quant
Rqalpha
A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities
Stars: ✭ 4,425 (+49.19%)
Mutual labels:  stock, quant
trader
交易模块
Stars: ✭ 20 (-99.33%)
Mutual labels:  stock, quant
tqk
한국 주식 데이터를 위한 R 패키지
Stars: ✭ 55 (-98.15%)
Mutual labels:  stock, quant
Qlib Server
Qlib-Server is the data server system for Qlib. It enable Qlib to run in online mode. Under online mode, the data will be deployed as a shared data service. The data and their cache will be shared by all the clients. The data retrieval performance is expected to be improved due to a higher rate of cache hits. It will consume less disk space, too.
Stars: ✭ 81 (-97.27%)
Mutual labels:  stock, quant
akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 5,155 (+73.8%)
Mutual labels:  stock, quant
Trady
Trady is a handy library for computing technical indicators, and it targets to be an automated trading system that provides stock data feeding, indicator computing, strategy building and automatic trading. It is built based on .NET Standard 2.0.
Stars: ✭ 433 (-85.4%)
Mutual labels:  stock, quant
backend-ctp
CTP接口封装,使用redis做消息中转
Stars: ✭ 26 (-99.12%)
Mutual labels:  stock, quant
Pyspider Stock
A project using pyspider to collect data and NLP techs to analyze the correlation among the data
Stars: ✭ 56 (-98.11%)
Mutual labels:  stock, quant
Abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
Stars: ✭ 8,589 (+189.58%)
Mutual labels:  stock, quant
Beibo
🤖 Predict the stock market with AI 用AI预测股票市场
Stars: ✭ 46 (-98.45%)
Mutual labels:  stock, quant
Amazingquant
基于Event-driven的量化交易解决方案
Stars: ✭ 128 (-95.68%)
Mutual labels:  stock, quant
pystockfilter
Financial technical and fundamental analysis indicator library for pystockdb.
Stars: ✭ 26 (-99.12%)
Mutual labels:  stock, quant
openctp
CTP开放平台提供A股、港股、美股、期货、期权等全品种接入通道,通过提供中泰证券XTP、华鑫证券奇点、东方证券OST、东方财富证券EMT、盈透证券TWS等各通道的CTPAPI接口,CTP程序可以无缝对接各股票柜台。平台也提供了一套基于TTS交易系统的模拟环境,同样提供了CTPAPI兼容接口,可以替代Simnow,为CTP量化交易开发者提供7x24可用的模拟环境。
Stars: ✭ 389 (-86.88%)
Mutual labels:  stock, quant
mooquant
MooQuant 是一个基于 pyalgotrade 衍生而来的支持 python3 的支持国内A股的量化交易框架。
Stars: ✭ 24 (-99.19%)
Mutual labels:  stock, quant
Akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 4,334 (+46.12%)
Mutual labels:  stock, quant
Sphinx Quant
一个基于vnpy,支持多账户,多策略,实盘交易,数据分析,分布式在线回测,风险管理,多交易节点的量化交易系统;支持CTP期货,股票,期权,数字货币等金融产品
Stars: ✭ 217 (-92.68%)
Mutual labels:  stock, quant
MyTT
MyTT将通达信,同花顺,文华麦语言等指标公式,最简移植到Python中,核心库单个文件,仅百行代码,十几个核心函数,神奇的实现所有常见技术指标算法(不依赖talib库)的纯python实现和转换通达信MACD,RSI,BOLL,ATR,KDJ,CCI,PSY等公式,全部基于pandas函数计算方法封装,简洁且高性能,能非常方便的应用在股票指标公式,股市期货量化框架分析,自动程序化交易,数字货币量化等领域,它是您最精练的股市量化工具。Python library with most stock market indicators.
Stars: ✭ 888 (-70.06%)
Mutual labels:  stock, quant
Fooltrader
quant framework for stock
Stars: ✭ 960 (-67.63%)
Mutual labels:  stock, quant
Zvt
modular quant framework.
Stars: ✭ 1,801 (-39.28%)
Mutual labels:  stock, quant

更好的帮助自己炒股(亏钱-。-)

2021-01-28 更新

目前正在重构项目代码,目录结构可能与下面描述有些出入,后期会慢慢更新修改,感谢大家的关注与支持。


datahub/ 数据采集部分

fund/ 基金相关的分析部分

trader/ 交易部分

文末有券商开户福利:股票万一免5,转债百万之二,还提供券商自动化接口开户


码农的量化交易,把经历写成代码推送到github。代码和策略会一直保持更新,如果你有好的策略或者想法和疑问想要交流,可以加文末微信。

新增:

fund(基金)

  • fund/LOFShareDection.py 监控LOF、ETF场内份额变动
  • fund/ark_funds.py 获取ARK ETF每日持仓数据,并写入mongodb
  • fund/fund_share_update.py 上交所,深交所 基金场内基金份额监控
  • fund/fund_share_monitor.py 上交所,深交所 基金基金份额查询,规模变动
  • fund/fund_info_spider.py 集思录基金,腾讯证券基金折价率,溢价率 爬虫
  • fund/etf_info.py 市场指数基金的持仓股监控
  • fund/ttjj.py 天天基金数据获取

datahub(数据源)

  • datahub/niwen.py 宁稳可转债下载

  • datahub/public_private_fund_members.py 公墓私募基金成员数据

  • datahub/jucao_ammouncement.py 巨潮公告批量获取+PDF下载

  • datahub/bond_industry_info.py 可转债行业分布

已有:

  • datahub/black_list_sql.py 记录A股市场上所有有黑历史的股票名单,并存入数据库
  • big_deal.py 监控每天A股市场上的大单交易
  • bond_monitor 可转债监控
  • ceiling_break.py 新股一直板开板后多少天能够重新回到开板价格
  • delivery_order.py 把交割单导出到Mysql,便于查找某只清仓股的操作历史痕迹,对自己的操作记录一目了然
  • fetch_each_day.py --获取每天换手率前50的热门股
  • filter_stock.py 通过不同的因子策略选股,常见的如市盈率,流通量,股东数,基金持股数等
  • foreign_exchange.py 获取美元汇率的每天走势并存入Mysql
  • get_break_high.py --获取当天破50天新高的股票。为什么不获取60天呢? 因为大家都在用,用的人多了就不准了。
  • ipospeed.py 统计每天IPO新股发行速度与大盘的相关性
  • ipo_stock.py 新股统计
  • jisilu.py 获取集思录的可转债行情
  • jubi.py -获取国内山寨币平台的实时数据
  • new_stock_break 分析新股的开板时机
  • new_stock_fund 打新基金获取,并选出中签科创板的基金
  • pledgeed_validation.py 股权质押数据整理
  • push_msn.py -短信提醒自己 设定的某个股票价格或者涨幅达到自己 要求
  • relationship_case.py 每个月的解禁股与大盘指数的关系
  • select_stock.py - 选股策略, 根据自己的经验选出来的个股。
  • SPSIOP_PRICE.py - 华宝油气估值 通过爬虫获取数据然后计算
  • stockInfo.py 爬取市场股票新闻消息,并存储到ElasticSearch数据库中
  • strategy_verify.py 获取雪球的策略并验证
  • simulation.py 记录自己的模拟仓
  • strategy_verify.py -获取雪球的即时交易策略
  • win_or_lost_each_day.py --评估自己每天每只股票的盈亏情况 完成度100%
  • zdt.py --每天股票市场的涨停热度

福利

券商量化下单接口

支持python语言,可云端部署与本地运行两种模式,支持A股市场股票,转债,基金等品种。

实盘python下单接口

接口文档

费率

交易费率极低,股票万一免五,没有最低收费;可转债百万分之二

20211101213938


开通量化接口后是不收取额外费用,可永久使用。

开通条件是开户后入金30W保持一天时间即可。后续即可取出。


当然也有其他主流券商可选,华泰,广发,华宝,招商,国金,银河证券等等,基本可以涵盖主流券商。


开通方式:

也有港股打新开户,欢迎来撩,非诚勿扰。注明:开户。


关注开发者公众号: 可转债量化分析


公众号

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].