> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trinigence.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Instant Mode

> Turn incomplete ideas, news, or assumptions into testable trading strategies in minutes.

## Overview

Instant Mode is a core Trinigence capability designed to **shrink the distance between an idea and evidence**.

You can paste an incomplete thought, a headline, or a paragraph of unstructured text, and Instant Mode converts it into a **fully specified, executable strategy**. Trinigence handles inference, completion, validation, and backtesting so you can focus on whether the idea actually works.

***

## The problem it solves

Most trading ideas never get tested. Not because people lack ideas, but because turning an idea into a working strategy requires:

* translating intuition into formal logic
* selecting indicators, parameters, and timeframes
* defining risk and exit rules
* writing code or scripts
* running backtests and interpreting results

For non-programmers and non-quants, this is inaccessible. For experienced traders, it is slow and repetitive. The result is **untested assumptions** and **intuition-driven decisions**.

***

## What Instant Mode is (and is not)

<Columns cols={2}>
  <Card title="What it is" icon="check">
    A logic-completion and hypothesis-formalization engine. It takes raw input, infers missing components, builds a single coherent strategy, and backtests it on historical data.
  </Card>

  <Card title="What it is not" icon="xmark">
    Not a signal service, not copy trading, not a black-box bot. It doesn’t promise profits and doesn’t trade on your behalf.
  </Card>
</Columns>

***

## Input flexibility: from any statement to strategy

Instant Mode accepts:

* natural language ideas
* news headlines or articles
* incomplete assumptions
* unstructured text from notes or research

You do not need to know:

* which indicators to use
* how to define entries or exits
* how to manage risk
* how to code

Instant Mode infers and completes these components automatically.

***

## How it works (conceptually)

<Steps>
  <Step title="1. Signal interpretation">
    The system classifies the input into a market-relevant signal type such as macro, event-driven, momentum, sentiment, or correlation.
  </Step>

  <Step title="2. Logic inference">
    Missing elements are inferred: timeframe, entries, exits, risk constraints, and filters.
  </Step>

  <Step title="3. Strategy construction">
    A single, explicit strategy is generated with no branching or ambiguity.
  </Step>

  <Step title="4. Validation and testing">
    The strategy is backtested on historical data and can be iterated or optimized.
  </Step>

  <Step title="5. Execution readiness">
    If execution is supported in your environment, you can connect the strategy to live trading with one click.
  </Step>
</Steps>

Every step is visible, testable, and reversible.

***

## Why this matters

Instant Mode changes the workflow from **intuition to evidence**:

**Before:** Idea → intuition → opinion → action\
**With Instant Mode:** Idea → structured hypothesis → historical validation → informed decision

It is a **research accelerator**, not a gambling tool. It often disproves ideas as quickly as it validates them, reducing overconfidence and improving decision quality.

***

## Who Instant Mode is for

**Ideal users:**

* macro analysts
* finance and economics professionals
* crypto-curious researchers
* strategy thinkers
* anyone with a hypothesis and basic trading concepts, but not the tooling to test it

**Not designed for:**

* "get rich quick" users
* signal chasers
* users without any underlying idea or assumption

Instant Mode requires an idea and basic trading concepts, not deep technical expertise.

***

## One-sentence summary

Instant Mode turns incomplete ideas, news, or assumptions into fully specified, backtested trading strategies — even when you don’t code.

***

## What to read next

<CardGroup cols={2}>
  <Card title="How Trinigence works" icon="wand-magic-sparkles" href="/getting-started/how-trinigence-works">
    See the full idea → strategy → backtest flow.
  </Card>

  <Card title="Writing better trading ideas" icon="pen-fancy" href="/writing-ideas/how-to-write-a-trading-idea">
    Learn how to express ideas for best results.
  </Card>

  <Card title="Backtesting basics" icon="chart-line" href="/backtesting/how-backtesting-works">
    Understand what the backtest actually simulates.
  </Card>

  <Card title="Iteration and optimization" icon="slider" href="/iteration-optimization/improving-a-strategy">
    Improve a strategy after the first test.
  </Card>
</CardGroup>
