How Artemis Pro Thinks
The per-bar pipeline, the filter philosophy, the one-bar-one-verdict priority chain, and exactly what repaints and what does not.
This page explains the architecture behind the chart: what Artemis Pro computes on every bar, in what order, and why the engine is built around filters and priorities instead of raw textbook pattern matching.
The Per-Bar Pipeline
On every bar, Artemis Pro runs the same fixed sequence. The order matters, because later stages consume and can override the results of earlier ones.
Candle anatomy
Body, wicks, body-to-range percentage, and ATR are measured first. Every later decision is expressed in these terms, so a "large" candle always means large relative to its own range and to current volatility, not in raw points.
Trend engine
The SSL channel (SMA of highs versus SMA of lows) sets the trend direction, with a quick-switch rule for decisive range breaks. Only decisive candles — body at or above 30 percent of the range — are allowed to flip the trend; indecisive candles cannot.
Levels and sessions
Weekly levels and the daily open are updated, and session boxes with their opening ranges are drawn, so structural context exists before any pattern is judged.
Pattern detection
All 12 signal types are evaluated against the closed bar.