Speed & Performance.
Keep Sierra Chart fast.
Seven settings that keep Sierra Chart smooth under heavy orderflow charts - from disk and GPU to data load and studies.
-
Run from an SSD Hardware
Sierra Chart constantly reads and writes its Data folder. On a mechanical drive that disk I/O is the bottleneck; on an SSD it effectively disappears.
- Keep the
SierraChart\Datafolder on an SSD (NVMe is ideal). - Avoid network drives or external HDDs for live data.
- Keep the
-
Enable OpenGL Global Settings
OpenGL hands chart drawing to your GPU, freeing the CPU and making pan and zoom noticeably smoother on dense charts.
Global Settings › Graphics Settings→ tick Use OpenGL for Chart Graphics.- Seeing artifacts on an old GPU? Update the graphics driver first.
Fig. 01 · OpenGL setting -
Spread charts across sub-instances Global Settings
By default Sierra Chart runs in a single process. Sub-instances let it use several CPU cores, so a heavy chartbook stays responsive instead of fighting for one core.
Global Settings→ enable additional instances and assign chartbooks to them.- Put your heaviest charts (footprint, DOM, heatmap) on their own instance.
Fig. 02 · Sub-instances -
Raise the chart update interval Chart Settings
The update interval controls how often a chart redraws. A slightly higher value cuts CPU load with no real change in how the chart reads.
Chart Settings › Chart Update Interval→ try 500 ms on heavy charts.- Lower it only on the one or two charts where you need tick-by-tick refresh.
Fig. 03 · Update interval -
Load only the history you need Chart Settings
Every extra day of intraday data is more to load, store and recalculate. Cap each chart to the lookback you actually trade.
Chart Settings › Days to Load→ keep it to your real lookback.- Reserve long histories for the few charts that genuinely need them.
-
Coarsen Volume Profile tick size Study Settings
A Volume Profile draws a row per price tick. On high-resolution instruments that is thousands of rows; a larger tick size renders the same profile far faster.
- Right-click the chart →
Studies→ open the Volume Profile study. - Increase the tick size until the profile draws smoothly.

Fig. 04 · Volume Profile tick size - Right-click the chart →
-
Remove studies you don't use Chart
Every study recalculates on each update. Trimming the ones you don't actively trade is the simplest way to reclaim CPU.
- Keep only the studies your strategy actually uses.
- Duplicate-heavy studies (multiple profiles, large moving averages) cost the most.