Changelog
Release notes for TradingView Hub. Most recent first. Webhook contract changes are called out under Changed or Deprecated.
2026-05-22 — Docs v2.0
Added
- Full documentation site replacing the legacy single-page docs.
- Complete TradeCommand reference: anatomy, all 84 fields, sizing, SL/TP, DCA, scaling, conditional logic, math expressions, timing & idempotency, gotchas.
- Dedicated chapters for Pine Script alert formats, every supported exchange, copy trading, the Telegram bot, Chrome extensions, and the affiliate program.
- API Reference chapter covering webhooks and error codes.
- "For LLMs" chapter plus
llms.txtandllms-full.txtat the site root — so AI assistants can ground answers in the canonical schema. - This Glossary — every TVH-specific term in one place.
Changed
- The legacy docs are superseded by this site. Old links point to the matching new pages.
- Webhook endpoints, JSON schema, and field names are unchanged. No migration is required.
Deprecated
- The legacy docs are deprecated. Old links still work for now but will be removed in a future release. Update any bookmarks.
Update policy
| Change type | What it means | How it shows up |
|---|---|---|
| Major | Webhook contract changes (renamed field, new required field, breaking error code). | Version bump on this page, dedicated migration guide, in-app and Telegram notice. |
| Minor | New non-breaking feature (new optional field, new endpoint, new exchange). | One entry on this page under the next release date. Full docs on the relevant feature page. |
| Patch | Typos, clarifications, small visual fixes. | No changelog entry. |
We treat the JSON schema as a public contract. Anything that would silently break an existing TradeCommand is a Major change and gets a migration guide.
Subscribe to updates
- Bookmark this page: new releases are added at the top.
- Status incidents (downtime, exchange outages) are posted on Telegram, not here — see Support.