PROTECTED SOURCE SCRIPT

ICT Power Of Clever V2.0 | CLEVER

72
“ICT Power Of Clever V2.0 | CLEVER”**

This script is a full PO3 (Accumulation → Manipulation → Distribution) engine based on ICT concepts, but implemented in a highly automated, state-machine style. It actively scans for PO3 cycles, validates them with ATR-based volatility thresholds, and then auto-generates entries, exits, alerts, and visual zones.
Snapshot GBPMXN GBPMXN BTCUSD USDCNH XAUUSD
Let’s break it down in an intuitive way.
What the Indicator Is Built to Detect

The indicator tracks the classic ICT “Power of Three” cycle:

Accumulation
A range-bound price compression phase.

Manipulation
A breakout above or below that range, large enough to qualify as a “stop hunt”.

Distribution / Return to Value (Entry)
After manipulation is confirmed, the script enters in the opposite direction, assuming price will correct back inside the range.
snapshot

EURUSD

USOIL

BTCUSD

🎯 1. Accumulation Phase

The indicator constantly checks the last X bars for tight price compression using:

Highest high of the range

Lowest low of the range

ATR × custom multiplier to qualify the range as “small enough”

The accumulation parameters change automatically based on Algorithm Mode:

Mode Accumulation Length Accumulation Size
Small Manipulation High (40 bars) Large ATR limit
Short Accumulation Low (11 bars) Small ATR limit
Big Manipulation Low (11 bars) Large ATR limit

When a valid accumulation forms, the script:

✔ marks start and end indexes
✔ expands the top/bottom by a small ATR amount
✔ draws a visual accumulation box (if enabled)

⚡ 2. Manipulation Phase

Once price breaks out past the accumulation box, the script checks if the breakout is:

A wick breakout

Or a candle-close breakout (based on user setting)

Then the code verifies:

Was the breakout large enough?
It checks if the breakout exceeded the accumulation boundary by:

➡ ATR × manipulationATRMult

If yes, manipulation direction becomes either:

Bullish manipulation → expect a short entry

Bearish manipulation → expect a long entry

Then a manipulation box is drawn.

Haftungsausschluss

Die Informationen und Veröffentlichungen sind nicht als Finanz-, Anlage-, Handels- oder andere Arten von Ratschlägen oder Empfehlungen gedacht, die von TradingView bereitgestellt oder gebilligt werden, und stellen diese nicht dar. Lesen Sie mehr in den Nutzungsbedingungen.