Running on private Apple Silicon · Zero human-in-the-loop
Know tomorrow's setups, today

Synapse Terminal
Data-Backed Systemic
Futures Intelligence.

The first protocol trading / research / project suite built to serve

No signup required · Try the live demo →
Capabilities

Everything you need.
Nothing you don't.

Synapse Terminal delivers a fully systematic, deterministic, and mechanical trading intelligence framework engineered to replace discretionary true/false decision-making with mathematically rigorous, data-driven processes.

This framework is purpose-built to preserve and compound trader capital through:

  • High-fidelity deterministic data classification and statistical gating (N ≥ 30 validation threshold) applied to 19 years and 55+ GB of clean CME Globex tick, 1-minute, and hourly futures transaction history.
  • Production-grade machine learning models with strict statistical validation, backtested across multiple macro regimes.
  • Advanced mathematical application of time-and-price microstructure concepts (session typology, deterministic time-partitioning, and probability-weighted pattern recognition).
  • Bespoke, hardware-sovereign Python execution scripts running on private Apple Silicon — optimized for real-time detection and automated trade logic.
  • Institutional-grade quantitative algorithms incorporating rigorous statistical filters, p-value testing, and zero-guesswork inference.

The result is a zero human-in-the-loop, mathematically traceable edge — transforming subjective trading into objective, repeatable, capital-preserving systematic execution.

01

Deterministic Data Engine

19 years since 2007 · 55+ GB of clean Nasdaq-100 (NQ) tape from CME Globex — tick, 1-minute and hourly — partitioned by an industry-first time-and-price classification across daily, weekly, and session profiles. zstd-parquet, deterministically gated.

02

Production ML Models

Strict statistical validation backtested across macro regimes. Probability-weighted, p-value tested, zero human-in-the-loop.

03

The N ≥ 30 Statistical Gate

Fewer than 30 indexed occurrences in NQ/ES? The indicator is flagged statistically unsafe — preventing false positives by design.

04

Apple Silicon Sovereign Execution

Two Mac Minis run a local Python setup-detection engine 24/7. Bespoke algorithms, razor-sharp mathematical indicators, executed on private M-series hardware — faster, isolated, and fully under your control.

Process

From raw tape.
To repeatable edge.

Zero predictive guesswork. 100% mathematical trace — from raw CME transaction tapes, validated on private Apple Silicon, straight to your terminal.

synapse_pipeline.py Ready

01 · Ingestion

"""
Synapse Edge — ingestion + cleaning pipeline.
Reads raw CSV/parquet exports from Databento.
"""
from pathlib import Path
import pandas as pd

SESSION_BOUNDS_NY = {
    "asia":   ("18:00", "02:00"),
    "london": ("02:00", "07:00"),
    "nyam":   ("09:30", "11:30"),
    "macro":  ("09:50", "10:10"),
}

02 · Profiling

"""
Synapse Edge — time-of-day expectation profile.
For each (session x weekday) bucket compute:
median return, 80th-pct range, reversion hit-rate.
"""
def time_of_day_profile(df):
    df["weekday"] = df["ts_ny"].dt.day_name()
    return df.groupby(
        ["session_date","session","weekday"]
    ).agg(open=("open","first"),
          high=("high","max"),
          low=("low","min"),
          close=("close","last"))

03 · Weights

"""
Synapse Edge — Model Weights Loader
Executing on private Apple Silicon (M-series).
"""
import torch, json
from transformers import AutoModel

def load_weights():
    print("Initiating tensor distribution...")
    for i in range(1285):
        pass  # MPS load
Per-product process

From engine to your terminal.

The same engine — two Apple M4 Silicon local machines, 19 years of clean tape since 2007, and the industry-first time-and-price application — drives every Synapse product. Each product surfaces it differently. Here's how the three core flows work.

Indicators

Click to claim

You click to claim your hardware-bound license inside your Synapse account. The Pine Script v6 source loads natively in your TradingView layout — session typology markers, weekly bias overlays, kill-zone shading, FVG / OB / SMT divergence triggers — every line wired to the same N ≥ 30 statistical floor that runs in the back-engine. Updates push silently. Razor-sharp mathematical indicators. No black boxes, no discretionary overrides.

