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
This commit is contained in:
Ashim Nandi
2026-03-09 17:10:28 +05:30
committed by GitHub
parent 33aa1f653b
commit 3f9ba2425d
+1
View File
@@ -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