Skip to content
Sim feed
Decorative simulated market ticker. These are not live exchange quotes and must not be used for trading decisions.
ATLAS
Runs entirely on your machine · Windows x64

Not a chatbot.
A local quantitative operating system.

Fourteen cooperating agents evaluate every bar close. Their opinions are fused in log-odds space, discounted for disagreement, calibrated against realised outcomes and driven through a gate chain where every stage can only reduce permission. When Atlas refuses to trade, it tells you exactly which rule stopped it.

100% zero profit splits · Keep 100% of your trading gains

Atlas Core running multi-market execution across four instruments
Atlas Core in active multi-market execution.
14
cooperating agents per evaluation
Rust
native desktop core, zero cloud round-trips
0%
profit split — you keep everything
6
independent gates, any one terminal
Autonomous quantitative operator

A local 24/7 operator. Your machine, your IP, your edge.

Atlas is a compiled Windows application, not a hosted service with a desktop skin. The decision engine, the risk manager, the journal and the broker adapter all run in one Rust process on your hardware. Nothing about your strategy, your positions or your account reaches a server we operate.

That is a compliance property as much as a performance one. Prop firms ban shared servers and commercial VPN egress because they are how one signal gets copied across a hundred funded accounts. Atlas has no shared anything: your install talks to your broker from your IP, and the only network call it makes to us is a licence heartbeat carrying a key, a machine ID and a version string.

On order flow, precisely. The OFI calculation is the canonical Cont–Kukanov–Stoikov construction and is implemented in full. This build ships without a Level 2 depth subscription, so it is driven by a Lee–Ready tick-rule estimator — labelled tick proxy everywhere it appears on screen. Attach a depth feed and the same code runs on real book updates, unchanged.

atlas — dashboard · MNQ · paper
Fused
0.68
Calibrated
0.61
N_eff
5.2 / 8
Regime
Trending
Agent stancesconviction × reliability
Order flow
+0.71
Market structure
+0.64
Volume / VWAP
+0.58
Breakout
+0.12
Liquidity
-0.34
Candlestick
+0.29
Scalping
-0.08
Session
+0.44
Gate chain
regimecoherencecalibrationcorrelationriskprop rulessession · 4m to close
Cross-asset intelligence

Four instruments, watched in parallel, priced as one book.

Atlas runs MNQ, MES, MGC and MCL concurrently by default — Nasdaq, S&P, Gold and Crude — with an independent agent stack per instrument and a shared portfolio view over the top. Adding an instrument is a configuration line, up to twenty.

The shared view is where the money is saved. Three long positions at 0.75% risk each is not 2.25% of exposure when the instruments correlate above 0.9 — it is closer to a single 2.2% bet wearing three hats, and that is how well-managed accounts die. Atlas keeps a rolling 240-bar correlation matrix and sizes against portfolio standard deviation:

σ_p = √( ΣᵢΣⱼ wᵢ wⱼ ρᵢⱼ )

The ratio of that number to the naive sum is the diversification factor, and it is the honest answer to “how much am I really risking?” A fourth correlated long that would breach the ceiling is refused, and the refusal names the instrument, the correlation and the window it was measured over.

atlas — portfolio · correlation (240 bars)
MNQMESMGCMCL
MNQ
1.00
0.94
0.21
0.33
MES
0.94
1.00
0.18
0.35
MGC
0.21
0.18
1.00
0.42
MCL
0.33
0.35
0.42
1.00
Naive Σ risk
2.25%
Portfolio σ
2.19%
Diversification
0.97×

Refused. Adding MNQ long to an open MES long raises portfolio σ to 2.19% against a 1.2% ceiling. ρ = 0.94 over 240 bars — these are one position wearing two hats.

Latched safety breakers

Mathematical vetoes, and a prop rule engine that grades you before the firm does.

A three-state Gaussian hidden Markov model classifies the market as range-bound, trending or toxic. Forward filtering gives a posterior, so the classifier reports a confidence rather than a label, and a strongly diagonal transition matrix means a single violent bar shifts belief without flipping the state. Toxic — high volatility with no direction — is an automatic veto: nothing has enough edge to justify that variance.

The second-stage filter scores its own rolling log-loss over the last thirty settled trades. Above −ln(0.5) it is performing worse than a coin flip, and the breaker latches: autonomous execution drops to advisory and stays there until an operator re-arms it deliberately. An instantaneous test would switch trading on and off as the statistic oscillated around the threshold, which is worse than either state.

The prop rule engine evaluates trailing drawdown against the equity peak, daily loss against a limit less a safety buffer, the consistency ratio, minimum trading days, and flat-before-close — independently of and in addition to internal risk. It vetoes on your behalf before the firm fails you.

Stated plainly. Atlas ships with a paper broker on a simulated market. Live routing requires a venue adapter implementing the Broker trait plus your credentials; the shipped live stub refuses every order rather than pretending. Read the prop-firm setup page for exactly what is and is not connected today.

atlas — decision detail · refusals
Decision #4,182
No trade authorised
VETOED
Prop rules

