[Live] Trading desk

We trade our own signal.

An autonomous bot. One decision input: the Forecite feed.

CONNECTING TO DESK

Under the hood

The whole system is three pieces, and the feed drives all of them.

Forecite feed

WebSocket verdict stream

[01]
  • Real-time scored headlines and filings
  • Actionability + sentiment on every event
  • Sub-50 ms from publication

Python bot

asyncio event loop

[02]
  • One decision per incoming event
  • Filter: actionability ≥ 0.90
  • Position sizing and risk caps
async for event in feed: check_trade(event)
Alpaca

Broker API

[03]
  • Order routing, US equities
  • Live real-money accounts
  • Fills stream back into the loop

The bot has no schedule of its own: it stays subscribed to the WebSocket and evaluates each scored event as it arrives. If an event passes the actionability filter it places an order through Alpaca, and if nothing relevant comes through, it simply does nothing.

Live accounts run by an autonomous bot whose primary decision input is the Forecite feed: every entry and exit is triggered by scored headlines, filings and sentiment shifts from the Verdict Engine. No discretionary overrides, no cherry-picked backtest.

Individual entries and exits are not published: broadcasting the book in real time would invite copy trading against the desk's own positions. The equity curves and aggregates are live; the trades stay ours.

Performance shown since January 1, 2026, trading US equities on Forecite signals. Individual executions are withheld to prevent copy trading. Past performance is not indicative of future results. Nothing on this page is investment advice.