Trade Desk
Tradeify Select 50K
Tradeify Select 50K public preset: $3,000 target, $2,000 EOD trailing max drawdown, evaluation daily loss none, 40% consistency. Paper validation via TradersPost 100K paper account. Internal overlay: Paper Mode only, micros only, 1-2 micros, manual daily stop, no live send, broker execution off.
Setup status4 of 6 complete · 2 steps remaining
- 01Strategy selectedFVG / IFVG + DOF · Structure Enginedone
- 02Trading Computer healthyMac paired but waiting for a fresh agent check-in.checkConnect this Mac
- 03Jimmy webhook issuedPaper Mode secret is issued.done
- 04Price feed activeOpen TradingView and keep the live chart active.nextOpen TradingView setup
- 05Broker route savedTradeify Select · approveddone
- 06Paper Mode readyDesk is lined up for a Paper Mode test.done
Mac package download
Full Mac instructions stay here too: download, verify, install files, pair, doctor, then start services last.
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.
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
Confirm the loopback Paper Mode receiver is listening after services start.
nc -z 127.0.0.1 4321
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
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
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
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