Sydney Quant Pty Ltd  ·  Australia

Quantitative systems,
built end to end.

An independent research studio. We run our own trading infrastructure, build market analytics, and ship consumer software — the model, the backend, the app and the store listing, all under one roof. Five of our tools run live on this page.

02
Apps live on the App Store
05
Tools you can drive here
15
Projects catalogued
00
Backends behind this page

Trading & markets

The stack, end to end.

Six stages, one system. What the models look for is ours; how the thing is engineered and operated is the part worth publishing — and the part that decides whether a strategy survives contact with a live venue.

01 — CAPTURE

Market data

Data is captured continuously and stored raw, before any cleaning, so a decision made last month can be re-examined against exactly what the system saw at the time rather than a tidied-up version of it.

  • Append-only time-series store, retained unmodified
  • Gap detection and backfill on reconnect
  • Clock discipline — event time, not arrival time
02 — RESEARCH

Backtesting

Research and production run the same code. A backtest is the live engine fed historical data through the same interface, so a result in research is the result you get in production — not a cousin of it.

  • One code path for simulated and live execution
  • Costs, latency and slippage modelled, not assumed away
  • Out-of-sample discipline; parameters are not re-fit to the answer
03 — EVALUATE

Models & signals

Models are evaluated on a schedule against current data, and every output is stamped with the inputs and the version that produced it. A signal that cannot be traced back to its inputs is not allowed to size a position.

  • Versioned model artefacts, never edited in place
  • Every output carries its inputs and its provenance
  • Drift monitoring against expected behaviour
04 — EXECUTE

Order routing

Orders are sized from the model's conviction and the account's risk budget, then routed with idempotency keys so a retry after a timeout can never become a second position.

  • Idempotent submission — retries are safe by construction
  • Order state machine with explicit terminal states
  • Rejects and partials handled as normal cases, not exceptions
05 — RISK

Limits & reconciliation

Limits on position, exposure, order rate and drawdown are checked before submission, not after the fact. Positions reconcile against the venue on every start, every reconnect and on a schedule between — a mismatch halts trading rather than being netted away.

  • Pre-trade checks; nothing reaches a venue unchecked
  • Reconciliation on start, reconnect and interval
  • Kill switch that fails closed on stale data or disconnection
06 — OPERATE

Replay & observability

Every session writes a log detailed enough to reconstruct it tick for tick. When something odd happens it gets replayed, not argued about. Alerting is tuned for the things that actually matter — gaps, rejects, drift, and silence where there should be traffic.

  • Deterministic replay of any historical session
  • Alerting on absence as well as on error
  • Post-mortems from the log, not from memory
Strategies, signals, instrument coverage, venues and parameters are not published — here or anywhere. Everything above is architecture and operating discipline, which is the part that transfers.

Instruments

Three tools, running live.

Not screenshots. These are working versions of things the studio actually uses, cut down to fit a browser tab. Everything computes on your device — no requests leave the page.

Monte Carlo · parameters

+8%
18%
10 yrs
600
Illustrative geometric Brownian motion with constant parameters. Real markets have fat tails, shifting volatility and correlation. Not financial advice.

Simulated value paths

Starting value 100 · percentile fan · log value axis
Median 25th–75th 5th–95th Start

Where the paths finish

Terminal value across all paths · log-spaced bins
Path countStart
Median outcome
5th percentile
95th percentile
Finish below start

Flagship app

Sum Hero.

The studio’s consumer flagship, and the clearest proof that the whole stack works: model, backend, client, store listing and support, all in-house. Free on the App Store right now.

Sum Hero app icon: a shield with a plus sign, crossed by two swords
Real-time 1v1 brain duels

Sixty seconds. One opponent. No calculator.

Two players get the same questions at the same time, and it is settled on speed and accuracy. Points come from answering fast and from stringing correct answers together, so a clean run beats a careful one — which is what makes the last ten seconds worth staying for.

Ratings move on results, matchmaking pairs you against players near your level, and the leaderboard resets weekly so a good week actually counts. Play as a guest with no account at all, or sign in so a rating follows you between devices.

No ads, no advertising identifiers, no data sales. The app collects what matchmaking and rankings need and nothing beyond it — the privacy policy spells out every field, and deleting your account takes one email.

Price
Free
Category
Games
Rating
12+
Platform
iOS 15.6+
Version
1.0.2
Seller
Sydney Quant

The lab

Two more, for the fun of it.

The audio visualiser is a browser port of the studio’s offline renderer — same layer model, same colormap. The tax tool runs the same bracket schedule as the shipped app. Both are yours to drive.

Audio visualiser

Idle
Bass
Mid
Treble

Kicks detected: 0
Audio is decoded and analysed in your browser. Nothing is uploaded, stored or sent anywhere.

Aussie Tax Calculator

$95,000
Resident income tax only, 2024–25 schedule onward. Medicare levy, HELP repayments, offsets and deductions are handled in the app, not here. Not tax advice.
Get the full appApp Store

Where the money goes

Each segment is the slice of your income taxed at that rate
Tax payable
Take-home
Effective rate
Marginal rate
Income and tax by resident bracket
BracketRateIncome in bandTax

The catalogue

Everything we’ve built.

Shipped products, private infrastructure, and the things that were built, released and later taken down. Status is checked, not claimed — open any card for the full dossier, or hit ⌘K and search.

Live means publicly available today — two apps qualify. Built · offline means it shipped and has since been taken down; its privacy and support pages stay up for anyone who used it. Running · private is internal infrastructure that is not distributed.

How we work

Four rules, held to.

Not aspirations on a wall. These are the review criteria every commit in every repository gets held against.

01

Explicit over clever

Code is read far more than it is written, and debugged at the worst possible moment. Boring, obvious implementations beat elegant ones that need a mental run-up.

02

Show the working

Any number a system produces should be traceable to the inputs that made it. If a result cannot be explained in plain language, it does not ship.

03

Fail closed

Anything touching money stops rather than guesses. Stale data, a lost connection or a breached limit halts the system; nothing resumes without reconciliation.

04

Own the whole stack

Model, backend, client and store listing. Owning every layer means the second product costs a fraction of the first, and no vendor gets to decide the roadmap.

The studio

No team page. Just the work.

Sydney Quant is an Australian private company that designs, builds, ships and operates everything on this site. Research, engineering, design, release management and support all happen in the same place.

Everything here is made by cheesepickle. That is the only name attached to it, and it is the one to use if you write to us. There are no headshots, no bios and no founder story — the catalogue is the whole pitch, and it either holds up or it doesn’t.

Not everything survives. Three apps in the catalogue were built, released and later taken down, and they are labelled that way rather than quietly left looking live. The two that are still on the App Store are linked directly.

Trading work is discussed at the level of systems, infrastructure and risk. Strategies, signals, instruments and parameters are not published, here or anywhere, and no amount of asking nicely will change that.

cheesepickle

Builder & operator
Entity
Sydney Quant Pty Ltd
Based
Australia
Focus
Trading systems, market analytics, consumer apps
Live
Sum Hero & Aussie Tax Calculator on the App Store
Private
Strategy, signals, positions
Contact
sydneyquant@outlook.com

Contact

Say something interesting.

Support requests, bug reports, data or infrastructure work, or a question about something in the catalogue. One inbox, read by the person who built it.

sydneyquant@outlook.com