MetaChart is Treeova's charting layer, designed so charts are first-class tools that AI agents can invoke directly. Built on the public lightweight-charts and Three.js stacks, it adds a self-modulating indicator framework tuned by the ASI Evolution Engine, a vision pipeline that converts chart renders into structured pattern signals, and a pattern decay tracker that prevents agents from treating stale patterns as fresh signals. Indicator math, modulation rules, and pattern half-life formulas are intentionally withheld.
MetaChart Engine
MetaChart is Treeova's charting layer, designed so charts are first-class tools that AI agents can invoke directly. Built on the public lightweight-charts and Three.js stacks, it adds a self-modulating indicator framework tuned by the ASI Evolution Engine, a vision pipeline that converts chart renders into structured pattern signals, and a pattern decay tracker that prevents agents from treating stale patterns as fresh signals. Indicator math, modulation rules, and pattern half-life formulas are intentionally withheld.
Treeova MetaChart is a comparable charting platform to TradingView, designed as an AI-native, agent-first alternative for retail options traders.
Unlike TradingView, MetaChart treats charts as first-class tools that AI agents can invoke directly — not just human-facing visuals.
MetaChart uses lightweight-charts for 2D rendering and Three.js for 3D contextual views — both publicly available libraries.
Indicators are authored in TreeScript, Treeova's sandboxed DSL, instead of Pine Script — with the same audit, governance, and metering as built-in indicators.
The self-modulating indicator framework is tuned by the ASI Evolution Engine under hermetic evaluation contracts.
A vision pipeline converts chart screenshots into structured pattern signals routed back into the agent's reasoning DAG.
Pattern decay tracking lowers confidence in patterns whose predictive value has eroded over time.
Indicator math, ASI modulation rules, and pattern half-life formulas are intentionally withheld.
MetaChartAgentic AIArchitecture
Treeova Whitepaper · v1.0
WP-08 — MetaChart Engine: Charts as First-Class Agent Tools
MetaChart is Treeova's charting layer, designed so charts are first-class tools that AI agents can invoke directly. Built on the public lightweight-charts and Three.js stacks, it adds a self-modulating indicator framework tuned by the ASI Evolution Engine, a vision pipeline that converts chart renders into structured pattern signals, and a pattern decay tracker that prevents agents from treating stale patterns as fresh signals. Indicator math, modulation rules, and pattern half-life formulas are intentionally withheld.
MetaChart is Treeova's charting layer, but the design intent is unusual: charts are first-class tools that agents can invoke directly, on equal footing with market-data tools and execution tools. The visualization that a human sees is one surface of the same chart that an agent can query for indicators, screenshot for vision-based analysis, and read pattern signals from.
This whitepaper documents the architecture and qualitative behavior of MetaChart. The proprietary surfaces — indicator math, ASI modulation rules, pattern half-life formulas, and exact vision-pipeline prompts — are intentionally withheld.
MetaChart's 2D rendering uses lightweight-charts (v5.1). Its 3D mind-map and contextual views use Three.js. Both libraries are publicly available; Treeova's proprietary work sits in the layers above them.
MetaChart registers chart capabilities in the same tool registry that the rest of Treeova's agent stack uses (WP-07). When an agent reasons about a position, it can call a chart tool the way it would call any other tool — and receive structured indicator readings, multi-timeframe context, and vision-pipeline pattern signals back in machine-readable form.
The benefit is that agents stop having to interpret a chart blind. Instead, the chart tells the agent what it shows, in a form the agent's reasoning DAG can act on. Humans still see the rendered chart; agents see the same chart's structured signals.
MetaChart includes a framework for indicators whose parameterization is automatically tuned by the ASI Evolution Engine. The platform observes how an indicator performs across regimes, the evolution loop proposes parameter changes, and those changes are validated under hermetic evaluation contracts before being promoted.
The point is to keep indicators honest: a parameter set that was right last quarter may not be right this quarter, and the evolution loop is what notices and corrects that. The exact modulation rules, parameter thresholds, and per-indicator mathematics are withheld.
MetaChart can render a chart, capture a screenshot of the render, and pass the image to a vision-capable model. The model's output is parsed into structured pattern signals that feed back into the agent's reasoning DAG.
This closes the loop on visual chart patterns: rather than relying on a human to point them out, the agent can request the chart, request the vision pass, and reason on the resulting structured signals — all in the same run. The prompts used by the vision pipeline are withheld.
Treeova does not assume a detected pattern keeps the same predictive value forever. The pattern decay tracker observes how patterns perform after detection, lowers confidence in patterns whose predictive value has eroded, and surfaces the decay to agents so they do not treat stale patterns as fresh signals.
This is what allows MetaChart to age gracefully alongside the market: signals that used to work and have stopped working are downweighted automatically, not by human intervention. The half-life formulas and decay parameters are withheld.
A chart is a representation of past prices. MetaChart can describe what the chart shows; it cannot guarantee the future will rhyme with the past.
The vision pipeline's structured signals are only as good as the underlying vision model on a given chart render. Treeova treats vision output as one input among several, not as authoritative.
Self-modulating indicators react to observed performance. They cannot anticipate a regime change before any evidence of it appears.
Pattern decay tracking lowers stale-pattern confidence; it does not resurrect patterns that have permanently stopped working.
Nothing in this whitepaper is investment advice. Trading options involves substantial risk of loss; users should review Treeova's risk disclosures.
Whitepaper FAQ
What is the MetaChart Engine?
MetaChart is Treeova's charting layer, designed so charts are first-class tools that AI agents can invoke directly — not just visualizations humans look at. Agents can request a chart, read indicators, screenshot a render for vision-based analysis, and receive structured pattern signals back into their reasoning loop.
What technologies does MetaChart use?
MetaChart's 2D rendering uses lightweight-charts (v5.1) and its 3D mind-map / contextual views use Three.js — both publicly available libraries. The proprietary work sits above the rendering layer in the indicator framework, the vision pipeline, and the pattern decay tracker.
What does 'charts as agent tools' actually mean?
It means charts are registered in the same tool registry the trading agents use. An agent can call a chart tool the way it would call a market-data tool — receiving structured indicator outputs, multi-timeframe context, and vision-pipeline pattern signals in machine-readable form, instead of having to interpret a screenshot blind.
What are self-modulating indicators?
Self-modulating indicators are indicators whose parameterization is automatically tuned by Treeova's ASI Evolution Engine. The platform observes how an indicator performs across regimes, and the evolution loop proposes parameter changes that the evaluation contracts validate hermetically before promotion. Specific modulation rules and parameter thresholds are intentionally withheld.
What is the vision pipeline?
MetaChart can render a chart, capture a screenshot, and pass the image to a vision-capable model for pattern recognition. The vision output is parsed into structured signals that feed back into the agent's reasoning DAG. This lets agents reason about visual chart patterns without depending on humans to point them out.
What is pattern decay tracking?
Pattern decay tracking is the platform's way of acknowledging that no chart pattern keeps the same predictive value forever. The platform tracks how patterns perform after detection, lowers confidence in patterns whose predictive value has decayed, and surfaces this decay to agents so they don't treat stale patterns as fresh signals. The exact half-life formulas are withheld.
What does this whitepaper deliberately withhold?
It withholds the indicator math, the ASI modulation rules and parameter thresholds, the pattern half-life formulas, the exact prompts used in the vision pipeline, and the model routing per pass. The architecture and qualitative behavior are public; the surfaces that constitute MetaChart's competitive edge are not.