# Meta & Composition

> Multi-timeframe logic, confluence, regime switching, signal engineering, chart transforms.

Most entries in this Library describe a single tool on a single chart. This family covers the layer above: how traders combine, filter, and restructure those tools into a working process. That includes reading several timeframes together, merging independent conditions into a confluence score, classifying the market as trending or ranging before choosing a method, and engineering signals so they fire cleanly and can drive alerts or automation. Transforms that redraw the chart itself, such as Heikin Ashi, Renko, and Point & Figure, belong here too, along with symbols built from more than one instrument.

None of this creates an edge by itself. These are ways of organizing whatever tools you already use, and their value depends on the quality of the inputs and on rules that hold up outside the data they were tuned on.

## Multi-timeframe

Ways to anchor decisions in higher-timeframe context, from full top-down reviews to filters that only permit trades near significant levels on those larger timeframes.

- [Top-down Analysis](https://www.luxalgo.com/library/concept/top-down-analysis.md): 6 implementations
- [MTF Alignment & Confluence Scoring](https://www.luxalgo.com/library/concept/mtf-alignment-and-confluence-scoring.md): 2 implementations
- [HTF-level Proximity Filters](https://www.luxalgo.com/library/concept/htf-level-proximity-filters.md): 1 implementations

## Confluence & scoring

Systems that combine several independent readings into one score or composite oscillator, so a signal reflects broad agreement rather than a single indicator's opinion.

- [Composite Oscillators](https://www.luxalgo.com/library/concept/composite-oscillators.md): 8 implementations
- [Confluence & Scoring Systems](https://www.luxalgo.com/library/concept/confluence-and-scoring-systems.md): 6 implementations

## Regime logic

Tools that classify the market as trending or ranging, calm or volatile, then adapt settings or rotate methods to match.

- [Adaptive Parameterization](https://www.luxalgo.com/library/concept/adaptive-parameterization.md): 3 implementations
- [Trend/range Classifiers](https://www.luxalgo.com/library/concept/trend-range-classifiers.md): 1 implementations
- [Volatility Regime Switches](https://www.luxalgo.com/library/concept/volatility-regime-switches.md): 1 implementations
- [Strategy Switching & Rotation](https://www.luxalgo.com/library/concept/strategy-switching-and-rotation.md): 1 implementations

## Signal engineering

The craft of turning raw conditions into dependable signals: assigning filter, setup, trigger, and exit roles, cleaning up noise, avoiding repaint problems, and wiring alerts and webhooks.

- [Signal Hygiene](https://www.luxalgo.com/library/concept/signal-hygiene.md): 1 implementations
- [Repaint-safe Engineering](https://www.luxalgo.com/library/concept/repaint-safe-engineering.md): 1 implementations
- [Filter-setup-trigger-exit Architecture](https://www.luxalgo.com/library/concept/filter-setup-trigger-exit-architecture.md): reference entry
- [Signal Inversion](https://www.luxalgo.com/library/concept/signal-inversion.md): reference entry
- [Alerts & Webhooks](https://www.luxalgo.com/library/concept/alerts-and-webhooks.md): reference entry

## Chart transforms

Alternative ways of drawing price, from smoothed Heikin Ashi candles and time-independent constructions like Renko and Point & Figure to ratio charts, custom baskets, and different chart scales.

- [Renko](https://www.luxalgo.com/library/concept/renko.md): 1 implementations
- [Kagi](https://www.luxalgo.com/library/concept/kagi.md): 1 implementations
- [Point & Figure](https://www.luxalgo.com/library/concept/point-and-figure.md): 1 implementations
- [Line Break](https://www.luxalgo.com/library/concept/line-break.md): 1 implementations
- [Alternative Bar Types](https://www.luxalgo.com/library/concept/alternative-bar-types.md): 1 implementations
- [Custom Indices/baskets](https://www.luxalgo.com/library/concept/custom-indices-baskets.md): 1 implementations
- [Chart Scales](https://www.luxalgo.com/library/concept/chart-scales.md): 1 implementations
- [Volume-adjusted Time](https://www.luxalgo.com/library/concept/volume-adjusted-time.md): 1 implementations
- [EquiVolume](https://www.luxalgo.com/library/concept/equivolume.md): 1 implementations
- [Heikin Ashi](https://www.luxalgo.com/library/concept/heikin-ashi.md): reference entry
- [Ratio/spread Charts](https://www.luxalgo.com/library/concept/ratio-spread-charts.md): build pending

## Cross-instrument composition

Signals and studies that combine data from more than one symbol, such as reading a benchmark or a correlated market alongside the instrument being traded.

- [Cross-instrument Composition](https://www.luxalgo.com/library/concept/cross-instrument-composition.md): 3 implementations
- [Lead-lag Instrument Triggers](https://www.luxalgo.com/library/concept/lead-lag-instrument-triggers.md): 1 implementations
- [Currency-adjusted Charting](https://www.luxalgo.com/library/concept/currency-adjusted-charting.md): build pending

---

Source: https://www.luxalgo.com/library/family/meta-composition/ (LuxAlgo Library). Free to use with attribution: https://www.luxalgo.com/library/license/
