> ## 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.

# How Trinigence Works

> Understand how Trinigence turns a trading idea into a complete strategy and backtest.

## The core idea

Trinigence is built around a simple but powerful flow:

**Trading idea → Structured strategy → Backtest → Iteration**

You describe *what you want to trade* and *under which conditions*.\
ATI (Artificial Trading Intelligence) translates that idea into a fully defined trading strategy and evaluates it on historical data - in seconds.

***

## The Trinigence workflow

<Steps>
  <Step title="1. You write a trading idea">
    You start by writing a trading idea in plain English.

    Examples:

    * *Trade ETH on the 1h timeframe using MACD crossovers with fixed TP and SL.*
    * *Buy breakouts when momentum confirms and volatility is increasing.*

    Your input doesn’t need to be perfectly structured - Trinigence is designed to handle natural language.
  </Step>

  <Step title="2. ATI understands and structures the logic">
    ATI parses your idea and identifies:

    * market and timeframe
    * long and/or short direction
    * indicators and parameters
    * entry and exit conditions
    * risk rules (TP, SL, filters)

    If something important is missing, ATI fills reasonable defaults or asks for clarification.
  </Step>

  <Step title="3. A complete strategy is generated">
    Your idea is converted into a **fully specified strategy**:

    * no ambiguous conditions
    * no missing exits
    * no undefined risk behavior

    This strategy is now executable and ready for evaluation.
  </Step>

  <Step title="4. Backtesting runs automatically">
    The strategy is backtested on historical market data using consistent evaluation logic.

    You immediately get:

    * performance metrics
    * trade list
    * equity curve
    * risk statistics
  </Step>

  <Step title="5. You iterate and refine">
    Based on results, you can:

    * adjust parameters
    * refine conditions
    * change exits or risk rules
    * ask ATI for suggestions

    This loop is where most of the value is created.
  </Step>
</Steps>

***

<Card title="Instant Mode" icon="bolt" href="/getting-started/instant-mode" horizontal>
  Turn incomplete ideas, headlines, or assumptions into testable strategies in minutes.
</Card>

***

## What ATI does (and doesn’t)

<Columns cols={2}>
  <Card title="What ATI does" icon="check">
    Translates natural language into structured trading logic, fills gaps, validates consistency, and provides suggestions.
  </Card>

  <Card title="What ATI doesn’t do" icon="xmark">
    It doesn’t predict markets, guarantee profits, or override your strategy logic.
  </Card>
</Columns>

ATI’s role is **translation and structure**, not decision-making on your behalf.

<Card title="Learn more about ATI" icon="robot" href="/ati/what-ati-does" horizontal>
  Dive deeper into how AI assistance works inside Trinigence.
</Card>

***

## Why this approach is different

Traditional tools require you to:

* manually configure every rule
* think in platform-specific syntax
* spend time debugging logic instead of testing ideas

Trinigence flips this:

* you think in **strategy logic**
* ATI handles **formalization**
* backtesting happens **immediately**

<CardGroup cols={2}>
  <Card title="Strategy structure" icon="diagram-project" href="/strategy-structure/overview">
    See how Trinigence defines entries, exits, risk, and schedules.
  </Card>

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

***

## Common misconceptions

<AccordionGroup>
  <Accordion title="Do I need to be very precise?">
    No. You should be *clear*, but not necessarily precise. ATI is built to infer missing details and normalize inconsistent phrasing.
  </Accordion>

  <Accordion title="Is this automated trading?">
    Trinigence focuses on **strategy creation and evaluation**. Execution depends on your setup and supported environments.
  </Accordion>

  <Accordion title="Can beginners use Trinigence?">
    Trinigence is designed for users who already understand basic trading concepts and indicators.
  </Accordion>
</AccordionGroup>

***

## What to read next

<CardGroup cols={2}>
  <Card title="Create your first strategy" icon="rocket" href="/getting-started/first-strategy-5-minutes">
    Go hands-on and generate your first backtest.
  </Card>

  <Card title="Supported markets & limitations" icon="circle-info" href="/getting-started/supported-markets-and-limitations">
    Understand what’s currently supported.
  </Card>
</CardGroup>
