mzs0207
I am Muiden,i am a student .I love learning and open source.I hope I can make my own contribution to github one day.
Pinned Repositories
12306
12306智能刷票,订票
7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
91dl
91porn downloader & spider
91porn
采集91porn Mp4 Url,突破10个限制,自定义获取时长
A-Programmers-Guide-to-English
专为程序员编写的英语学习指南 v1.2。在线版本请点 ->
advanced-go-programming-book
:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
AI-for-Trading
📈This repo contains detailed notes and multiple projects implemented in Python related to AI and Finance. Follow the blog here: https://purvasingh.medium.com
automationTool
avellaneda-stoikov
Replication of study Avellaneda, Marco, and Sasha Stoikov: High-frequency trading in a limit order book. Quantitative Finance 8.3 (2008): 217-224.
DeepLOB-Deep-Convolutional-Neural-Networks-for-Limit-Order-Books
This jupyter notebook is used to demonstrate our recent work, "DeepLOB: Deep Convolutional Neural Networks for Limit Order Books", published in IEEE Transactions on Singal Processing. We use FI-2010 dataset and present how model architecture is constructed here. The FI-2010 is publicly avilable and interested readers can check out their paper.
mzs0207's Repositories
mzs0207/High-Frequency-Trading-Model-with-IB
A high-frequency trading model using Interactive Brokers API with pairs and mean-reversion in Python
mzs0207/orderbook_modeling
Example of order book modeling.
mzs0207/q-trader
Deep Q-learning driven stock trader bot
mzs0207/DukeMTMC-attribute
23 hand-annotated attributes of Duke dataset
mzs0207/trading-rl
Deep Reinforcement Learning for Financial Trading using Price Trailing @ ICASSP 2019
mzs0207/gopl-zh
:books: Go语言圣经中文版
mzs0207/easytrader
提供银河/国金/华泰客户端/同花顺客户端/雪球的基金、股票自动程序化交易以及自动打新,支持跟踪 joinquant /ricequant 模拟交易 和 实盘雪球组合, 量化交易组件
mzs0207/Bitcoin-Trader-RL
A profitable cryptocurrency trading environment using deep reinforcement learning and OpenAI's gym
mzs0207/v2ray
最好用的 V2Ray 一键安装脚本 & 管理脚本
mzs0207/awesome-deep-reinforcement-learning-in-finance
🔬 A collection for those AI (RL / DL / SL / Evoluation / Genetic Algorithm) used in financial market. otherwise, we add Technology Analysis / Alpha Research / Arbitrage and other useful strategies tools & docs in quantitative finance market.
mzs0207/stock_market_indicators
A small Python library with most common stock market indicators
mzs0207/PGPortfolio
PGPortfolio: Policy Gradient Portfolio, the source code of "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem"(https://arxiv.org/pdf/1706.10059.pdf).
mzs0207/OptimalPortfolio
An open source library for portfolio optimisation
mzs0207/DeepFaceLab_Colab
With colab you can use tesla k80 for free. But not very stable ; Colab可以免费让你使用Tesla K80,只是可能会中途掉线,好用的话记右上角点下Star哦,谢谢!
mzs0207/deep-RL-trading
Playing trading games with deep reinforcement learning
mzs0207/dht
BitTorrent DHT Protocol && DHT Spider.
mzs0207/THSTrader
量化交易。最新版通用版同花顺客户端的python API。(Python3)
mzs0207/kog-money
一个王者荣耀刷金币的小外挂。
mzs0207/tforce_btc_trader
TensorForce Bitcoin Trading Bot
mzs0207/rl-portfolio-management
Attempting to replicate "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem" https://arxiv.org/abs/1706.10059 (and an openai gym environment)
mzs0207/Cryptocurrency-Trading-Bots-Python-Beginner-Advance
Crypto Trading Bots in Python - Triangular Arbitrage, Beginner & Advanced Cryptocurrency Trading Bots Written in Python
mzs0207/dl-algo-trader
Training an Agent to make automated trading decisions in a simulated stochastic market environment using Reinforcement Learning or Deep Q-Learning
mzs0207/Trading-Gym
Trading Gym is an open source project for the development of reinforcement learning algorithms in the context of trading.
mzs0207/toproxy
😈 high performance simple tornado http proxy.
mzs0207/AIAlpha
Use unsupervised and supervised learning to predict stocks
mzs0207/IntroNeuralNetworks
Introducing neural networks to predict stock prices
mzs0207/torrent-spider
基于DHT的p2p网络资源爬虫
mzs0207/Order_Imbalance_HFT
非平衡订单流高频交易模型
mzs0207/aicoin_history_k_line
aicoin的历史k线数据爬虫
mzs0207/HFT-Orderbook
Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in Python3 and C