Getting started with TRINITY

Orientation to the platform, paper trading, and where to find core features.

What TRINITY does

Diagram: numbered steps from portfolio to risk caps, watchlist, and analysis.
The guides follow a deliberate order: build a working surface (portfolio), set limits, then widen research and read analysis with discipline—not the other way around.

TRINITY combines portfolio tools, market analysis, and optimization workflows. The web app (IRIS) is your primary entry point for creating portfolios, running screeners, and reviewing analysis.

Paper and simulation

Many flows are designed for learning and simulation. No feature in the educational materials should be read as a promise of live trading outcomes or personalized advice.

Suggested first steps

  1. Create or explore a portfolio from the app home after sign-in.
  2. Use watchlists and the screener to narrow symbols before deeper analysis.
  3. Review stage and confidence concepts at a high level in the market analysis guide (educational overview only).

Your first ~20 minutes in IRIS

Use this as a trading-oriented warm-up, not a feature tour:

  1. Open one portfolio you will actually follow (even if it is a demo or paper context).
  2. Set or confirm risk caps you are comfortable with (max positions, per-trade risk, position size)—see Risk management for what those fields mean.
  3. Add 3–5 symbols you already understand to a watchlist; run the screener once with a tight filter so you feel the workflow.
  4. Open a single symbol page, read the stage and confidence labels, and write down in your own words what would make you ignore that signal (behavioral guardrail).
  5. Stop before Hunt, optimization, or automation until those guardrails feel natural—then continue the learning path from the hub.

Need depth?

Learning progress (optional cloud sync)

Lesson pages can save completion in your browser automatically. To also sync progress to your TRINITY account:

  1. Build or deploy the Learning Center with PUBLIC_IRIS_API_BASE set to your IRIS base URL (see .env.example).
  2. On IRIS, set LEARNING_PLATFORM_ALLOWED_ORIGINS to include the exact static-site origin (scheme + host, e.g. https://learn.trinitytrade.io).
  3. Provide a Firebase ID token in the page as window.__trinityIdToken before using “Mark complete,” or rely on local-only progress.

Progress is saved in this browser. Cloud sync requires PUBLIC_IRIS_API_BASE, IRIS CORS allowlist, and window.__trinityIdToken.