Learn
Engineer-written guides on running AI agents against a futures account without giving them more reach than you meant to. Start with a pillar, then read the deep dives.
Start with the pillars
Articles
NinjaTrader and AI agents10
How to connect Claude, OpenClaw, Hermes, Cursor, or plain Python to NinjaTrader 8 without handing any of them a raw line to the account. Every route ends at the same front door, the NinjaTrader 8 MCP bridge.
- How to connect Claude to NinjaTrader 8 safelyConnect Claude to NinjaTrader 8 through a local MCP bridge: the real config, the nine tools, and a guardrail that blocks any order breaking your limits.
- Local-first trading automation: why it mattersLocal-first keeps the order route, your keys and the guardrail engine on your machine, off the agent. See what that changes for security, latency and failure.
- How to connect an AI agent to NinjaTrader 8NinjaTrader 8 has no Python API and automates in C#. Here are the three ways to connect an AI agent and the uvx quickstart for a local guardrail bridge.
- Is there a NinjaTrader 8 Python API?NinjaTrader 8 has no official Python API. Automation is NinjaScript in C#, the ATI file or DLL route, or a local bridge. Here are the real options.
- How to connect OpenClaw to NinjaTrader 8Connect OpenClaw to NinjaTrader 8 through a local MCP bridge. Register PitBridge under mcp.servers over stdio or HTTP; an engine blocks orders past your caps.
- How to connect Hermes to NinjaTrader 8Connect Hermes to NinjaTrader 8 through a local MCP bridge. Add PitBridge under mcp_servers over stdio or HTTP; an engine blocks orders past your limits.
- How to connect Cursor to NinjaTrader 8Connect Cursor to NinjaTrader 8 through a local MCP bridge. Add PitBridge to .cursor/mcp.json over stdio or HTTP; an engine blocks orders past your limits.
- How to automate NinjaTrader 8 without writing NinjaScriptThe real ways to automate NinjaTrader 8 without writing NinjaScript, from Strategy Builder and bought strategies to an AI agent behind local guardrails.
- NinjaTrader 8 ATI: the Automated Trading Interface explainedHow the NinjaTrader 8 ATI works: OIF order instruction files, the NTDirect.dll route, what the Automated Trading Interface can do, and what it cannot.
- Rithmic automated trading: the futures infrastructure explainedWhat Rithmic is, the R|API and R|Trader Pro ecosystem, why prop firms run on it, and what automating on a Rithmic-backed futures account really involves.
Guardrails and safety3
Why order limits have to run outside the model, and what a kill switch must guarantee before you trust it. The full rule set lives on the guardrails page.
- AI trading guardrails: risk controls an LLM cannot overrideA prompt limit is advice an LLM can ignore. The twelve PitBridge guardrails run out of process and check every order before it reaches your account.
- What an AI trading kill switch must actually guaranteeA trading kill switch is only real if the agent cannot release it. Out of process enforcement, reduce-only de-risking, human-only release, audit trail.
- AI trading bot failure modes, and the control that catches eachHow AI trading bots actually fail: duplicate retries, stale data, runaway loops, prompt injection, lost position state, and the control that catches each.
Prop firm automation2
How to find and read a firm's written automation policy, and how to turn verified rules into locally enforced limits. The firm-by-firm snapshot is in prop firms for automated trading.
- Which futures prop firms allow automated trading?There is no fixed list. Each futures prop firm sets its own automation rules and changes them. Here is what to verify, in writing, before you automate.
- Prop firm automation rules for AI agents and trading botsProp firm automation rules vary by firm and change. Here is how to find and read your firm's written policy, and enforce the limits you may trade within.
MCP and AI agent infrastructure3
What a trading MCP server actually exposes, and when a plain webhook is the more honest transport. The feature split sits in MCP vs webhook trading.
- What a trading MCP server doesA trading MCP server exposes account actions as typed tools an AI agent calls. See the tool set, the transports, the guardrail reason codes, and security.
- MCP vs webhooks for trading automationWebhooks fire a fixed order on an event. MCP lets an agent read live state and decide. Compare latency, failure modes, and a migration path here.
- Read-only, paper and live modes for an AI trading agentHow a trading agent runs in read-only, paper or live mode, why a fresh install is paper only, and why the agent cannot promote itself to live.
Comparisons1
Sourced, dated comparisons that name what the other tool does better. All of them live under compare.
PitBridge is in development. NinjaTrader 8 is first.
Tell us your platform and we email you when your setup is supported. Nothing else.