Stars
Scripts and doc for https://www.dolthub.com/repositories/chenditc/investment_data
Evilgrade is a modular framework that allows the user to take advantage of poor upgrade implementations by injecting fake updates.
An evil RAT (Remote Administration Tool) for macOS / OS X.
ClickHouse® is a real-time analytics database management syst FB3C em
This repository contains my solution for the QRT Data Challenge, which focused on predicting the outcomes of football matches based on team and player statistics. Finished 4th/+800.
alpha101, alpha191, alphalens, backtrader, 量化研究
A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities
免费开源A股量化交易数据库; 专注A股,专注量化,向阳而生; 开放、纯净、持续、为Ai(爱)发电。为个人量化交易而生,保卫3000点,珍惜底部机会......【股票数据,股票行情数据,股票量化数据,股票交易数据,k线行情数据,股票概念数据,股票数据接口,行情数据接口,量化交易数据】【多数据源融合,动态设置代理,保障数据高可用性】
A Sharpe ratio optimised decoder-only TFT based Momentum Transformer and LSTM Deep Momentum Network trading model using FinBERT breaking financial news sentiment and novel price action and VWAP pro…
中英文敏感词、语言检测、中外手机/电话归属地/运营商查询、名字推断性别、手机号抽取、身份证抽取、邮箱抽取、中日文人名库、中文缩写库、拆字词典、词汇情感值、停用词、反动词表、暴恐词表、繁简体转换、英文模拟中文发音、汪峰歌词生成器、职业名称词库、同义词库、反义词库、否定词库、汽车品牌词库、汽车零件词库、连续英文切割、各种中文词向量、公司名字大全、古诗词库、IT词库、财经词库、成语词库、地名词库、…
Financial Markets Data Visualization using Matplotlib
A complete set of volatility estimators based on Euan Sinclair's Volatility Trading
Polars extension for Ta-Lib: Support Ta-Lib functions in Polars expressions
Technical Analysis Library using Pandas and Numpy
scutquant是一个开源的离线量化投资平台,由华南理工大学量化投资协会负责维护. 该框架具有低耦合, 高内聚的特点
A framework for gene expression programming (an evolutionary algorithm) in Python
Enhance the gplearn package to support precise three-dimensional structured dimension genetic programming (GP), with a particular focus on enabling cross-sectional factor analysis within the package.
SmoothNLP 金融文本数据集(公开) Public Financial Datasets for NLP Researches Only
量化投资入门资料整理:1.多因子股票量化框架开源教程 2.学术界和业界的经典资料收录
An workflow in factor-based equity trading, including factor analysis and factor modeling. For well-established factor models, I implement APT model, BARRA's risk model and dynamic multi-factor mod…
Genetic Programming in Python, with a scikit-learn inspired API
改写了gplearn源码,原有的gplearn会把数据转为numpy,丢失了datetime和stockcode的原始信息。很难做截面的因子ic、ir分析,所以改动了相应的源码,使之可以做因子的截面ic分析。另外增加了时序函数和并行化框架ray的支持。
对GPLearn完成了三维改造,并且增加了IC,IR,RankIC等指标,增加了样本内样本外的数据保存,增加了基于IC追踪所有generation中符合要求的因子并保存的功能。