# SUMMARY

**Synergy Signal** is a multi-layered confluence indicator for TradingView (Pine Script v6). It combines four independent data streams — Expansion Wave, Momentum, Volatility, and Order Flow — into a single oscillator panel that generates high-probability long and short entry signals.

## What It Does

Rather than relying on any single indicator, Synergy Signal requires multiple independent "pillars" to agree before plotting an entry dot. This confluence-first design reduces false signals and keeps you on the right side of the market's dominant force.

| Pillar                | Setting Name in UI | What It Measures                                        |
| --------------------- | ------------------ | ------------------------------------------------------- |
| 🔵 **Expansion Wave** | Enable Expansion   | Whether price is breaking outside its statistical range |
| 🟣 **Momentum**       | Enable Momentum    | The strength and direction of the underlying trend      |
| 🟠 **Volatility**     | Enable Volatility  | Short-term overbought / oversold pressure               |
| 🟢/🔴 **Order Flow**  | Enable Order Flow  | Buying vs. selling pressure from real volume data       |

When enough pillars align, a **green dot** (long) or **red dot** (short) is plotted at the bottom or top of the oscillator pane.

## Key Features

* **Confluence scoring** — you control how many pillars must agree (Base Min Score)
* **Divergence detection** — detects divergences across Momentum, Expansion Wave, and Order Flow for a soft score boost
* **Chop zone filter** — suppresses signals when the Momentum line is ranging between Chop Zone Low and Chop Zone High
* **Regime filter** — only takes longs in bullish expansion, shorts in bearish expansion
* **Cooldown timer** — prevents signal spam after a flip
* **Multi-exchange Order Flow** — aggregates volume from Binance, Coinbase, and Kraken


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.synergysignal.io/summary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
