★ Walkthrough · From Access Code To Live Trade ★

HOW TO USE
THE DESKS

Seven steps. By the end you'll know how to read a signal, size a trade, and run a bot — safely.

1

Get In

Open the Premium page and enter your access code at the gate. The suite stays unlocked on that device.

Page/premium.html
Access codeprovided privately
2

Choose A Desk

The front page has three desks. Pick the one that matches the kind of signal you want to trade:

  • Power Players — Trump / Fed / Musk policy posts → intraday signals.
  • Market Movers — Huang, Buffett, Dimon, Altman, Zuckerberg → earnings & 13F events.
  • Non-Public Watch List — Anduril, SpaceX, OpenAI & more → pre-IPO proxy plays.

Click a desk card, or use the tab bar at the top of the page.

3

Read An Operator Card

Every card has the same anatomy. Learn it once:

  • Signal Strength gauge — the current directional lean.
  • Event Playbook — each tile is a scenario → ticker → direction. The direction is conditional on the event, not a standing position.
  • Documented Events — the real, price-matched history behind the claim.
Verified: e.g. the Buffett 13F bump — 69 new-stake disclosures, 71% beat the S&P the next session, +1.76% mean. Every number is reproducible from free public data.
4

Open A Trade Ticket

Hit Trade Ticket on any card. It turns the signal into an executable plan with a fixed risk template:

Entryopen after the event confirms
Trailing stop0.75%
EOD exitforce-close before the bell
Kill switch−3% daily drawdown

Use the built-in calculator: enter your account size and risk-per-trade, and it returns the position size that keeps the loss inside your budget.

For now: place the trade manually with these parameters. The broker-connect buttons are a shell — one-click execution arrives when you wire your own brokerage.
5

Build The Bot

Want it automated? Hit Build a Bot for a copy-paste script. Every recipe follows the same shape:

# clone, install, backtest, paper-trade, then go live git clone https://github.com/cpwhite/trump_put.git && cd trump_put pip install -r requirements.txt python src/data_ingest.py --posts --prices python analysis/full_backtest.py --confidence-filter --leveraged python src/live_runner.py --paper
Always paper-trade first. The bot ships with an end-of-day close and a daily kill switch on by default.
6

Ask The Desk

Stuck on a term, a signal, or a backtest number? Click Ask the Desk at the bottom-right of the premium page. The assistant answers questions about any desk, signal or bot — in plain English.

It runs through a secure server proxy, so it is safe to use and always on-topic.

7

Go Live — Carefully

Only after a signal has proven itself on paper should real money touch it. The rules that keep you in the game:

  • Size small — let the calculator cap every trade.
  • Trust the template — trailing stop and EOD close are not optional.
  • Trade the event, not the headline — the data shows news sentiment has no edge; scheduled events do.
Open The Premium Desks →

Educational and research use only. Not financial advice. Past backtested results do not guarantee future returns. Trading involves substantial risk of loss.
· Premium desks · Capitol Trades · Journal ·