Skip to content

Travis-Clement-Dev/AVRZ-Algorithm-Public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Algorithmic Volume Rejection Zones (AVRZ)

Current Version: v1.0.0
Language: Pine Script™ v6 Follow me on Tradingview: CandlesofKarma

image

Dont have a Tradingview Account ?

You can signup with my Affiliate link below which supports my upcoming projects: https://www.tradingview.com/?aff_id=123350&aff_sub=PineScripts&source=Github

🛡️ Overview

AVRZ is a specialized decision-support system designed to identify institutional absorption. Unlike standard reversal indicators, AVRZ filters out weak price probes and only signals when significant volume (>2.0 Sigma) steps in to defend a price level.

🧠 The Logic

The algorithm synthesizes three pillars of analysis:

  1. Geometry: Analyzes Wick vs. Body ratios to detect rejection anatomy.
  2. Volume: Uses Z-Score statistical analysis to detect "Efficiency Events" (Climax Bypass).
  3. Structure: Utilizes fractal clustering to confirm Swing Highs/Lows.

🚀 Installation

  1. Copy the code from AVRZ.pine.
  2. Open TradingView > Pine Editor.
  3. Paste the code and click "Add to Chart".

⚙️ Key Settings

  • Wick %: Minimum percentage of the candle that must be a wick.
  • Climax Threshold: The Z-Score required to trigger an immediate "V-Shape" zone.
  • Zone Management: Max number of zones to keep on the chart (FIFO).

Disclaimer: This tool is for educational purposes and decision support, not financial advice.

About

A professional Pine Script v6 decision-support system. Detects institutional volume absorption and plots high-probability reversal zones using statistical anomalies (Z-Score).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors