ChartMystic
  • How it works
  • Products
  • Live demo
  • Results
  • Pricing
  • Docs
Log inSign up
  • How it works
  • Products
  • Live demo
  • Results
  • Pricing
  • Docs
  • Log in

Documentation

Artemis Pro

InstallationOverviewHow Artemis Pro ThinksReading The ChartTrend EngineSignal ReferenceLiquidity LinesLiquidity GrabsSession BoxesHTF LevelsHTF CandlesHTF Info TableBacktesting And Data WindowSupported Markets And ChartsSettings ReferenceFAQGlossary

Scribe Studio

OverviewAsk for a StrategyPerformanceTrade AnalysisCodeTweaking Your StrategyTransfer to TradingViewThe Strategy LibraryHistory & Saved StrategiesFAQGlossary
ChartMystic
Documentation/Artemis Pro/FAQ

FAQ

Answers to the questions that come up most often, plus how to reach support when the docs do not cover your case.

Do The Signals Repaint?

Patterns are evaluated on bar close and do not repaint intrabar. Once a candle has closed with a pattern color and label, that label stays exactly where it printed. While the current bar is still forming, its color can update tick by tick — that is the live bar developing, not a repaint of history.

Two related behaviors are worth knowing so nothing surprises you:

  • Swing lines confirm late by design. A liquidity line appears 3 bars after the actual pivot, because the pivot needs 3 confirming bars to the right before it exists. The line is drawn back to the true swing point, but you will never see it on the bar where the swing happened.
  • Developing extremes update live. Current Week High and Current Week Low (CWH/CWL) track the developing extremes of the week, so they move whenever price sets a new one. Treat them as live context, not as fixed backtestable levels. Previous Week High and Previous Week Low come from the closed week, while Current Day Open is fixed when the day begins; none of those three levels moves intraday.

More detail in How Artemis Pro Thinks.

Why Did A Candle Change Color?

Candle color comes from two layers. The base layer is the trend engine: neon green in an uptrend, neon red in a downtrend. On top of that, a confirmed pattern overrides the trend color with its own signature color for that one candle.

So a color change is one of two things:

  • A trend flip. The trend engine switched direction — either the SSL channel crossed, or a reversal pattern or a decisive momentum candle through the prior extreme forced the flip immediately. All candles from that point on take the new trend color.
  • A pattern override. A single candle wears a pattern color (with its label) while the candles around it keep the trend color.

Indecisive candles (small body) are a third look, not a signal: they keep the trend color on wicks and borders but get a contrasting body fill so chop stands out. The full priority chain is explained in Trend Engine.

The Chart Has Too Many Drawings, Or Old Lines Are Disappearing

Artemis Pro keeps its swing lines in a rolling set of at most 100 active lines and drops the oldest first when the set fills up, all within TradingView's overall drawing budget of 500 lines and 500 boxes for the script. On very dense charts (fast timeframes, long sessions) that rolling set cycles, which is why very old swing lines eventually vanish.

If the chart feels crowded, or you want the budget spent on recent structure:

  • Lower Max Age (Bars) in the Swing Lines group (default 100) so unfilled lines expire sooner.
  • Enable Hide Filled so mitigated lines are removed entirely instead of remaining as frozen historical marks.
PreviousSettings ReferenceNextGlossary

Need help?

See Liquidity Lines for how mitigation and expiry work.

The Session Boxes Appear At Odd Times

The session defaults are time-zone-aware rather than relative to your chart's time zone: Asia runs on UTC, London on Europe/London, and New York on America/New_York. Daylight saving time is handled automatically, so the boxes stay anchored to the real sessions no matter which time zone your chart displays.

If your instrument trades on different hours, adjust the session windows in settings group 6 (Session Boxes). Each session has its own toggle and time window. Details in Session Boxes.

The HTF Info Table Shows A Dash In The Signal Row

A dash means no pattern is currently active on that timeframe. That is the normal state most of the time — signals are the exception, not the rule. The other rows (timeframe, countdown, direction) keep updating regardless.

How Do I Backtest Artemis Pro?

Each pattern state, setup state, and trend direction is exposed as a series in the TradingView Data Window — 15 series in total. You can wrap them in a strategy script or export them for external analysis. The full list and workflow are in Backtesting And Data Window.

Still Stuck?