Daily loss of −412.50 has reached the 450.00 working limit (500.00 hard limit less a 50.00 buffer).

Regime

HMM posterior 0.81 on Toxic — high volatility without direction. No agent edge survives this variance.

Portfolio

Adding MNQ long to an open MES long raises portfolio σ to 1.9% against a 1.2% ceiling; ρ = 0.94 over 240 bars.

Meta-model

Edge decay latched: rolling log-loss 0.731 over 30 settled trades, worse than a coin flip. Autonomy dropped to advisory — operator must re-arm.

Illustrative values. Every veto Atlas issues is stored with the evidence that produced it and is queryable from the journal.

Architecture

Every stage can only reduce permission.

Most trading software finds reasons to trade. Atlas is built to find reasons not to. Permission enters the pipeline at the top and is spent, never replenished — so no downstream stage can override an upstream veto, and a bug in the last gate cannot manufacture a trade the first one refused.

01
Features
Indicators, OFI, Kalman level and velocity
02
Regime
3-state Gaussian HMM with posterior confidence
03
Agents
14 evaluate; 8 commit to a direction, 6 gate or observe
04
Veto arbitration
Any veto is terminal, before evidence is weighed
05
Log-odds fusion
Likelihood ratios weighted by per-regime credibility
06
Coherence discount
Shrunk toward 0.5 in proportion to disagreement
07
Dependence scaling
N_eff from the eigenvalues of the stance correlation matrix
08
Calibration
Isotonic (PAVA), per regime, shrunk with a Beta prior
09
Risk sizing
Per-trade risk, portfolio σ ceiling, correlation limits
10
Prop rules
Trailing drawdown, daily loss, consistency, session

Two numbers per agent

Conviction and reliability are kept separate. Collapsing them into one confidence makes it impossible to express a strong opinion from an agent operating outside its competence — the exact case that needs suppressing.

Measured independence

Eight signed stances per evaluation, covariance kept online with Welford, reduced to the participation ratio of the correlation matrix's eigenvalues. Redundant confirmations stop compounding.

Learns from refusals

Atlas builds a full trade plan even for setups it declines, then runs it forward over the following bars to recover the outcome. A mistaken veto can be discovered instead of being self-confirming.

Default instrument set

Configured for micro futures out of the box.

Micros are the correct contract for an evaluation account: the tick value is a fifth of the full-size product, so position sizing has the resolution to respect a drawdown floor instead of rounding to one contract and hoping. Full-size and any other symbol your venue lists are a configuration change, to a limit of twenty concurrent instruments.

SymbolInstrumentVenue
MNQMicro E-mini Nasdaq-100CME Globex
MESMicro E-mini S&P 500CME Globex
MGCMicro GoldCOMEX
MCLMicro WTI Crude OilNYMEX
Pricing

Keep 100% of your trading gains.

A licence, not a partnership. No profit split, no performance fee, no revenue share.

Trader

$97USD / month

One desk, one machine, the whole decision engine.

or $890 billed yearly3 months free

  • Single-machine Windows x64 licence
  • Up to 2 concurrent broker or evaluation account connections
  • Fourteen-agent decision engine with log-odds evidence fusion
  • Order-flow imbalance engine and zero-lag Kalman state estimation
  • Full risk engine: per-trade sizing, portfolio correlation limits, latched circuit breakers
  • Prop rule engine — trailing drawdown, daily loss, consistency, minimum trading days
  • Refusal log: every veto recorded as a first-class object, not a log line
  • Session clock with synthesised open/close bell and Web Audio alerts
  • Walk-forward backtesting and trade journal with calibration curves
  • Email and community support
  • Unlimited account connections
  • Priority response SLA

Institutional Operator

Popular
$247USD / month

Every account you run, monitored in parallel, on one machine.

or $2,290 billed yearly3 months free

  • Everything in Trader
  • Unlimited concurrent broker and prop-firm account connections
  • Parallel multi-instrument surveillance across MNQ, MES, MGC and MCL
  • Cross-instrument correlation matrix and portfolio diversification factor
  • Three-state Gaussian HMM regime classifier with Toxic-state auto-veto
  • Counterfactual labelling — the engine scores the trades it refused
  • Interactive chart stop and target overrides with reduce-only enforcement
  • Priority response support SLA

Founder Perpetual

$1,997USD once

Bought once. Yours permanently.

Perpetual licence · 2 machines

  • Perpetual licence for 2 machines
  • Every Institutional Operator capability, permanently unlocked
  • One year of major engine updates included
  • Security and compatibility patches for the life of the product
  • Priority response support SLA

Prices in USD, exclusive of any sales tax your jurisdiction applies. Billing is handled by Stripe — EactiveNet Inc Corp never sees your card details. Full comparison and FAQ.

Keep 100% of what you make.

Atlas is a licence, not a partnership. There is no profit split, no performance fee and no revenue share — the software costs what it costs and every dollar the account earns is yours.

Atlas — Autonomous Quantitative Trading OS for Windows