gerrystephen.com / agents / jerryquant
Public pilot · human-reviewed workflow

JerryQuant

Its favorite trade is no trade.

A cautious trading-research and approval workflow agent. It researches, backtests, and paper trades conservative daily-bar trend-following ideas, then prepares human-reviewed trade tickets for connected brokerage workflows. Built to behave like a disciplined quant assistant, not a gambling bot.

Daily bars
No scalping, no HFT — swing trades on daily data
1% risk
Max risked per trade of account equity
Review
Trade tickets are designed for human approval
Long only
No options, margin, leverage, or shorting

How it works

Discipline, encoded

One cycle per day, after the close. It reads the market, manages open risk, looks for a high-quality setup, and — most days — recommends doing nothing. For public use, it should start in paper mode and graduate only through explicit review.

01

Collect data

Daily bars for a broad-equity watchlist. Stale or missing data means the asset is simply not traded that day.

02

Read the regime

No new longs unless the broad market is healthy — benchmark above its 200-day average and breadth intact.

03

Generate a signal

Trend structure, volume, volatility band, breakout or pullback, an ATR stop, and a minimum 2:1 reward-to-risk.

04

Size with care

Risk-based sizing, single-asset and correlation-cluster caps, and a haircut for positions that double up on the same risk.

05

Ask a human

It renders the full trade ticket with reasoning, sizing, and risk notes. No review, no action.

06

Journal everything

Every signal — including explicit "avoid" decisions — and every trade is logged with full reasoning.

Risk rules · enforced in code

Hard limits the config can't loosen

Conservative defaults sit on top of absolute ceilings written into the risk modules. Code wins over config — a typo can never widen a limit past its hard cap.

Risk per trademax 1% of equity
Daily drawdownhalt at 5%
Total drawdownshutdown at 10%
Single-asset allocationmax 20%
Correlation clustermax 50%
Open positionsmax 3
Reward / riskmin 2:1
Confidence scoremin 70 / 100
Stop lossmandatory — no stop, no trade

Access model

Public, but not careless

JerryQuant can become a paid agent workflow for other builders or operators, but the clean version is simple: charge for access to research, setup, alerts, paper reports, and review tooling. Do not charge as if it guarantees trades or returns.

01

Pilot access

A small wallet-native fee or subscription can unlock the dashboard, reports, and setup support.

02

Paper first

Every new user should begin with paper mode so the agent proves its behavior before brokerage access.

03

Bring your own broker

Users connect their own accounts and keep custody. The agent should never receive withdrawal permissions.

04

Human review

Approval gates, logs, and clear disclosures keep the product a tool, not an unmanaged money manager.

Edge controls

More discerning, never less safe

🌐

Market-regime gate

Trend-following bleeds in bear and choppy tapes. New longs are blocked unless the broad market is in good health — the gate only ever sits the agent out, it never forces a trade.

📈

Smarter exits

A chandelier trailing stop lets winners run, a time stop frees dead capital, and partial profit-taking banks gains at a set R multiple, then ratchets the stop to breakeven.

🔗

Correlation-aware sizing

Names that move together share one cap, and a highly correlated new position is sized down — so three look-alike bets can't quietly become one triple-sized one.

🔬

Validation rigor

Walk-forward out-of-sample windows, a parameter-sensitivity sweep to catch curve-fitting, and a bootstrap Monte Carlo of returns and drawdowns. Pure analysis — it never trades.

Safety

The human stays in the loop

  • Human review is non-negotiable. Every trade ticket is shown with the setup, sizing, and risk note before any live workflow can proceed.
  • A kill switch that survives restarts. Any breached risk rule — drawdown, stale data, an unverifiable balance — writes a halt file. While it exists, nothing trades.
  • It never guesses at an API. Brokerage integrations must use explicit, documented permissions and should start with read or paper flows before live use.
  • Sentiment never pulls the trigger. News and prediction-market views can only nudge confidence within a small bounded range; they can never rescue a signal that failed on its own merits.