Pinned Repositories
abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
abu_ml
机器学习技术研究室——by阿布量化小组
acepy
Automatic Concurrent Execution in Python. Write single threaded code but get multithreading for free.
akshare
AkShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
alfred
💰 Interactive dashboard for Stock Market Investments
Algo-Strategy-Backtesting
Algorithmic Strategy Backtesting
algotrading
algotrading-example
algorithm trading backtest and optimization examples
alphahunter
面向策略对象的异步事件驱动量化交易/做市系统。
alpharithmic-trading
Backtest your trading strategy at a click of a button! How much alpha can you generate?
gelistir's Repositories
gelistir/Trading_by_Imitation_Learning
This repo is using imitating learning to optimize portfolio. The code was derived from https://github.com/vermouth1992/drl-portfolio-management .
gelistir/Stock.AI
This project tries to use AI, specifically reinforcement learning, to manage a stock portfolio. The objective is to be practical. So this is not only a demo of AI application in investment. This project is still at its early days. I will try to complete it in 1 year.
gelistir/BackTesting-LowLaterncy
This is a backtesting demo in Python. Different moving average prices are used to make buy and sell decisions. A Jupyter notebook version is for serial mode. while py version is for multiprocessing. A version for GPU has been tried, but not successful.
gelistir/drl-portfolio-management
CSCI 599 deep learning and its applications final project
gelistir/alfred
💰 Interactive dashboard for Stock Market Investments
gelistir/OptionSuite
Option and stock backtester / live trader
gelistir/livepython
Visually trace Python code in real-time.
gelistir/pybisp
This aims to be a collection of tools for performing Bayesian parameter estimation and model selection on stochastic processes. The immediate goal is to implement estimation methods
gelistir/PyOBSim
A Python module for market simulation
gelistir/flappy-es
Playing Flappy Bird using Evolution Strategies
gelistir/quant_trading
할수있다 퀀트투자
gelistir/pair_trading
pair trading(stat arb), July 2017
gelistir/PyXchange
Limit orderbook and matching engine written in Python and C++, using Twisted, boost::python and boost::multi_index
gelistir/HFT-Orderbook
Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in Python3 and C
gelistir/Clairvoyant
Software designed to identify and monitor social/historical cues for short term stock movement
gelistir/Intelligent-BackTesing-System
Event-Driven BackTesting Framework
gelistir/GaussianProcesses
Python3 project applying Gaussian process regression for forecasting stock trends
gelistir/TheTradingGame
gelistir/codefinder
An ML (NN) based example of JavaScript code detector in a raw input
gelistir/videodigest
Automatic video summaries
gelistir/pykalman
Kalman Filter, Smoother, and EM Algorithm for Python
gelistir/V20pyPro
Machine learning, database, and quant tools for forex trading.
gelistir/Stock-Time-Series-Analysis
Mathematical modeling for finantial time series data
gelistir/Calculator-TDD-Python
Simple calculator in Python to understand the Test Driven Development approach
gelistir/NYSE-STOCK_MARKET-ANALYSIS-USING-LSTM
Stock market data can be interesting to analyze and as a further incentive, strong predictive models can have large financial payoff. The amount of financial data on the web is seemingly endless. A large and well structured dataset on a wide array of companies can be hard to come by. Here I provide a dataset with historical stock prices (last 5 years) for all companies currently found on the S&P 500 index.
gelistir/chaos
Singular Spectrum Analysis methods implementation in Python
gelistir/Options-Pricing
Quantitative Finance using python - Derivatives Pricing
gelistir/genetic-Meyer-Packard-Algorithm
Predicting a Stock Price Using a Genetic Algorithm
gelistir/Stock-Analysis-Tools
A collection of tools for analyzing stock data. Includes: Line charts, candlestick charts, correlation matrices, and an experimental machine learning stock screener
gelistir/PyLimitOrderBook
Limit Order Book Implemented in Python