About AlgoTrada

Built with the people who trade it.

AlgoTrada builds trading technology for professional financial markets.

We believe automated trading should be disciplined, transparent, and backed by evidence, not emotion, intuition, or black-box decisions.

At the heart of everything we build is The Cubicle, our proprietary platform for developing, validating, and operating rule-based trading systems. The Cubicle isn't a trading strategy. It's the platform that makes those strategies possible.

The Cubicle is built to be deterministic. Give it the same market data twice and it will always produce the same decision. Every trade can be replayed, reviewed, and audited. We built it this way because trust in an automated trading system should come from proof, not belief.

It combines synchronized multi-market data, decision logic, validation, and risk management in one environment. Every strategy follows the same engineering principles while keeping its own market-specific logic.

On top of The Cubicle, we build specialized trading products, one market at a time. Our first product, Skydweller, is built for US index futures. Our second, Bender, is in development for Bitcoin perpetual futures. Each product has its own rulebook while sharing the same platform, validation process, execution framework, and operational standards.

Before any strategy trades real capital, it has to earn that trust. Every rule change is replayed against historical data. Every trading session is reviewed. Every improvement starts the proving process over again. We'd rather delay a launch than compromise the quality of the system.

We don't predict markets. We detect what's happening and respond according to written rules. Because in trading, trust should never come from promises. It should come from proof.

Question one
01

What is The Cubicle?

The Cubicle is AlgoTrada's core engine. It isn't a trading strategy. It's the machine that strategies get built in, tested in, and run on. Under the hood it's a deterministic decision engine, a synchronized multi-market data platform, and a validation harness, and we built all three as one system instead of stitching together separate tools.

It takes in synchronized price data from correlated markets across many timeframes and sessions, and sorts that data into time-based clusters. That's where the name comes from. Then it looks for the footprint institutions leave behind: one market pushing to a new extreme while a correlated market refuses to follow.

Lead market
Makes a new extreme
correlated,
but refuses
Confirming market
Holds its ground
Fig. 2The footprint The Cubicle looks for. One market makes a new extreme while its correlated partner refuses to follow. That refusal is the signal, not a prediction about where price goes next.

Every trade decision has to pass through a fail-fast ladder of gates, and every parameter that could affect a decision lives in one versioned configuration. Same data in, same decision out, byte-identical, every time. That's what lets us replay a decision months later, and it's what lets a partner or an operator actually check our work.

Signal
Risk cap
Config check
Replay parity
Execute
Fig. 3The fail-fast gate ladder. Any gate can stop a trade, and none of them can be skipped. It's the same code path whether the decision came from Skydweller, Bender, or a paper backtest.

Underneath that ladder, each market and each time cluster runs as its own explicit state machine. Nothing is left to run loose in a script. Every instrument moves independently through a small set of named phases, from idle and scanning through armed, fired, and cooldown, and every step between those phases is triggered by a concrete rule, not a guess and not a timer ticking down. That's what makes the system's current state, and its next possible moves, something we can always point to and inspect.

Idle
Scanning
Armed
Fired
Cooldown
Cooldown
back to Idle
Fig. 4One state machine per market, per time cluster. BTC and ETH can sit in different phases at the same moment. Every arrow is a rule, never a guess, and cooldown always returns to idle.

What it doesn't do matters just as much as what it does. It doesn't predict prices. It doesn't run self-modifying black-box machine learning that quietly drifts once it's live. And it doesn't hold any opinion about which market to trade. That part sits in the product layer above it, where a trader actually feels the difference.

Think of it this way: an algorithm is one recipe. The Cubicle is the kitchen, the test bench, and the health inspector all at once. Skydweller and Bender are recipes. The Cubicle is why we can trust them.

Question two
02

What is Skydweller?

Skydweller is AlgoTrada's first product, built for US index futures. It trades NQ (Nasdaq-100 futures) and watches ES and YM as confirming markets. The divergence between them is the signal.

