LiquidMind Core Engine/
POI Lifecycle & States
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.
Hover a node to inspect its state · Select a scenario above to run the simulation
> Select a scenario above to start the simulation...
How It Works
- 1
ACTIVE: The POI is detected algorithmically on higher timeframes (HTF). The system actively monitors price distance to this zone.
- 2
PENDING: Price has entered the activation zone. The engine shifts focus to Lower Timeframes (LTF) to hunt for structural confirmation.
- 3
READY: The LTF entry model (sweep, displacement, FVG) is mathematically confirmed, and the setup is queued for validation.
- 4
TRIGGERED: All conditions are met, and the order is natively routed to the exchange execution engine.
- 5
INVALIDATED/BLOCKED: The POI is permanently or temporarily discarded if the zone is fully mitigated, HTF structure breaks, or the user halts trading.
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.