LiquidMind Academy

ICT/SMC concept library with interactive charts

LiquidMind Core Engine/

POI Lifecycle & States

SystemArchitectureState Machine

TL;DR

A Point of Interest (POI) in LiquidMind is not a static line on a chart, but a living entity managed by a state machine. It transitions through strict lifecycle stages before capital is ever risked.

POI Lifecycle SimulatorSTATE MACHINE
framer-motion
Select Simulation Scenario
POI State Machine — Live Visualizer
ACTIVE
PENDING
READY
TRIGGERED
INVALIDATED

Hover a node to inspect its state  ·  Select a scenario above to run the simulation

liquidmind@agent-log:~$
LIVE

> Select a scenario above to start the simulation...

How It Works

  1. 1

    ACTIVE: The POI is detected algorithmically on higher timeframes (HTF). The system actively monitors price distance to this zone.

  2. 2

    PENDING: Price has entered the activation zone. The engine shifts focus to Lower Timeframes (LTF) to hunt for structural confirmation.

  3. 3

    READY: The LTF entry model (sweep, displacement, FVG) is mathematically confirmed, and the setup is queued for validation.

  4. 4

    TRIGGERED: All conditions are met, and the order is natively routed to the exchange execution engine.

  5. 5

    INVALIDATED/BLOCKED: The POI is permanently or temporarily discarded if the zone is fully mitigated, HTF structure breaks, or the user halts trading.

LiquidMind AI Context

This strict state machine natively prevents the algorithm from spamming orders. The system never executes simply because price touched a zone (ACTIVE). It must systematically graduate through PENDING and READY phases, ensuring execution only on confirmed institutional reactions.

System monitors this pattern in real-time