Sierra Chart
A professional Windows-based trading platform with a deep ACSIL programmable interface, native footprint and depth tooling, and direct connectivity to most futures data vendors and brokers.
What it is
Sierra Chart is a professional Windows-based trading platform developed by Sierra Chart Inc. since the late 1990s. It is one of the longest-lived and most-respected platforms in the futures and options trading world, used by retail traders, prop firms, and institutional desks alike. Unlike the modern wave of browser-based or mobile-first trading platforms, Sierra Chart is a desktop application focused on depth, configurability, and low-latency execution.
The platform's core strengths are:
- A deep ACSIL programmable interface that lets developers build native C++ custom studies running inside the platform process with no IPC overhead.
- Native footprint and depth tooling (Numbers Bars, market depth historical, DOM panel) that competitor platforms typically require third-party add-ons to match.
- Direct connectivity to most major futures data vendors (Rithmic, CQG, Denali, Teton, IQFeed, Interactive Brokers, and others) and to the brokers most futures traders use.
- A mature chartbook persistence model that makes complex multi-chart setups portable and reproducible across sessions.
- Custom ticker plant capabilities that let users self-host data infrastructure if they want full control.
Sierra Chart runs on Windows; the platform does not have a native macOS or Linux client (though some users run it under Wine or in a Windows VM). It is licensed via a per-month subscription with packaging tiers that determine which advanced features are enabled.
Why it matters
Sierra Chart is the platform of choice for traders who care about:
- Order flow analysis — its native footprint and depth tooling is among the most configurable available on any platform at any price.
- Custom tooling — the ACSIL surface lets serious users build exactly the studies they need, without waiting for the vendor to ship features.
- Latency and reliability — the platform is engineered for fast tick processing and stable long sessions, not for marketing-friendly UI animations.
- Data ownership — SCID tick files belong to the user and are stored locally, not behind a vendor-controlled cloud API.
These priorities make Sierra Chart less approachable for casual users (the UI is information-dense, the configuration surface is enormous) but extremely powerful once configured. The trade-off is deliberate.
How it appears on Sierra Chart
This question is recursive — Sierra Chart is the platform. The user-facing surface is a Windows desktop application with a menu bar (File / Edit / Chart / Analysis / Tools / etc.), a chart workspace, dockable panels for the trading DOM, time-and-sales, alerts, and account management, and a deep settings hierarchy reachable via right-click context menus on virtually every chart element.
The platform ecosystem extends to community studies (often distributed as .cpp source in Sierra Chart's user forum), vendor-provided studies (SCS being one such vendor), and third-party data and execution adapters.
Common patterns / pitfalls
- The learning curve is real — Sierra Chart rewards investment but is not friendly to drive-by users. Plan to spend hours configuring before it feels productive.
- Documentation is comprehensive but dense — Sierra Chart's online documentation covers virtually everything but reads like reference material, not a tutorial.
- Update cadence is conservative — the platform releases incrementally; major UI changes are rare, which is a feature for users who don't want their setup to break.
- Connectivity choices matter — picking the right data feed (Rithmic, CQG, Denali, etc.) affects symbol availability, latency, and cost. For US equity index futures, multiple feeds are viable; for less-common instruments, the choice narrows quickly.
- Custom studies need to be trusted — an ACSIL DLL runs as native code inside the platform. Only install DLLs from vendors you trust.
Related SCS studies
Every SCS product is built specifically for Sierra Chart. The ACSIL studies (Trade Manager, Alert Log Monitor, CVD Filled Area, Single Print and Gap, Delta Candle Color, Session ATR Percent, Market Depth Manager, and the various client Custom Studies) run inside the platform. The Trading Journal is a separate Electron Windows app that pairs with Sierra Chart by reading SCID files and Sierra Chart-emitted trade logs.
See also
About the sierra chart platform category
Concepts specific to the Sierra Chart trading platform itself — chartbooks, instances, data files.
Browse the full glossary