Docs Charts & analysis

Trade charts

Per-trade candlestick charts with entry / stop / exit lines.

Every trade gets its own candlestick chart on the trade-detail page. Bars come from a locally stored Databento bar feed — no broker iframes, no rate-limit dance on review.

What's drawn

  • Entry — blue price line, labeled with the price you took.
  • Stop — red dashed line. Hidden if the trade has no stop.
  • Exit — grey line. Hidden if the trade is still open.
  • Entry / exit markers — small arrows on the bars where you got filled. Snapped to the nearest bar at the active TF.

Timeframes

The default TF is picked from hold duration ( <4h → 1m, <24h → 5m, <96h → 15m, else 1h). Override with the TF picker above the chart. The full set: 1m / 5m / 15m / 30m / 1H / 4H.

Native vs resampled

The bar store ingests 1m, 15m, and 1h natively per symbol. Other resolutions (5m, 30m, 4h) are aggregated on the fly from the smallest stored TF that divides cleanly. The aggregation is fast — no perceptible difference at viewer time.

Pan and zoom

Drag horizontally to pan; scroll / pinch to zoom. The chart auto-loads more bars when you pan close to the edge of what's already fetched — a small Loading more bars… hint appears next to the TF picker while it's in flight.

First view of a previously-unfetched symbol/range triggers an auto-backfill. You'll see a "Backfilling…" state on the chart for ~20 seconds; refresh after that and the bars are there.