Skip to content

AUTONOMOUS TRADING SYSTEM

It Has To Earn The Money.

I built this for my own capital, after a day that cost me 7.4 percent with no breaker. Every rule that protects the money now lives in code where it cannot be skipped.

trusted by: UFC, Caesars Entertainment, Churchill Downs, Neighborly, Supercuts, City of Las Vegas, SDMI, Switch, Silverton, Panda Express, TAO, Ellie Mental Health, Dollar Loan Center, Dot Vegas Domains, HFC, Lithion Battery

UFC
Caesars Entertainment
Churchill Downs
Neighborly
Supercuts
City of Las Vegas
SDMI
Switch
Silverton
Panda Express
TAO
Ellie Mental Health
Dollar Loan Center
Dot Vegas Domains
HFC
Lithion Battery

Trusted by UFC, Caesars Entertainment, City of Las Vegas, Supercuts

Justin's expertise, responsiveness, and genuine investment in our success have been evident throughout this process. We are truly grateful.
Dr. Linda Silvestri & Dr. Angela Silvestri-Elmore, Co-authors, Saunders Pyramid to Success · 14 years · 300+ Las Vegas businesses · 5-star rated
drop: Autonomous trading system held in shadow mode with a person on the switch

at a glance

Odr is an autonomous trading system built for one rule: a strategy never touches money until it has earned the right. Two signal engines feed a router, every order passes four hard risk invariants enforced in code, and every new strategy runs in shadow mode against a paper account for at least 60 trading days and must clear a six-condition promotion gate before a single dollar is at risk.

the problem
An operator wants a trading system that runs unattended, but the failure mode of a bad autonomous trader is not a typo. It is real money lost while nobody is watching.
who has it
A technical operator running their own capital who wants a system that compounds without a person babysitting every tick.
the pain
Most hobby trading bots are confident before they are correct. They run live on a backtest that looked good and a risk module that exists only in the readme, and the first bad day takes a chunk out of the account before any breaker fires.
cost of doing nothing
On the ninth of June the hand-rolled first version lost 7.4 percent intraday with no circuit breaker, because the four risk rules it claimed to enforce lived in documentation and not in code. That single day is why the system was rebuilt risk first.

01 · WHY TRADING BOTS FAIL

The day that forced a rebuild.

Most automated traders are confident long before they are correct. They go live on a backtest that looked good and a risk policy that lives in a readme file, and the first bad day takes a real piece out of a real account before anything stops it.

On the ninth of June, the hand-rolled first version of this system lost 7.4 percent intraday with no circuit breaker. The four risk rules it claimed to follow were written in documentation and never enforced anywhere in the execution path.

That day is the reason the whole thing was torn down and rebuilt around one rule: a strategy does not get to be fast until it has proven it can be safe.

02 · SHADOW TRADING MODE

How shadow mode proves a strategy.

Shadow mode is the load-bearing idea. A new strategy does not start on real capital and it is not judged on a backtest. It trades against a live paper account, scored on real prices as the market moves, and its results are tracked separately where they cannot deploy a dollar.

Graduating does not mean money either. It means the system has earned the right to ask. Six conditions have to clear first.

Beat the public benchmark fund by a Sharpe margin of at least 0.3
Hold maximum drawdown at 8 percent or lower across the whole window
Place at least 30 trades, so the result is not luck on a handful
Run at least 60 trading days in shadow before it is even considered
Log zero risk-invariant violations, not one
Earn an operator conviction score of 80 out of 100 or higher

03 · ALGORITHMIC TRADING RISK RULES

The four risk limits in code.

The lesson from the bad day was that a risk rule you only wrote down is not a risk rule. So four hard limits are enforced as code that every order has to clear before it reaches the broker.

No order may risk more than 2 percent of the account if its stop is hit. No single name may grow past 25 percent of the account. The account may never spend its way below a 10 percent cash floor. And if the account is down 3 percent on the day, a breaker trips and blocks all new buying while still always allowing the system to sell and reduce risk.

The four checks are one self-tested function with no side effects, built that way so it can never be quietly bypassed. There is also a manual pause a person can flip to freeze all buying. The rules that protect the money are not a promise in a file, they are a gate in the path.

04 · CONGRESSIONAL TRADE FOLLOWER

Where the trading signal comes from.

Two strategies feed the router. One follows price momentum. The other follows the stock transactions of members of Congress, which are required by law to be disclosed publicly under the STOCK Act.

That data is not a private feed and it is not bought from anybody. It is read directly from the government disclosure sites for zero dollars, the same source subscription apps quietly resell.

The edge is not speed. By law those disclosures can lag the actual trade by up to 45 days, so nobody is front-running anything. The edge is that almost no retail investor acts on the signal, and that the system ranks each filer by their own historical record, so a disclosed buy from a consistently strong filer carries more conviction.

05 · FREQTRADE STRATEGY

Why I adopted freqtrade instead of building.

It would have been faster to keep hand-rolling. Instead, after the bad day, I deleted roughly 76 kilobytes of my own trading code and adopted freqtrade, the most widely deployed open-source retail trading framework there is, with a risk module thousands of operators have beaten on instead of one.

I kept the two things that were genuinely mine: the congressional disclosure signal feed, and the reliability rails that alert a person the moment anything fails.

That is the same judgment I bring to client work. Do not rebuild the engine, adopt the proven one, and spend the effort on the part that is actually your edge.

06 · AUTONOMOUS TRADING SYSTEM SAFETY

What unattended systems teach you.

This is a personal system, paper only, held in shadow by design. It will not move real capital until every condition has cleared and I have personally replied go live. When a strategy graduates, the system fires a notification and waits.

It is on this site because it is the clearest example of how I build anything unattended. AI is the engine that lets one marketer run systems at this size, and the discipline is what keeps the engine from being dangerous.

The same three habits show up in every automation I point at a business. Enforce the guardrails in code rather than in a document, prove the thing on a live surface with nothing at stake, and keep a person on the switch that matters.

07 · COMMON AUTOMATED TRADING QUESTIONS

Automated trading questions.

What is an autonomous trading system?
Software that reads market and signal data, decides what to trade, sizes the position and places orders without a person at every step. The hard part is not the trading, it is the safety.
Is following congressional stock trades legal?
Yes. Members of Congress are required by law to disclose qualifying transactions publicly under the STOCK Act. The system reads those public filings straight from the government source at no cost.
What is shadow mode?
A strategy trades against a live paper account, scored on real prices, with results tracked separately and no ability to deploy capital. It has to run at least 60 trading days and clear six conditions before it can even ask to go live.
How does it avoid a catastrophic loss?
Four rules are enforced in code before any order reaches the broker: a 2 percent per-position risk cap, a 25 percent concentration cap per name, a 10 percent cash floor, and a daily drawdown breaker at 3 percent that blocks new buying while still allowing exits.
Does it trade real money?
Not automatically. It is paper only and held in shadow mode. Even after a strategy clears every condition, the system only sends a notification, and a person has to reply before any capital is at risk.
Why is a trading system on a marketing site?
Because it is the highest-stakes version of the way I build unattended systems, and the habits transfer directly. Guardrails in code, proof before trust, and a person on the switch.

08 · GET FREE AUDIT

The audit is free, so start there.

I crawl your whole site, score it 0 to 100, and send a ranked list of what is costing you customers. About a day. No call needed.

If the fix is not something I do, I will say so.

who did the work

Justin Harris

I built this for myself, gated, because I wanted to watch it prove itself first.

Fourteen years doing this in Las Vegas, and more than three hundred businesses in the Valley.

Whatever I change, the log shows the date I changed it.

See what this would find on your website.

Free, in minutes. Same-day reply from Justin, personally.