OPEN-SOURCE SCRIPT
TS vs Previous Candle + Volume Delta (Fran_Pineda)

This script combines a **Turtle Soup (TS) reversal trigger** with an **approximated Volume Delta confirmation** to generate clean, close-confirmed trade alerts.
### What it does
* **Detects Turtle Soup vs Previous Candle**
* **Bullish TS (BUY trigger):** price sweeps below the previous candle’s low, then closes bullish back above that prior low.
* **Bearish TS (SELL trigger):** price sweeps above the previous candle’s high, then closes bearish back below that prior high.
* Signals are **confirmed only on candle close** (no intrabar repaint).
* **Calculates Volume Delta (lower timeframe scan)**
* The script estimates **net buying vs selling pressure** inside each current bar by scanning a **lower timeframe** and summing:
* *Up-volume* when the lower-TF candle closes ≥ opens
* *Down-volume* when it closes < opens
* The delta is computed **per bar** (it resets every bar), so it reflects *what happened inside that candle*, not a drifting cumulative line.
### How signals are generated (AND logic)
* **BUY** only when:
* **Bullish TS** is confirmed **and**
* **Volume Delta is bullish** (above 0 or above a user-defined threshold)
* **SELL** only when:
* **Bearish TS** is confirmed **and**
* **Volume Delta is bearish** (below 0 or below a user-defined threshold)
### Inputs you can tune
* **Allow close outside previous range:** switches between a stricter and a more flexible TS interpretation.
* **Delta threshold:** filters signals by requiring stronger delta imbalance.
* **Lower timeframe:** controls delta precision (lower TF = more precise, noisier; higher TF = smoother, less precise).
* Optional: display the **Volume Delta candle plot** in a separate pane.
**In short:** it looks for liquidity sweeps (TS) and only fires a signal when volume flow (delta) supports the direction—**fully confirmed at the bar close**.
### What it does
* **Detects Turtle Soup vs Previous Candle**
* **Bullish TS (BUY trigger):** price sweeps below the previous candle’s low, then closes bullish back above that prior low.
* **Bearish TS (SELL trigger):** price sweeps above the previous candle’s high, then closes bearish back below that prior high.
* Signals are **confirmed only on candle close** (no intrabar repaint).
* **Calculates Volume Delta (lower timeframe scan)**
* The script estimates **net buying vs selling pressure** inside each current bar by scanning a **lower timeframe** and summing:
* *Up-volume* when the lower-TF candle closes ≥ opens
* *Down-volume* when it closes < opens
* The delta is computed **per bar** (it resets every bar), so it reflects *what happened inside that candle*, not a drifting cumulative line.
### How signals are generated (AND logic)
* **BUY** only when:
* **Bullish TS** is confirmed **and**
* **Volume Delta is bullish** (above 0 or above a user-defined threshold)
* **SELL** only when:
* **Bearish TS** is confirmed **and**
* **Volume Delta is bearish** (below 0 or below a user-defined threshold)
### Inputs you can tune
* **Allow close outside previous range:** switches between a stricter and a more flexible TS interpretation.
* **Delta threshold:** filters signals by requiring stronger delta imbalance.
* **Lower timeframe:** controls delta precision (lower TF = more precise, noisier; higher TF = smoother, less precise).
* Optional: display the **Volume Delta candle plot** in a separate pane.
**In short:** it looks for liquidity sweeps (TS) and only fires a signal when volume flow (delta) supports the direction—**fully confirmed at the bar close**.
Script de código abierto
Fiel al espíritu de TradingView, el creador de este script lo ha convertido en código abierto, para que los traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Aunque puede utilizarlo de forma gratuita, recuerde que cualquier republicación del código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones no constituyen, ni deben considerarse como, asesoramiento o recomendaciones financieras, de inversión, de trading u otro tipo, proporcionadas o respaldadas por TradingView. Obtenga más información en Condiciones de uso.
Script de código abierto
Fiel al espíritu de TradingView, el creador de este script lo ha convertido en código abierto, para que los traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Aunque puede utilizarlo de forma gratuita, recuerde que cualquier republicación del código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones no constituyen, ni deben considerarse como, asesoramiento o recomendaciones financieras, de inversión, de trading u otro tipo, proporcionadas o respaldadas por TradingView. Obtenga más información en Condiciones de uso.