You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeepMarket is a framework for performing Limit Order Book simulation with Deep Learning. This is also the official repository for the paper 'TRADES: Generating Realistic Market Simulations with Diffusion Models'.
AHMAPPO_LLM is an AI trading system using ML and RL to predict stocks. It processes data via ingestion, cleaning, and feature engineering. The reproducible pipeline enables end-to-end trading strategy development. Important files - model trainer, builder, AHMAPPO AI agent building, etc. are in private repo to preserve originality.
Financial market simulations combining stochastic models (GBM, Heston) with agent-based modeling. Explores price dynamics through different trader behaviors - fundamentalists, chartists, noise traders, contrarians, and institutional players. Built with Python for anyone interested in quantitative finance and computational economics.
Energy market backtesting framework for European power trading. Purpose-built for DA auctions and intraday continuous markets with 15-minute MTU support. Write once, run in backtest, paper, and live modes without code changes.