Skip to content

Playbooks & data packages

This page explains the two most important Cortiq concepts after Sessions: playbooks define what the AI is supposed to look for, and data packages define what the AI is allowed to see while doing so. Together they turn Cortiq into a controlled operating environment instead of an open-ended prompt playground.

Cortiq separates strategy from context deliberately.

A playbook is the strategy layer. It defines the setup, entry, invalidation, risk, and management logic the AI must follow on every cycle. The same playbook can drive different sessions on different symbols and accounts.

A data package is the context layer. It defines the candles, indicator values, screenshots, account state, calendar entries, and supporting documents that the AI sees when applying the playbook. Two sessions running the same playbook with different data packages will reason differently because they see different inputs.

The deliberate split is what makes Cortiq’s outputs comparable. When a session underperforms, you can change the playbook (the rules) without changing the data package (the inputs), or vice versa, and see which lever moved the result.

ConceptLives underRead more
PlaybookPlaybooksMy PlaybooksPlaybook design guide
Data packageToolsData PackagesData package design guide
IndicatorsToolsIndicatorsThis page
Reusable supporting contextPreparationInstrument Profiles, Prep Packages, SentimentSupporting context

Both objects are referenced by sessions; one playbook can be used by many sessions, and one data package can be used by many sessions.

Cortiq Playbooks page with one playbook open in the editor

A playbook is a structured document, not a paragraph. Treat each section as having one job.

SectionWhat it controls
Market biasBroad strategy type and directional context (trend following, mean reversion, etc.).
Primary timeframeWhere the main structural reading happens.
Entry timeframeWhere the actual trigger is confirmed.
Setup conditionsWhat the market must look like before the setup is valid.
Entry conditionsWhat must happen before the trade is allowed to trigger.
Risk rulesStop placement, target logic, minimum reward-to-risk.
Trade-management rulesTrailing, scaling out, moving to break-even.
Invalidation conditionsWhen the idea is no longer valid and should be ignored.
Preferred symbols and sessionsWhich markets and time windows the playbook fits.

For deeper section-by-section guidance, read Playbook design guide.

Data packages can include:

  • Historical candles across one or more timeframes.
  • Technical indicators (built-in and custom MT5 indicators).
  • Chart screenshots for selected timeframes.
  • Economic calendar context.
  • Account state and risk settings.
  • Recent trade history.
  • Cross-reference symbols.

The temptation is to include everything. Resist it. A noisy data package produces noisier reasoning. Add a timeframe, indicator, or screenshot only when its absence would change the decision.

For full detail on payload weight and tier design, read Data package design guide.

Screenshots are optional chart images captured for selected timeframes. They’re worth including when:

  • Chart structure matters more than raw numbers alone.
  • You want the AI to visually confirm levels, patterns, or trend shape.
  • The setup depends on something that’s easier to read visually than in a candle table.

Screenshots add payload weight, so use them where visual context genuinely improves the decision — not as a default.

Use indicators and custom inputs deliberately

Section titled “Use indicators and custom inputs deliberately”

Cortiq can incorporate any MT5 indicator your terminal exposes, including custom indicators. That lets the AI decision layer see the same signal stack you already use manually. Add indicators one at a time and verify the journal still reads cleanly — three carefully chosen inputs beat ten that crowd each other out.

QualityWhy it matters
Each section has one clear jobThe AI knows where to look and what to enforce.
Setup, entry, and invalidation are concreteBorderline cases get decided the same way every time.
Management rules are explicitThe AI doesn’t improvise after entry.
Symbol and session preference are statedThe same playbook isn’t accidentally reused on a market it doesn’t fit.
QualityWhy it matters
Each timeframe earns its placeReduces noise without losing structure.
Indicators have a stated jobAvoids overlapping or contradicting signals.
Screenshots only where visual mattersKeeps the payload light enough to reason on.
Supporting context is layered, not pastedKeeps the prompt readable and the AI focused.

Without disciplined playbooks and data packages, AI trading workflows fail in two predictable ways:

  • Too little structure — the AI has wide latitude and improvises too much.
  • Too much context — the AI has so much input that signal quality drops.

Both problems are configuration-side, not provider-side. Better playbooks and tighter data packages fix more cycles than swapping providers does.

  1. Playbook design guide — disciplined section-by-section playbook authoring.
  2. Data package design guide — payload tiers, timeframe choice, and screenshot discipline.
  3. Sessions — where playbooks and data packages get bound together at runtime.
  4. Supporting context — preparation packages, instrument profiles, sentiment reports.