JimMY / Trade Desk
--:--:-- UTCPAPER MODE
Trade Desk · 0xabc123

Trade Desk

Your account command center: review cards first, then Paper Mode receipts and setup blockers only when needed.
Settings
Setup status4 of 6 complete · 2 steps remaining
  1. 01Strategy selectedFVG / IFVG + DOF · Structure Enginedone
  2. 02Trading Computer healthyMac paired but waiting for a fresh agent check-in.checkConnect this Mac
  3. 03Jimmy webhook issuedPaper Mode secret is issued.done
  4. 04Price feed activeOpen TradingView and keep the live chart active.nextOpen TradingView setup
  5. 05Broker route savedTradeify Select · approveddone
  6. 06Paper Mode readyDesk is lined up for a Paper Mode test.done
Setup wizard lives in the left sidebar only. This drawer is read-only status for the current desk.

Mac package download

Full Mac instructions stay here too: download, verify, install files, pair, doctor, then start services last.

setup package
curl -O https://jimtd.com/downloads/jimmydesk-mac-local-agent.zip
curl -O https://jimtd.com/downloads/jimmydesk-mac-local-agent.sha256
shasum -a 256 -c jimmydesk-mac-local-agent.sha256
unzip jimmydesk-mac-local-agent.zip
cd jimmydesk-mac-local-agent
./installer/check-install.sh
./installer/install.sh
python3 src/main.py pair
python3 src/main.py --data-dir "$HOME/Library/Application Support/JimmyDesk/local-agent" doctor --skip-cdp
./installer/install.sh --start

Default install only places files and LaunchAgent plists. Services wait until the final explicit start command after pairing and doctor pass.

Full system test run

End-to-end funded-account confidence path: install, pair, price feed, receiver, dry-run packet, entry confirmation, broker/account snapshot, then dashboard greenlights.

full version
TradingView price feed

Open the trader-owned TradingView chart in the local Chrome CDP browser, then capture one price tick and run doctor with CDP enabled.

python3 src/main.py --data-dir "$HOME/Library/Application Support/JimmyDesk/local-agent" price-feed-cdp --once --cdp-url http://127.0.0.1:9222 --symbol MNQ
python3 src/main.py --data-dir "$HOME/Library/Application Support/JimmyDesk/local-agent" doctor --cdp-url http://127.0.0.1:9222
Local receiver online

Confirm the loopback Paper Mode receiver is listening after services start.

nc -z 127.0.0.1 4321
TradersPost dry-run packet

Paste the trader-owned TradersPost route into stdin only; JimmyDesk generates a local audit packet without sending it.

read -rs TRADERSPOST_WEBHOOK_URL
printf '%s\n' "$TRADERSPOST_WEBHOOK_URL" | python3 src/main.py --data-dir "$HOME/Library/Application Support/JimmyDesk/local-agent" traderspost-dry-run --webhook-url-stdin --quantity 1
unset TRADERSPOST_WEBHOOK_URL
Entry confirmation observed

Use the already-open TradersPost strategy dashboard in the local TradersPost browser lane; paste the dashboard URL through stdin only.

read -rs TRADERSPOST_DASHBOARD_URL
printf '%s\n' "$TRADERSPOST_DASHBOARD_URL" | python3 src/main.py --data-dir "$HOME/Library/Application Support/JimmyDesk/local-agent" traderspost-confirmation-cdp --dashboard-url-stdin --account-label "Test funded route" --cdp-url http://127.0.0.1:9223 --once
unset TRADERSPOST_DASHBOARD_URL
Broker/account snapshot fresh

Use the already-open TradersPost broker page to capture sanitized balance, P&L, positions, orders, and subscription/account rows.

read -rs TRADERSPOST_BROKER_URL
printf '%s\n' "$TRADERSPOST_BROKER_URL" | python3 src/main.py --data-dir "$HOME/Library/Application Support/JimmyDesk/local-agent" traderspost-broker-snapshot-cdp --broker-url-stdin --cdp-url http://127.0.0.1:9223 --once
unset TRADERSPOST_BROKER_URL
Dashboard greenlights

Refresh Trade Desk and verify account cards show fresh agent heartbeat, price feed, latest receipt, entry confirmation, and broker snapshot.

Open My Jimmy → Trade Desk → Refresh data