Free Tool

PineScript Templates

Pine Script v5 indicators & strategies built for Indian F&O markets. One-click copy & download.

← All Tools
How to use: Click Copy → Open TradingView → Pine Editor (bottom bar) → Paste → Add to chart.

PCR Signal Generator

↓ Download

Generates BUY CE / BUY PE signals based on Put-Call Ratio extremes. Bullish when PCR > 1.2 (too many puts = reversal), bearish when PCR < 0.7.

PCROptionsIndiaNSE
//@version=5 indicator('PCR Signal Generator', overlay=false) pcr_length = input.int(14, 'PCR Length') bull_threshold = input.float(1.2, 'Bullish Threshold') bear_threshold = input.float(0.7, 'Bearish Threshold') // ... download for full source

OI Spike Alert

↓ Download

Fires alerts when open interest changes exceed the 5% spike threshold — separating institutional activity from retail noise.

OISpikeAlertNSE F&O
# Download to view full source

Gamma Levels Overlay

↓ Download

Plots dealer gamma wall levels (call wall, put wall, flip level) as horizontal lines on any chart. Works best on NIFTY and SENSEX.

GEXGammaLevelsNIFTY
# Download to view full source

RSI Divergence Scanner

↓ Download

Detects classic and hidden RSI divergences on Indian F&O underlyings. Ideal for confirming entries after OI signals.

RSIDivergenceMomentum
# Download to view full source

Supertrend Options Strategy

↓ Download

Adapts the Supertrend indicator for options trading — generates CE/PE buy signals with ATR-based dynamic stop levels suited for expiry-week trades.

SupertrendATROptionsExpiry
# Download to view full source