An open API service indexing awesome lists of open source software.

https://github.com/major/tradingview

TradingView indicators that I work on from time to time.
https://github.com/major/tradingview

Last synced: 4 months ago
JSON representation

TradingView indicators that I work on from time to time.

Awesome Lists containing this project

README

          

# Pinescript indicators for TradingView 📊

Enjoy this collection of open source Pine Script indicators for TradingView.

## Indicators 🎯

### 👀 [HVC Watcher](hvc_watcher/)

Watches for High Volume Close patterns and tracks unusual volume activity with optional time filtering in NYC timezone. This enhanced version of the HVC Finder provides more flexible monitoring capabilities and time-based filtering for intraday analysis.

### 🔮 [Relative Strength Leadership](relative_strength_leadership/)

Compares relative strength versus a benchmark symbol (default SPY) with fast and slow moving average crossovers. This indicator helps identify when a ticker is outperforming or underperforming the benchmark, revealing leadership and strength trends in the market.

### 🌪️ [Market Fragility & Compression Detector](market_fragility/)

Detects market fragility, compression periods, and low volatility environments that often precede explosive moves. This indicator highlights conditions where markets may be vulnerable to sudden large movements by analyzing volatility regimes, compression patterns, and momentum indicators.

### 📈 [Volume Historical](volume_historical/)

Highlights highest, lowest, and above-average volume bars with an SMA overlay for context. This straightforward volume analysis tool makes it easy to spot volume extremes and compare current volume to historical averages at a glance.

### ⏰ [Volume Filter Percentage](volume_filter_percentage/)

Analyzes and filters volume by specific time periods in NYC timezone, showing what percentage of volume occurs during your chosen time window. Includes an [overlay version](volume_filter_percentage/volume_filter_percentage_overlay.pine) that adds visual markers directly on price charts for filtered volume patterns.

### ⚖️ [Volume Ratio](volume_ratio/)

Compares the volume ratio between your ticker and a benchmark symbol (default SPY). This relative volume analysis helps identify when a specific stock is experiencing unusual volume activity compared to the broader market.