Hardware-bound · Pine v6 · Silent updates

Signals

Autonomous agent

Two Apple M4 Silicon local machines run a 24/7 autonomous Python signal-generation agent against a local data engine of 19 years (since 2007) of clean NQ / ES Globex tape. Every candidate setup is gated by N ≥ 30 + t-statistic significance and pushed through bespoke detection algorithms. Triggers stream out sub-50ms to your terminal. Every closed signal is auto-graded by the engine — entry quality, MFE captured, MAE tolerated, replay-vs-live deviation — and the grade lands in your dashboard. Your edge is measured, not estimated.

2× Apple M4 Silicon · Data-backed engine · Grade-scored

Journal & Reminders

Compass

You log a trade idea, observation, or psych note in Compass — Supabase-backed, timestamped, immutable. The system indexes the idea against the ICT knowledge graph (two decades of Michael J. Huddleston's Twitter Spaces, live streams, and lectures — segmented and topic-tagged). At the right time — NY AM open, kill-zone entry, weekly regime reset, macro release — Compass surfaces a reminder paired with the exact ICT teaching that maps to your logged idea. Sundays, the engine pushes the weekend mirror — your week's logged ideas vs. the recorded outcomes — so the loop closes from idea → execution → review.

Supabase · ICT-indexed · Weekend mirror
Products & Services

Two Worlds. One Engine.

Whether you're an individual trader or a business — the same Apple Silicon engine powers both sides. Today, Synapse is laser-focused on Index Futures (NQ / ES / YM); other asset classes are on the roadmap.

For Traders

B2C

Synapse Indicators

$279/mo

Premium custom technical indicators mapping mathematical ranges and session skews natively on your TradingView layout. Fully compatible across NQ / ES / YM front-month contracts with secure hardware-bound license validation. Razor-sharp math, no black boxes.

Click to claim your indicators

Synapse Compass

Free 3 mo · then $31.99/mo

Beginner portal · journal · trade tracking. Log every trade and your own observation ideas — the system replays them via an automated Sunday mirror against systematic outcomes. High-end indicators on clean Databento tick data, Supabase-backed journal, ICT-indexed reminders pulled from Twitter Spaces, lectures, and live-stream archives.

Synapse Edge

$99/mo · or $599 once

Full data + backtest engine. HOD/LOD distributions, automatic N ≥ 30 validation gating, ICT week-characteristics database dynamically mapped across historical structures. One-time $599 unlocks the engine for life.

Synapse Coded Models · Index Futures · NQ / ES

from $999 + $169/mo

Escape the educational discord noise. Production-ready hard-coded logic for 3 institutional models — raw Pine Script / C++ indicator source, comprehensive mathematical explainer PDF, and a developer breakdown video mapping exact entry/exit protocols.

Browse the 3 institutional models
MODEL 2022
$999 + $169/mo

Short-term high-probability execution

Based on liquidity sweeps, market structure shifts, and Fair Value Gaps within specifically defined kill zones.

Featured · Industry-first
MMXM
$1,399 + $169/mo

Market Maker Buy & Sell Model

The core systematic framework mapping the complete lifecycle of institutional order flow using classified weekly regime profiles and time-weighted probability surfaces. Hard to code — that's the point.

12 Classified Profiles Integration

  • Classic Tue Low/High (74% freq)
  • Wed Midweek Expansion (68% freq)
  • Consolidation Thu Reversals
  • Midweek Rally / Decline Distributions
UNICORN BREAKER
$999 + $169/mo

High-confluence rejection

High-confluence setup where a Fair Value Gap overlaps a Breaker Block, creating an exceptionally strong algorithmic rejection zone.

Each model ships with framework video, advanced protected indicator, mathematical brief, and a dedicated research channel.

Synapse Signals

Waitlist · Coming Soon

Autonomous Python signal-generation agent backed by the data engine and a trade-grading system. Immediate, sub-second-latency trade entries, macro-window targeting vectors, and systemic direction triggers — restricts false signals via t-statistic validation. Every closed signal is auto-graded.

Synapse Partner Program

Commission · Apply

Bespoke affiliate payout layers. Leverage the 19-year quantitative narrative and marketing resources to recruit traders. Dynamic dashboards track sub-network backtest interest and reward click-through metrics in our Apple-Silicon-isolated ledger.

Apply with credentials

Synapse For Enterprise

B2B

Three deliverables. Mathematically traceable, statistically gated, deployed on a private two-Mac-Mini cluster. For prop firms, hedge funds, family offices, and quantitative research desks.

Engineered for quantitative firms, systematic hedge funds, and family offices. Synapse provides bespoke higher-timeframe and lower-timeframe — even sub-1-minute — price action studies and modeling for every asset class we cover: Currency Futures & Forex, Index Futures (our specialty), Stocks & Options, and Crypto (BTC / SOL / ETH / XRP) — essentially CME products plus whatever the enterprise requests. Deliverables include model breakdowns, seasonal-tendency studies, and combined short-term + long-term projections built with bespoke mathematics and state-of-the-art algorithmic data modeling — all executed on private, fully isolated Apple Silicon.

API Calls

REST · WebSocket

Real-time, sub-minute trading signals computed on live price action — server-side inference executing on Apple Silicon MPS backend, emitting tape-validated trigger events gated by t-statistic significance. Sub-50ms compute window. Deterministic, idempotent, fully replayable against historical state.

Historic Data Engine Access

19 yrs · 55+ GB

The full clean CME Globex tick / 1-minute / hourly transaction history — at your disposal. zstd-parquet partitioned by session × weekday × risk-week regime, queryable through SQL or the Synapse Python SDK. Already validated, gap-filled, and N ≥ 30 statistically gated. No data engineering on your side.

Custom Bespoke Price Action Study & Modelization

Per asset class

Higher-timeframe projection combined with sub-1-minute lower-timeframe modelization — bespoke algorithmic application engineered per asset class. Each study delivers a seasonal-tendency model, microstructure regime tagging, a time-partitioned probability surface, and a p-value tested execution protocol — deployed on private Apple Silicon, fully isolated from your stack.

  • · Forex & Currency Futures
  • · Index Futures
  • · Stocks + Options
  • · Energies & Metals
  • · Crypto CME
enterprise_pipeline.py simulation.preview
from synapse_enterprise import BespokeStudy, MacMiniCluster

# Two Mac Minis · sovereign · fully isolated
cluster = MacMiniCluster(nodes=2, isolation="full")

study = BespokeStudy(
    assets=["NQ1!", "ES1!", "6E", "BTC-CME"],
    timeframes=["1W", "1D", "1m", "30s"],
    history_from="2007-01-01",          # 19 yrs clean tape
    gate="N >= 30 AND p < 0.05",
)

# Industry-first time-and-price classification
study.classify(method="time_x_price", window="session")
study.model_seasonal_tendency(method="bespoke")
study.project(horizons=["short_term", "long_term"])

study.deploy(cluster=cluster)
# > DEPLOYED. Mathematically traceable. No black boxes.
Talk to an expert By bespoke quote · NDAs available
Live metrics

Performance you can measure.

The Synapse engine runs continuously on private Apple Silicon against transacted CME tape flows. Every number below is computed, never estimated.

Live | --:--:--
0
Tape events processed today
0.99%
Engine uptime this quarter
<0ms
Signal compute latency
0 yrs
CME data moat indexed
Infrastructure

Powered by the stack you trust.

Signal generation, model training, and execution run on private Apple Silicon — orchestrated with production-grade, battle-tested components. Hover to highlight.

Security · Zero-Trust

Trust is non-negotiable.

Signals, model training, and trade logic all run on private Apple Silicon local machines — never a shared cloud tenant. That means faster compute, complete data isolation, zero-trust verification, and a strictly zero human-in-the-loop engineering pipeline. Nothing leaves the machine that doesn't have to.

Apple Silicon Local Compute Zero-Trust Ingress Zero Human-in-the-Loop Full Data Isolation — Local Machine

Two Mac Minis · Sovereign

Every signal is computed locally on a private two-Mac-Mini cluster — never a rented tenant, never a shared GPU.

Full data isolation

The 19-year CME moat is processed in an isolated local environment — no third-party data exposure.

Mathematically traceable

Every signal is reproducible from raw tape — no black boxes, no discretionary overrides.

Licensed validation

Indicator access is bound to validated hardware API keys with zero-trust handshakes.

For developers

Built by quants.
For quants.

A thoughtfully designed Python SDK that gets out of your way. Ship faster with hard-coded institutional logic and exact entry/exit protocols — all executable on your own Apple Silicon.

Python & Pine native

Raw Pine Script v6 / C++ source delivered.

Statistically gated

N ≥ 30 validation baked into every call.

Sub-50ms compute

Real-time detection on transacted tape.

Explainer included

Math PDF + developer breakdown video.


        
      
What operators say
"Synapse replaced every discretionary guess in my process. What used to be a feeling is now a number with a p-value attached."
M
Systematic Futures Operator
NQ / ES desk · Verified user
Statement of Gratitude

To Michael J. Huddleston.

Synapse Terminal would not exist without the work of Michael J. Huddleston.

The frameworks we engineer — every weekly profile, every kill zone, every liquidity sweep, every Fair Value Gap — sit on the shoulders of two decades of his price-action lectures, his live streams, his Twitter Spaces, and the unrelenting clarity with which he gave them away to anyone willing to listen.

We acknowledge that gratitude here — in writing, in code, and in product.

  • — For every late-night live session that taught a generation of traders how price actually moves.
  • — For every Twitter Space where you stayed online for hours, dissecting setups in real time, never pulling a punch on rigor.
  • — For every motivation that pulled a discretionary trader out of the noise and toward a system.
  • — For every lecture, every breakdown, every replay, every annotation that became the foundation of what we now automate.

Synapse exists because you taught.

Thank you, Michael.

— The Synapse Terminal Team

We Give Back to the Community

Free, by design.

Synapse runs on math, on Apple Silicon, and on the community that came before us.

That community got us here for free — through hours of public lectures, recorded Twitter Spaces, and freely shared annotations. We owe the same in return.

So we give back:

Free Indicators

A core set of our Pine Script indicators — session typology markers, weekly bias overlays, and base kill-zone shading — ships free to every account holder. No subscription required.

Free Reminders

Pre-market notifications for macro windows, NY AM open, London open, and end-of-week regime shifts — delivered to anyone with a free Compass account.

Free Terminal Entry

Claim your free seat at the Synapse Terminal. No credit card. No upsell. Walk in and use the engine.

Claim your free entry No credit card · No upsell

This is how we honor the system that built the system.

Pricing

Simple tiers. Systematic edge.

The exact same products and pricing from the catalog above. Start on Compass and scale into institutional-grade model deployment. No hidden fees.

01

Synapse Compass

Beginner portal · journal · trade tracking

Freefor 3 months

then $31.99/mo

  • Track your trades & submit your own ideas
  • Automated weekend (Sunday) mirror delivery
  • High-end indicators on clean Databento data
  • Supabase-backed journal & psych log
Start free trial
Most Popular
02

Synapse Edge

Advanced traders · full engine

$99/mo · or $599 once

Entire Data + Backtest Engine

  • Full HOD/LOD distributions
  • Automatic N ≥ 30 validation gating
  • ICT week-characteristics database
  • Statistical microstructure engine
Subscribe — $99/mo
03

Synapse Coded Models

Institutional model deployment

$999+ $169/mo

MMXM model from $1,399 + $169/mo

  • 3 hard-coded institutional models
  • Raw Pine Script / C++ source code
  • Mathematical explainer PDF
  • Developer breakdown video
Choose a model
04

Synapse Enterprise

Bespoke study · custom architecture

Custom

Bespoke quote

  • Bespoke HTF + sub-1min price action studies
  • Seasonal tendency modeling per asset class
  • State-of-the-art algorithmic data modeling
  • Apple Silicon sovereign deployment
Talk to an expert

All tiers run on private Apple Silicon with zero-trust ingress, full data isolation, mathematical traceability, and the N ≥ 30 statistical gate.

Ready to trade
the math, not the feeling?

Join operators shipping systematic, capital-preserving execution with Synapse Terminal. Start free, scale to institutional grade — all on sovereign Apple Silicon.

No credit card required for the live simulator

Action complete