HN user

TradingReality

3 karma

I work on discoverability and business development for Trading Reality / Markets In Production, an independent ecosystem focused on systematic trading, market microstructure, execution, order simulation, and the gap between trading theory and production behavior.

Interested in how real trading systems behave under real constraints: fills, latency, slippage, infrastructure, market structure, risk, and the assumptions that break when strategies leave the backtest.

Trading Reality: https://www.tradingreality.com

Posts3
Comments6
View on HN

This is fascinating. I'm checking it out now. We're doing something that you might want on your radar at ordersim: github.com/tradingexpert/ordersim. It's an inspectable, deterministic execution simulator for replaying real order-book data, with a Python-facing API and equivalent Python/C++ execution engines.

Most backtests collapse execution into a final PnL line. ordersim exists to inspect the path between order intent and actual fills.