explaingit

emarucci1977-hub/liquidity-void-predicotor

Analysis updated 2026-05-18

0Audience · generalComplexity · 2/5Setup · easy

TLDR

A TradingView chart indicator for EURUSD that highlights liquidity void zones, price areas the market tends to revisit and fill in later.

Mindmap

mindmap
  root((repo))
    What it does
      Detects liquidity voids
      Highlights void zones
      Targets EURUSD
    Tech stack
      Pine Script
      TradingView
    Use cases
      Reversal trading
      Pullback trading
      Volume gap analysis
    Audience
      Forex traders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Spot EURUSD price zones with little historical trading volume that the market may revisit.

USE CASE 2

Highlight liquidity void zones directly on a TradingView chart with colored boxes.

USE CASE 3

Use void zones as reversal targets when a strong trend shows signs of exhaustion.

USE CASE 4

Use void zones as pullback entry points to rejoin an existing trend.

What is it built with?

Pine ScriptTradingView

How does it compare?

emarucci1977-hub/liquidity-void-predicotor0verflowme/alarm-clock0xhassaan/nn-from-scratch
Stars00
LanguageCSSPython
Last pushed2022-10-03
MaintenanceDormant
Setup difficultyeasyeasymoderate
Complexity2/52/54/5
Audiencegeneralvibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires a TradingView account to load and run the Pine Script indicator.

In plain English

This repository contains a script written in Pine Script, the programming language used to build custom indicators on the TradingView charting platform. It is built specifically for trading the EURUSD currency pair in the forex market. The script's job is to spot what it calls liquidity voids: price zones where the market moved so fast that very few trades actually happened at those price levels. According to the README, this occurs when large institutional investors place very big orders, causing sharp, almost straight price moves with barely any back and forth. The idea, drawn from trading concepts known as Smart Money Concepts and ICT theory, is that the market eventually tends to pull price back into these thin zones later on, to fill in the trades that were skipped the first time around. The indicator works by studying how much trading volume happened at each price level, rather than over time, looking for spots where almost no volume occurred compared to nearby levels. It then highlights those zones directly on the chart, often by drawing colored boxes, so a trader can see at a glance where these gaps are and where price might be pulled back to next. The README also explains how this differs from a related, more commonly known concept called a Fair Value Gap: a Fair Value Gap is usually a small three-candle gap that often only gets partially filled, while a liquidity void covers a much larger, more violent price move and tends to get filled in completely over time. Finally, the README describes two ways traders might use these signals: a reversal strategy, betting that price will turn around and head back into a void once the original move loses steam, and a pullback strategy, entering a trade once price re-enters the void and continues in the direction of the original, larger trend. No license information is given in the README.

Copy-paste prompts

Prompt 1
Explain what a liquidity void is and how it differs from a Fair Value Gap.
Prompt 2
Walk me through installing this Pine Script indicator on TradingView.
Prompt 3
Explain the reversal and pullback trading strategies described in this README.
Prompt 4
Help me adapt this indicator's logic to another currency pair.

Frequently asked questions

What is liquidity-void-predicotor?

A TradingView chart indicator for EURUSD that highlights liquidity void zones, price areas the market tends to revisit and fill in later.

How hard is liquidity-void-predicotor to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is liquidity-void-predicotor for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.