Scenario analysis · not financial advice

Bot Desk

Every agent on the desk in one place — plus a copy-signal bot that paper-trades the strategy against live data, and n8n workflows you can import to automate the whole desk. Bots analyze, signal, and simulate. Real execution always stays human.

The agent roster

Copy-Signal Bot — paper trading, real signals

One click runs the full pipeline: scan the majors → check the CFTC smart-money bias → open simulated positions only where a B+-or-better signal and institutional positioning agree — the exact confluence rule the backtest measured. It never touches real money.

Open (simulated)

None — run the bot.

Closed

0trades

Bot log
  • Idle.

n8n automation pack

The repo ships three importable n8n workflows (n8n/ folder, docker-compose included): a scheduled market scan, a smart-money monitor that alerts when institutional positioning flips, and a copy-signal paper-trader that logs confluence signals on a schedule. Point them at your own alert channel (Telegram, Slack, email) and the desk runs itself — signals arrive, a human decides.

daily-market-scan.json

Cron → /api/scan → alert the day's best graded setups.

smart-money-monitor.json

Cron → /api/smart-money → alert when a pair's institutional bias flips.

copy-signal-paper-trader.json

Cron → scan + smart-money → log confluence signals to your channel.

A daily Vercel cron also warms the smart-money + backtest caches server-side, so the site stays fast with zero external infrastructure.