股票实盘操作训练代码及记录
☆40Oct 30, 2021Updated 4 years ago
Alternatives and similar repositories for stockpractice
Users that are interested in stockpractice are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 量化交易☆11Jan 3, 2023Updated 3 years ago
- 用Python分析etf投资记录数据☆23Jun 2, 2019Updated 6 years ago
- backtrader教程,包括数据、框架、策略及评估☆60Aug 23, 2021Updated 4 years ago
- 通达信指标公式插件,可以更高效的在vscode中编辑心仪指标☆60Apr 12, 2023Updated 2 years ago
- Some Quant ideas in Backtrader☆12Jan 12, 2022Updated 4 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- Shark Shell 是一个用于管理和自动化常见系统任务的脚本集合。它汇集了在工作中和业余时间开发的各种 Shell 脚本,旨在简化软件安装、配置、启动等任务。该项目涵盖了常见的系统服务与应用的部署,并通过不断的迭代开发,确保脚本的有效性和易用性。☆28Jul 9, 2025Updated 8 months ago
- 该工具作用是快速造数据,按照你想要的规则将造好的测试数据存入csv,方便postman,jmeter等工具做接口自动化 我们知道当我们做接口自动化的时候,制作入参的csv表格手动填写很麻烦,特别是当项目某个字段的规则变了以后,那么所有涉及到这个字段的正常和异常用例数据可能都…☆11May 18, 2019Updated 6 years ago
- Easylanguage parse to python☆22Feb 6, 2015Updated 11 years ago
- Using BaoStock to parse stock data and calculate some indicators. 用BaoStock来抓取A股的数据并计算一些指标。☆54Jul 6, 2023Updated 2 years ago
- 我的量化交易学习实践代码☆260Oct 26, 2020Updated 5 years ago
- 用backtrader实现一些交易策略的回测。☆102Jan 18, 2022Updated 4 years ago
- Docker image build for backtrader running on Jupyter Notebook / Anaconda 3 / Python 3☆13Oct 22, 2020Updated 5 years ago
- Basic template for managing Backtrader backtests.☆184Dec 13, 2021Updated 4 years ago
- 使用Go开发《基金数据分析系统》,项目系统框架是基于gin-api-template的基础上做二次开发,gin-api-template源码地址:https://github.com/52lu/gin-api-template,《基金数据分析系统》计划完成功能,主要有: 基…☆18Nov 8, 2021Updated 4 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- 支持更新一版的同花顺,改了一些因为UI变化而出现问题的地方☆42Oct 3, 2023Updated 2 years ago
- Python back testing system for trading strategies, based on backtrader and AkShare, customized for China market.☆29May 20, 2022Updated 3 years ago
- wxapp-store 是一个微信小程序本地数据持久化存储库,也可以在 wepy、taro 里使用。☆11May 22, 2019Updated 6 years ago
- tdx行情go版本☆21Nov 24, 2021Updated 4 years ago
- Backraded different trading strategies implemented using following indicators - SMA, EMA, WMA, RSI, MACD, MACD Histogram, Bollinger Bands☆22Sep 23, 2020Updated 5 years ago
- Screener for Stocks with Relative Strength New Highs & New Highs before Price, sorted by RS Score☆20Mar 19, 2021Updated 5 years ago
- A bot for Binance written in python☆10Jan 10, 2026Updated 2 months ago
- 微信小程序海报图片处理滤镜加剪裁☆13Jan 5, 2018Updated 8 years ago
- No Nonsense Forex Backtrader Strategy with Custom Indicator Studies☆30Oct 13, 2019Updated 6 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 移动端APP构建样例☆10May 1, 2018Updated 7 years ago
- 微信小程序实现的一个菜单demo,列表页实现上拉加载功能,详情页引用wxParse加载模板信息,详情页实现视频播放☆14Nov 29, 2019Updated 6 years ago
- 国金证券QMT下单、量化涨停、半路战法、股票量化工具包☆30Jan 21, 2024Updated 2 years ago
- ☆10Dec 17, 2021Updated 4 years ago
- 量化交易(数据类)引擎☆36Dec 29, 2025Updated 2 months ago
- 基于SpringSecurity+SpringSocial+OAuth2实现表单登录、短信验证码登录和QQ第三方登陆☆13Nov 1, 2017Updated 8 years ago
- Improved version of David Elliott's SerialKDPProxy☆23Mar 19, 2019Updated 7 years ago
- 跨交易所套利框架.基于 Python asyncio, CCXT, WebSocket.☆65Mar 20, 2021Updated 5 years ago
- An Quantatitive trading library for mutiple-assets 量化交易框架☆293Jun 26, 2023Updated 2 years ago
- NordVPN Threat Protection Pro™ • AdTake your cybersecurity to the next level. Block phishing, malware, trackers, and ads. Lightweight app that works with all browsers.
- Persistent data structures - immutable copy-on-write lists, maps and sets for Java☆11Feb 14, 2021Updated 5 years ago
- 有道词典 Chrome 扩展,提供功能:指词、划词、朗读、单词本、查询记录、导出~☆32Oct 7, 2023Updated 2 years ago
- 通达信数据读取 pytdx 的一个简便使用封装☆60Dec 21, 2018Updated 7 years ago
- A TOY Scheme interpreter implemented with JavaScript.☆14Aug 13, 2020Updated 5 years ago
- 把自动化接口测试和spring boot Controller层的单元测试相结合起来,根据hibernate validator和swagger ui定义的格式自动生成测试数据和测试用例,保证接口的参数的严格性,同时又可以通过简单的Json配置文件来生成业务测试用例,提供 …☆12Feb 26, 2018Updated 8 years ago
- 为扇贝网(www.shanbay.com)增加一些易用小功能,包括:词汇助记;批量添加单词增强;单词书创建增强;☆12Jun 18, 2015Updated 10 years ago
- 通达信行业板块,概念板块,风格板块,指数板块,细分行业成分股数据读取获取☆45Mar 25, 2023Updated 3 years ago