emarucci1977-hub/liquidity-void-predicotor — explained in plain English
Analysis updated 2026-05-18
Spot EURUSD price zones with little historical trading volume that the market may revisit.
Highlight liquidity void zones directly on a TradingView chart with colored boxes.
Use void zones as reversal targets when a strong trend shows signs of exhaustion.
Use void zones as pullback entry points to rejoin an existing trend.
| emarucci1977-hub/liquidity-void-predicotor | 0verflowme/alarm-clock | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | — | CSS | Python |
| Last pushed | — | 2022-10-03 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | general | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a TradingView account to load and run the Pine Script indicator.
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.
A TradingView chart indicator for EURUSD that highlights liquidity void zones, price areas the market tends to revisit and fill in later.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.