Pinned Repositories
data-science-from-scratch
code for Data Science From Scratch book
ieqi-wptheme
ieqi-wptheme
slides
Slides
youtube-dl
Small command-line program to download videos from YouTube.com and other video sites
Gwill's Repositories
Gwill/ieqi-wptheme
ieqi-wptheme
Gwill/backend-ctp
CTP接口封装,使用redis做消息中转
Gwill/CQF-1
Assignments submitted for the Certification in Quantitative Finance (CQF) 2016
Gwill/data-scientist-roadmap
Toturial coming with "data science roadmap" graphe.
Gwill/deep_trader
This project uses reinforcement learning on stock market and agent tries to learn trading. The goal is to check if the agent can learn to read tape. The project is dedicated to hero in life great Jesse Livermore.
Gwill/DeepLearningNotes
机器学习和量化分析学习进行中
Gwill/django-single-app-project-starter
A Django SingleApp structured Project Starter
Gwill/epicycle
Timer wheels in Python
Gwill/eth-price-prediction
Predicting Ethereum price changes. Results of an LSTM (Long Short Term Memory) and an SVM (Support Vector Machine) are being compared.
Gwill/Event-embedding-stock-prediction
Model news data in short, medium and long term for stock price trend prediction
Gwill/Event-Emitter
Gwill/event-emitter-1
:fountain: An event emitter implementation following C++11 semantics.
Gwill/event-emitter-plus-plus
a c++ based event-emitter
Gwill/factors-selection
stock factors selection methods
Gwill/ftdc
implement ftdc protocol of CTP in java
Gwill/GammaScalping
Gamma Scalping Trading Strategies
Gwill/go-interlang
Examples of calls between Go and C/C++ (and how to call a Go shared object from Node/Ruby/Python/Java)
Gwill/gym-trading
Environment for reinforcement-learning algorithmic trading models
Gwill/hight_hft
Gwill/HKEX_Historical_Full_Book_Unpack
Gwill/inside-zipline
深入了解zipline回测框架
Gwill/MultiCharts-PowerLanguage
FinTech
Gwill/MultipleFactorRiskModel
This project explores the way to construct the multiple factor risk model to calculate the risk contribution of each factor and the total portfolio risk using daily stock data from China.
Gwill/python-for-scientists
Notebooks for NHW2017 tutorial "Programming in Python"
Gwill/python-wheel-timer
hashed wheel timer implementation in python
Gwill/Python_Option_Pricing
An libary to price financial options written in Python. Includes: Black Scholes, Black 76, Implied Volatility, American, European, Asian, Spread Options
Gwill/spx_options_backtesting
Python Scripts for Backtesting SPX Put Strategies Using Black-Scholes Proxies
Gwill/stock2vec
Embedding stocks to vectors based on the price history
Gwill/strategy
Gwill/TimerWheel
分层时间轮法。 用来实现游戏中用到timer来实现各种各样的功能。实现事件缓存功能。