What's unique to Skydweller is the market rulebook. The session structure of the US equity day (Asia, London, the New York open), the specific liquidity and divergence model for index futures, and its entry and exit law. None of that was assumed on day one. It was earned over months of graded live sessions.

What The Cubicle provides is everything else. Data capture and storage, the cluster engine, the gate-ladder decision architecture, backtest and replay validation, the risk brakes (a hard position cap, an automatic daily halt), and the nightly audit trail.

Could Skydweller exist without The Cubicle? As a research idea, sure. As a live, auditable, provable product, no. Every trade Skydweller takes is reproducible and reviewable, and that's only true because The Cubicle makes it so.

Question three
03

What is Bender?

Bender is our second product, currently in progress. It trades Bitcoin perpetual futures, with ETH and SOL as correlated confirming markets. The crypto data engine already lives inside the platform, so getting Bender running is a matter of writing the rulebook, not rebuilding the plumbing underneath it.

Perpetual futures behave nothing like index futures. The market never closes, so there's no session open to anchor a strategy to. Funding rates replace expiry. The venues are crypto exchanges rather than CME. Volatility, liquidity, and the regulatory picture all look different too. You can't take a rulebook tuned to the New York open and drop it onto a market that has no open at all.

What's different from Skydweller is the rulebook, the venues, and how risk gets calibrated. What's shared with The Cubicle is everything underneath: data contracts, decision architecture, validation harness, risk framework, and day-to-day operations.

Question four
04

What's shared between every product?

Every AlgoTrada product shares the same decision architecture, the same validation methodology, the same risk framework, and the same infrastructure. The only thing each product owns is its market rulebook, and every rulebook has to earn its way through the same proving process the others did.

Skydweller
market rulebook
Bender
market rulebook
next product
config + proving
THE CUBICLE
data platform · decision architecture · validation · risk & execution
Fig. 1One engine, many rulebooks. The Cubicle owns data, decisions, validation, and risk. Each product owns only its market rulebook, and every rulebook proves itself the same way before it trades a cent.

Here's what that looks like in practice, four layers deep:

  • The data platform: a synchronized multi-market candle store with strict single-writer contracts
  • The decision architecture: time-cluster engine, gate ladder, versioned configuration
  • The validation methodology: deterministic replay of every change against full history, regression pins, the clean-record clock
  • The execution and risk framework: position caps, daily halt, broker-confirmed accounting, nightly audit
Question five
05

Why can't someone simply copy this?

Because a serious trader, or a technical investor, would spot a shortcut immediately. Any one piece of this, someone could build in isolation. What they can't buy is this:

The integration

Data, decisions, validation, and execution were designed as one system from the start, not four tools bolted together after the fact. That took years of choices, each made for a specific reason.

The scar tissue

Our audit trail holds hundreds of lessons we learned the hard way. Every failure mode we've hit is now a named gate or a regression test that blocks it from happening again. You can't buy that. You have to live through it.

The discipline, as a process

The nightly audit loop. The clean-record clock. The rule that nothing ships without replaying history first. You could copy the rules on paper. Copying the habit of actually following them is much harder.

"They could build a trading bot in six months. Then they'd spend years finding out, one expensive day at a time, everything our audit trail already knows."
Where we're going
06

Vision, mission, philosophy

Vision

In five years, AlgoTrada is a multi-market platform where launching in a new market is a matter of configuring and proving a rulebook, not rebuilding the system underneath it. Every product will be running exactly the rulebook it published, auditable trade by trade.

Mission

Most trading fails because of emotion and opacity, and we exist to fix both. We trade written rules, we prove we followed them, and we show the audit trail to traders, to partners, and to ourselves.

Philosophy

  • We do not predict markets. We detect what is actually happening and react by rule.
  • A trade we cannot explain is a trade we do not take.
  • Every fix restarts the clock. We count proof, not excuses.
  • The market decides the profit. We decide the discipline.
  • Nothing goes live that has not replayed history.

We're looking for the traders and partners who want to build this with us.

If you trade index futures or crypto and want a system that actually shows its work, talk to us. If you run a venue and want to talk about integration, talk to us too.