From 3f9ba2425dfaf55369b647074ffbdb55c8506fe1 Mon Sep 17 00:00:00 2001 From: Ashim Nandi Date: Mon, 9 Mar 2026 17:10:28 +0530 Subject: [PATCH] Add System R to Risk section (#48) System R is a risk intelligence API for autonomous trading agents. It provides pre-trade risk gating, position sizing (G-formula/Kelly), drawdown analysis, Monte Carlo simulation, and regime detection. Available as REST API, Python SDK, and MCP server. https://agents.systemr.ai --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 7382818..1e0855d 100644 --- a/Readme.md +++ b/Readme.md @@ -325,6 +325,7 @@ Note: the one marked as `Live Trading` has reasonable live trading support for a - [pyfolio](https://github.com/quantopian/pyfolio) | `Python` | - Portfolio and risk analytics in Python - [curistat](https://github.com/moxiespirit/MyClone/tree/main/volatility_platform) | `Python` | - Futures volatility forecasting for ES/NQ. Daily CVN rating (1-10), regime detection (CRC composite), directional signals, economic event impact analytics. Includes MCP server for AI agent integration. +- [System R](https://agents.systemr.ai) | `Python` | - Risk intelligence API for trading agents. Pre-trade gate with position sizing (G-formula/Kelly), drawdown analysis, Monte Carlo simulation, regime detection. REST API and MCP server. ### Optimization