Futures bot testing · live analytics

See exactly what your trading bot does — live.

Run your own futures bot on your own broker account. ElevateMind streams every signal, order, fill and risk metric to a real-time dashboard — and reviews your strategy code with AI. You keep your keys. We never share your data.

Free beta · invite-only · CME futures first, any symbol next

How it works

Three lines of code. Zero broker credentials shared.

01

Drop in the SDK

Add the monitor to your existing bot. It taps the events you already produce — it never touches your broker connection or your keys.

02

Run on your own account

Your bot trades live or paper on your own Rithmic / broker account, exactly as before. The SDK just mirrors what happens to our API.

03

Watch it & review it

Open the dashboard to see the bot live, track prop-firm limits, and run an AI review of the strategy code that drives it.

# add to your existing bot — nothing else changes
from elevate import Monitor

mon = Monitor(api_key="em_live_…", bot="olivera_es")

mon.signal(sym="ES", side="long", reason="NR7_breakout", price=5100.25)
mon.fill(sym="ES", qty=3, price=5100.50, slip_ticks=1)
mon.risk(daily=-180.0, trailing_used=360.0, halted=False)
Historical backtest

Backtest in our sandbox. You write Python, we run it.

Paste your strategy, pick a contract, hit Run. We execute it in a hardened Docker container — no network, capped CPU/RAM, 2-min wall clock — against 15 months of CME/CBOT/NYMEX/COMEX 1-min bars. Results stream to the same dashboard you use for live trades.

You don't host the data

We license and serve 15 months of front-month futures bars across 9 symbols. You can't download them — just point your strategy at them.

You don't run the infrastructure

No Docker, no AWS, no Postgres on your side. Submit code through the dashboard, watch results stream in. We absorb the ops cost.

Same dashboard as live

Backtest events show up next to your live runs, tagged mode=backtest. ElevateMind Score, Sharpe, Calmar — same math, comparable numbers.

Backtest workflow & safety details →

Community leaderboard

See how real bots stack up.

Opt-in, SDK-verified, ranked by ElevateMind Score. Make your bot public and climb the board — or just study what's working.

Loading top bots…

View full leaderboard →

Markets

A live chart — without a single third-party script.

Rendered with a self-hosted charting library on data from our own backend. No TradingView embed, no tracker, no cookie banner — same privacy standard as the rest of the platform.

BTC/USD · 1h loading…
Market pulse

Headlines moving the markets — with sentiment.

Live financial news scored for sentiment, served through our own backend — no third-party trackers, no consent banners. The same feed powers the dashboard's market context.

Loading market news…
What you get

Observability built for algo traders.

Backtests lie. The gap between backtested and live performance is where edges die. ElevateMind shows you that gap as it opens.

Live P&L & positions

Realized and unrealized P&L, open contracts and average price, updated tick-by-tick as your bot trades.

Signal log with reasons

Every entry and exit, with the exact reason your strategy fired — indicator values, filters, the lot. No more guessing why it skipped a trade.

Prop-firm rule tracker

Daily loss, trailing drawdown and profit target tracked against your firm’s limits in real time. See how close you are to a halt before it happens.

Slippage & fill analytics

Compare intended vs filled price on every order. Surface the slippage that quietly eats your backtested edge.

Session replay

Step back through any session bar-by-bar after the close. Understand the day without watching it live.

AI code review

Upload your strategy files and get a per-file review of logic, risk handling and prop-firm compliance — without ever running your code.

Why ElevateMind

Private by design

We see your bot’s telemetry — never your broker credentials. No trackers, no third-party scripts, no selling data. Ever. Delete everything with one click.

Not a black box

We don’t run your strategy or take your money. You run your own bot on your own account. We’re the instrument panel, not the pilot.

Futures first, then anything

Built and battle-tested on CME futures with live prop-firm bots. The event model is symbol-agnostic — equities, crypto and FX come next.

Prop-firm database

Know your limits before you trade them.

Daily loss, trailing drawdown, contract caps and automation rules for the major futures prop firms — in one comparable table.

Browse prop firms →
AI code review

Find the bug before the market does.

Static, per-file analysis of your strategy: logic flaws, missing risk handling, prop-firm rule violations. No execution, no sandbox, no risk.

See how review works →

Get a beta invite.

We’re onboarding a small group of futures algo traders for free. Bring your bot, get an activation code, and help shape the platform.