Skip to content

Commit ef04e4c

Browse files
committed
updated version
1 parent 393d25c commit ef04e4c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# WindTunnel : Market Simulation by Generation
22

3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
35
**WindTunnel** is a modular, multi-layer generative market simulation framework designed to evaluate trading strategies and market impact under synthetic yet realistic conditions.
46

57
It combines macro regime generation, high-frequency order flow simulation, LOB microstructure modeling, and plug-in execution strategies (e.g. VWAP, TWAP, Dynamic Stop Loss), supporting both controlled experimentation and generative scenario construction.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "windtunnel"
7-
version = "1.5.0"
7+
version = "1.5.1"
88
description = "Retrieval-augmented conditional diffusion market simulator"
99
authors = ["Jialue Chen <jialuechen@outlook.com>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)