ProjectX
TradingView to ProjectX webhook execution
ProjectX is the router behind many funded futures platforms. HexTrade already has a first-party ProjectX adapter — this page is the query people actually type.
Set platformType to projectx and use the accountId from HexTrade Accounts after the ProjectX login connects. Same JSON shape as other HexTrade webhooks: ticker, action or side, quantity, optional tp/sl in ticks.
ProjectX is also the technology behind branded firm interfaces such as TopstepX, but a shared API does not create shared permission. As reviewed August 30, 2026, Topstep says order activity must originate from the trader’s personal device and a private server may not place, relay, or trigger orders; it separately restricts ProjectX API trading in Live Funded Accounts.
Use a hosted ProjectX webhook only when the account provider’s current written rules permit that exact route and account stage. Technical connectivity is not compliance approval.
- Confirm provider permission. Verify that hosted webhook order relay is allowed for this ProjectX provider and account stage.
- Connect the ProjectX login. Add the account in HexTrade and copy the exact accountId.
- Copy the webhook URL. Accounts → Webhooks. Treat the URL as a credential.
- Alert JSON. platformType projectx, accountId, ticker (NQ/ES/MNQ), action, quantity.
- Test with dryRun, then minimum size. Validate the payload, then place the smallest allowed live order if the policy still permits it.
- Recheck eval vs funded. Promotion can change API and automation rules. Re-read the provider page before you scale.
Frequently asked questions
Is ProjectX the same as TopstepX?
TopstepX uses ProjectX technology, but Topstep controls its own rules. Current Topstep guidance restricts remote-server order relay and Live Funded ProjectX API trading, so do not treat generic ProjectX support as Topstep permission.
Do I need a ProjectX API key?
Yes — connect the account in HexTrade first, then webhooks can route to that accountId.
Which prop firms work?
Only accounts that HexTrade can technically connect and whose provider explicitly permits hosted automation for that account stage. Both conditions must be true.