Skip to content

Supporting context

This page explains the support layers Cortiq can attach to a session beyond the raw market payload. By the end you’ll know which type of information belongs in which layer and how to avoid the most common over-stuffing mistakes.

Supporting context is the extra information Cortiq gives the AI on top of the current market payload. It exists because not all useful trading information changes at the same speed:

  • Raw candles and prices change every cycle.
  • Strategy rules change only when you edit them.
  • Instrument behavior may shift slowly over weeks.
  • News and macro sentiment matter for a few hours or days.
  • Pre-session analysis stays useful until a major move resets it.

Cortiq separates those layers so you can decide what should be fresh, what should be stable, and what should only be attached when it genuinely helps.

Information typeBest homeReusable across sessions?
Live factual market payloadData packageNo — generated fresh per cycle.
Reusable setup logicPlaybookYes.
One active thesisTrade ideaNo — single-purpose.
Slower-moving prepared analysisPreparation packageYes.
Long-lived instrument behaviorInstrument profileYes.
Macro and headline contextSentiment reportYes, until stale.
Operator notes or exceptionsSession instructionsYes.

Use session instructions for operator guidance the AI should respect during this run:

  • Symbols to avoid around specific events.
  • Special broker behavior to keep in mind.
  • Desk-specific execution cautions.
  • Scope reminders that don’t belong inside a playbook.

Use a preparation package when you want the AI to start the cycle with already-prepared analysis rather than rediscovering it. Common content:

  • Higher-timeframe structure.
  • Regime classification.
  • Directional skew from slower charts.
  • Key levels prepared before the session opens.

A daily preparation package refreshed before market open is a high-impact layer for swing-style sessions.

Use an instrument profile for long-lived context about how an instrument behaves:

  • Range character and volatility behavior.
  • Session tendencies (London open, NY overlap, etc.).
  • Recurring structural habits of the instrument.
  • Notes that help interpret today’s chart against the symbol’s longer-term character.

Instrument profiles age slowly. Update them every few weeks at most.

Use a sentiment report for context that isn’t visible in the chart alone:

  • Recent headlines that matter for this market.
  • Institutional bias and forecast direction.
  • Known event risk ahead.
  • Positioning or macro pressure.

Sentiment reports age fast. Detach or replace them when the underlying narrative changes.

Use a trade idea for a specific thesis you want Cortiq to track separately from the reusable playbooks:

  • A specific breakout level you’re waiting on.
  • A pullback setup tied to current structure.
  • An idea that should expire if conditions don’t develop in time.

Trade ideas are inherently single-use. Don’t promote them into the playbook library.

MistakeWhy it hurts
One-off trade ideas in a reusable playbookPollutes the playbook with logic that won’t apply tomorrow.
Short-term directional calls in the instrument profileProfile is meant for long-lived behavior; calls go stale.
Old sentiment report still attachedThe AI reasons against an outdated narrative.
Multiple support layers added without clear rolesNoise grows; signal doesn’t.
Treating “more information” as “better information”Bigger prompts ≠ better decisions.

The best support stack is usually the cleanest one, not the biggest. Add a layer only when it improves judgment in a way the data package and playbooks don’t already cover.

  1. Preparation packages — the entity reference for prep packages.
  2. Instrument profiles — the entity reference for profiles.
  3. Sentiment reports — the entity reference for sentiment.
  4. Trade ideas — the entity reference for ideas.