Pinned Repositories
arbitragelab
ArbitrageLab is a python library that enables traders who want to exploit mean-reverting portfolios by providing a complete set of algorithms from the best academic journals.
crypto-arbitrage-framework
A cryptocurrency arbitrage framework implemented with ccxt and cplex. It can be used to monitor multiple exchanges, find a multi-lateral arbitrage path which maximizes rate of return, calculate the optimal trading amount for each pair in the path given flexible constraints, and execute trades with multi-threading implemenation.
darts
A python library for user-friendly forecasting and anomaly detection on time series.
deep-stock
Deep Learning for Stock Market
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.
dlsa
Deep Learning Statistical Arbitrage
Fin-GAN
Code to accompany the paper "Fin-GAN: Forecasting and Classifying Financial Time Series via Generative Adversarial Networks"
ipca
Instrumented Principal Components Analysis
ml-model-for-stock-trading
Notebook and data used in Medium post <link to medium post>
mlfinlab-updated
ussyorktowncv10's Repositories
ussyorktowncv10/arbitragelab
ArbitrageLab is a python library that enables traders who want to exploit mean-reverting portfolios by providing a complete set of algorithms from the best academic journals.
ussyorktowncv10/crypto-arbitrage-framework
A cryptocurrency arbitrage framework implemented with ccxt and cplex. It can be used to monitor multiple exchanges, find a multi-lateral arbitrage path which maximizes rate of return, calculate the optimal trading amount for each pair in the path given flexible constraints, and execute trades with multi-threading implemenation.
ussyorktowncv10/darts
A python library for user-friendly forecasting and anomaly detection on time series.
ussyorktowncv10/deep-stock
Deep Learning for Stock Market
ussyorktowncv10/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.
ussyorktowncv10/dlsa
Deep Learning Statistical Arbitrage
ussyorktowncv10/Fin-GAN
Code to accompany the paper "Fin-GAN: Forecasting and Classifying Financial Time Series via Generative Adversarial Networks"
ussyorktowncv10/ipca
Instrumented Principal Components Analysis
ussyorktowncv10/ml-model-for-stock-trading
Notebook and data used in Medium post <link to medium post>
ussyorktowncv10/mlfinlab-updated
ussyorktowncv10/pairs_trading
experiments with pair trading
ussyorktowncv10/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).
ussyorktowncv10/portfolio-opt-derivatives
Entropy Pooling views and stress-testing combined with Conditional Value-at-Risk (CVaR) portfolio optimization in Python.
ussyorktowncv10/SpatioTemporalMomentum
ussyorktowncv10/TABL
Temporal Attention-Augmented Bilinear Network for Financial Time-Series Data Analysis
ussyorktowncv10/tensortrade
An open source reinforcement learning framework for training, evaluating, and deploying robust trading agents.
ussyorktowncv10/trading-rl
Deep Reinforcement Learning for Financial Trading using Price Trailing @ ICASSP 2019
ussyorktowncv10/XGBoost_stock_prediction
XGBoost is known to be fast and achieve good prediction results as compared to the regular gradient boosting libraries. This project attempts to predict stock price direction by using the stock's daily data and indicators derived from its daily data as predictors. As such this is a classification problem.
ussyorktowncv10/no-show-data
The "Time Series Analysis of Medical Appointments" project involves a series of data preprocessing, transformation, and analysis tasks performed on a dataset of medical appointment records.
ussyorktowncv10/OutpatientServiceTimeData
ussyorktowncv10/probcast-tensorflow
TensorFlow implementation of ProbCast model for probabilistic time series forecasting with generative adversarial networks.